02-28-2008 09:42 AM - edited 03-03-2019 08:54 PM
I cannot enter this configuration for new multilink ppp T-1:
interf multlink 1
ip addr n.n.n.n n.n.n.n
..
ppp multlink group 1
int s0
ppp multlink group 1
The "multlink group 1" syntax is rejected, interface mult 1 is always down/down, and interface virtualaccess1 is created using fa0/0 unnumbered address. Not good!
hardware is 2621. IOS is 12.0(7)T.
Am I hitting an IOS version issue? If so, what version do I need? Anyone have a workaround without updating IOS?
Thank you
Solved! Go to Solution.
02-28-2008 09:48 AM
For that IOS version, the command is multilink-group, see:
http://www.cisco.com/en/US/docs/ios/12_4/dial/command/reference/dia_p1h.html#wp1187513
HTH,
__
Edison.
02-28-2008 09:48 AM
For that IOS version, the command is multilink-group, see:
http://www.cisco.com/en/US/docs/ios/12_4/dial/command/reference/dia_p1h.html#wp1187513
HTH,
__
Edison.
02-28-2008 10:03 AM
I noticed multilink-group, but it doesn't use the mult 1 interface, rather creating int virtualaccess1. The problem with this is that it is picking up ip unnumbered from fa0/0.
How do I get it to use the specified IP address? I tried specifying an address in the virtual-template interface, but it always uses the IP from fa0/0.
Thank you
02-28-2008 10:10 AM
I never had any problem specifying an IP address under a virtual-template and not sure why it's inheriting the IP from Fa0/0 unless you are using the ip unnumbered command.
Care to post the config?
I can't help you much since I don't have that IOS around and it seems the configuration is a bit different for MLPPP, however I can refer you to the documentation site:
http://www.cisco.com/en/US/docs/ios/12_0/dial/configuration/guide/dcppp.html
HTH,
___
Edison.
02-28-2008 12:21 PM
I removed the multilink commands from s0 (ok, actually s0/0), put them back in, and mult 1 is now up/up. Your info helped get this project back on track. Thank you!
For the record, config snippet to get this working is:
int s0/0
no ip addr
enc ppp
ppp multilink
multilink-group 1
int mult 1
ip addr n.n.n.n 255.255.255.252
ppp multilink
multilink-group 1
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