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

ATM subinterface config

mitchel
Level 1
Level 1

I am trying to setup subinterfaces on my 7206 for DSL customers. Qwest provided this config but I get an error :

c7206(config)#int atm3/0.32 point-to-point

c7206(config-subif)#no ip directed-broadcast

c7206(config-subif)#pvc 1/32

c7206(config-if-atm-vc)#aal5mux PPP Virtual-Template1

^

% Invalid input detected at '^' marker.

I also tried to use the configuration I currently use on 3640 but also receivied an error:

c7206(config)#int atm3/0.32 point-to-point

c7206(config-subif)#no ip directed-broadcast

c7206(config-subif)#pvc 1/32

c7206(config-if-atm-vc)#aal5ciscoppp PPP Virtual-Template1

^

% Invalid input detected at '^' marker.

Is there something else I need to configure on the router for this to work? I have setup the virtual interface as follows:

interface Virtual-Template1

ip unnumbered FastEthernet0/0

no ip route-cache cef

ip mroute-cache

peer default ip address pool test

ppp authentication pap

Although Qwest says it should be this:

interface Virtual-Templatel

ip unnumbered Ethernet0/0

no ip directed-broadcast

ppp authentication pap

peer default ip address pool IP_ADDRESS

thanks

2 Replies 2

tepatel
Cisco Employee
Cisco Employee

Command syntex gien to you is wrong.. "encapsulation" keyword is missing.

You need to use following command under pvc config.

encapsulation aal5ciscoppp virtual-template 1

Thank you, sometimes it's easy to miss the obvious! I need some sleep.

Review Cisco Networking for a $25 gift card