Configuration routeur CISCO

Fermé
xabialaoui Messages postés 2 Date d'inscription jeudi 21 juillet 2011 Statut Membre Dernière intervention 24 juin 2014 - 24 juin 2014 à 13:16
brupala Messages postés 110590 Date d'inscription lundi 16 juillet 2001 Statut Membre Dernière intervention 3 décembre 2024 - 24 juin 2014 à 15:48
Bonjour,

Bonjour les Informaticiens.

Je voudrais configuré mon routeur avec Adsl . Voici ma configuration:


Router#show running-config
Building configuration...

Current configuration : 2017 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
no aaa new-model
!
resource policy
!
!
!
ip cef
!
!
no ip domain lookup
vpdn enable
!
vpdn-group ppoe
!
!
!
!
!
!
controller DSL 0
mode atm
line-term cpe
line-mode 2-wire line-zero
line-rate auto
!
!
!
!
!
interface FastEthernet0
ip address 10.253.5.3 255.255.254.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
no ip mroute-cache
duplex auto
speed auto
no cdp enable
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
!
interface FastEthernet1
description " interface WAN"
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
!
interface FastEthernet5
!
interface FastEthernet6
!
interface FastEthernet7
!
interface FastEthernet8
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
pppoe-client dial-pool-number 1
!
!
interface Vlan1
no ip address
!
interface Dialer1
description "intertface wan dialer"
ip address negotiated
no ip unreachables
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
no ip mroute-cache
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname cai0011
ppp chap password 0 cai0011
ppp pap sent-username cai0011 password 0 cai0011
ppp ipcp route default
!
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
no ip http server
no ip http secure-server
ip nat inside source list 10 interface Dialer1 overload
!
access-list 10 permit 0.0.0.0 255.255.254.0
dialer-list 1 protocol ip permit
no cdp run
!
!
!
!
!
!
control-plane
!
!
line con 0
password xxxxxxxxx
login
line aux 0
line vty 0 3
password xxxxxxxxxxx
login
line vty 4
login
!
!
webvpn context Default_context
ssl authenticate verify all
!
no inservice
!
end


des suggestions SVP ??

1 réponse

brupala Messages postés 110590 Date d'inscription lundi 16 juillet 2001 Statut Membre Dernière intervention 3 décembre 2024 13 841
24 juin 2014 à 15:48
Salut,
c'est quoi comme routeur ?

controller DSL 0
mode atm
line-term cpe
line-mode 2-wire line-zero
line-rate auto
c'est pas un controller adsl ça ... ?
ça ressemble plutôt à du shdsl .
peux tu faire un sh inv et un sh ver ?

0