12-11-2002 11:12 AM - edited 03-02-2019 03:32 AM
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
12-11-2002 11:23 AM
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
12-11-2002 11:35 AM
Thank you, sometimes it's easy to miss the obvious! I need some sleep.
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