Troubleshooting guide
Router(config)#interface ethernet 0
Router(config−if)#bridge group 1
Router(config−if)#no shut
Router(config−if)#end
Configure the ATM interface of your Cisco DSL Router with an ATM permanent virtual circuit
(PVC), encapsulation type, and bridge group.
Router#configure terminal
Router(config)#interface atm 0
Router(config−if)#bridge−group 1
Router(config−if)#pvc <vpi/vci>
Router(config−if−atm−vc)#encapsulation aal5snap
Router(config−if−atm−vc)#no shut
Router(config−if−atm−vc)#end
5.
Enable logging console on the Cisco DSL Router, and then write all the changes to memory.
Router#configure terminal
Router(config)#logging console
Router(config)#end
*Jan 1 00:00:00.100: %SYS−5−CONFIG_I: Configured from console by console
Router#write memory
Building configuration... [OK]
Router#
6.
View Your Configuration
Your Cisco DSL Router should now be operational for Asymmetric Digital Subscriber Line (ADSL) service.
You can issue a show run command to see the configuration.
Router#show run
Building configuration...
Configuration
Shown below is the configuration you built in the previous section, "Step−by−Step Configuration".
Cisco DSL Router with a PC Acting as a PPPoE Client
!−−− Comments contain explanations and additional information.
service timestamps debug datetime msec
service timestamps log datetime msec
!
no ip routing
!
interface ethernet0
no shut
no ip address
no ip directed−broadcast
bridge−group 1
!
interface atm0
no shut
no ip address
no ip directed−broadcast
no atm ilmi−keepalive
pvc <vpi/vci>
encapsulation aal5snap
!−−− Common PVC values supported by ISPs are 0/35 or 8/35.
Cisco DSL Router Configuration and Troubleshooting Guide