cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
668
Views
0
Helpful
4
Replies

Cannot configure ppp multilink group 1 on 2621

cshirkoff
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Edison Ortiz
Hall of Fame
Hall of Fame
4 Replies 4

Edison Ortiz
Hall of Fame
Hall of Fame

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.

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

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.

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

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:

Review Cisco Networking products for a $25 gift card