06-16-2009 07:22 AM - edited 03-04-2019 05:08 AM
Hi,
I have configured MLP over PPPoE and ADSL. Though the
connectivity is up, Interleaving is always reports as disabled on BRAS while CPE is enabled.
The ppp session also goes up/down about every 2 minutes and i think due this problem.
Without interleaving, everything is ok, ppp multilink is stable.
Please see the config, show output and debugs below.
Any help?
thanks
Milko
06-16-2009 12:43 PM
I'll just take a stab at this. Based on this document, it indicates that if you are configuring interleaving on a virtual template interface you need to include the global config statement (assuming the number has to match your virtual-template interface number):
multilink Virtual-Template6
http://www.cisco.com/en/US/docs/ios/12_2/dial/configuration/guide/dafppp.html#wp1001535
From your configuration I can't tell if you've included this statement.
For the flapping, you might try some additional PPP debugs.
06-16-2009 03:43 PM
Hi Milko,
There appears to be two multilink sessions using the same virtual template. Multilink will have a problem differentiating between them. Here is what I have done in the past, on the interface define each interface with a different endpoint discriminator string, this is local to the router and doesn't need to match the other end of the link.
The command is "ppp multilink endpoint string adsl-one" where adsl-one is the string to keep locally unique, maybe use adsl-two for the other interface. This will stop the flapping of the multilink interfaces.
I strongly suspect that due to the default definition of the bandwidth parameter for a multilink interface being a T1 (1.544 Mbs) you may want to correctly define the bandwidth parameter as this determines the fragment size and whether interleaving actually has any noticable effect.
The previous post has the correct information, follow the link Susan provided and search for "Changing the Default Endpoint Discriminator".
Cheers,
Brian
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