jeudi 29 mars 2012

Cisco 857 en bridge ADSL

Tu as un routeur ISR Cisco 857 et tu veux en faire un simple modem ADSL pour faire du pppoe derrière ? Que l'équipement soit en tant que bridge ?

Alors voici la configuration qui permet de le faire :

hostname MODEMcisco
!
boot-start-marker
boot-end-marker
!
logging buffered 16000 debugging
no logging console
!
no aaa new-model
!
resource policy
!
no ip source-route
!
no ip cef
no ip bootp server
!
!
interface ATM0
 no ip address
 no ip route-cache
 load-interval 30
 no atm ilmi-keepalive
 pvc 8/35
 encapsulation aal5snap
 !
 dsl operating-mode auto
 bridge-group 1
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
 no ip address
 bridge-group 1
!
!
no ip http server
ip http authentication local
no ip http secure-server
!
no cdp run
!
control-plane
!
bridge 1 protocol ieee
!
scheduler max-task-time 5000
end

Aucun commentaire:

Enregistrer un commentaire