05-25-2008 09:58 AM
During initial configuration via SDM Express I wrongly entered a pvc value of 10/100 instead of 0/100 in the ATM0.1 interface section. How do I go about fixing this error?
Here is what is in the atm0 section of the config file:
----------------------------------------
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
pvc 10/100
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
----------------------------------------
Can someone help?
Thanks, Ratan
Solved! Go to Solution.
05-25-2008 10:14 AM
From the command line:
Router#config t
Router(config)#int atm0.1
Router(config-if)#no pvc 10/100
Router(config-if)#pvc 0/100
Router(config-if-pvc)#encap aal5mux ppp dialer
Router(config-if-pvc)#dialer pool-member 1
Router(config-if-pvc)#end
05-25-2008 10:14 AM
From the command line:
Router#config t
Router(config)#int atm0.1
Router(config-if)#no pvc 10/100
Router(config-if)#pvc 0/100
Router(config-if-pvc)#encap aal5mux ppp dialer
Router(config-if-pvc)#dialer pool-member 1
Router(config-if-pvc)#end
05-25-2008 10:44 AM
Thanks for your help. Much appreciated.
Regards,
Ratan
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide