cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
794
Views
0
Helpful
2
Replies

Fixing configuration error on 877W

RatanPrakash
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

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

View solution in original post

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

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

Thanks for your help. Much appreciated.

Regards,

Ratan

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: