09-18-2007 11:53 AM - edited 03-03-2019 06:48 PM
Hello All,
R1<----------->R2
Currently i have a E1 circuit between R1 and R2 Routers.
I am purchasing a new E1 circuit for Load Sharing with High availaibility.
I wish to Bundle the both the E1 Circuits as Single Virtual Link.
Please help me with the Sample Configuration of "Multi Link PPP"
Note: Both the E1 Circuits belong to two different Service Providers.
Thanks in Advance for Help
Best Regards,
Guru Prasad R
09-18-2007 01:37 PM
Take a look at the link below for PPP sample and explanation.
http://www.cisco.com/univercd/cc/td/doc/product/aggr/10000/10ksw/mlppos.htm
hth,
hieu
09-18-2007 02:19 PM
interface Multilink80
bandwidth 3000000
ip address x.x.x.x 255.255.255.252
no ip mroute-cache
no cdp enable
ppp multilink
ppp multilink fragment disable
ppp multilink group 80
interface Serial0/0
description Qwest Internet
no ip address
no ip redirects
no ip unreachables
encapsulation ppp
no ip mroute-cache
no fair-queue
no cdp enable
ppp multilink
ppp multilink group 80
interface Serial0/1
description Qwest Internet
no ip address
no ip redirects
no ip unreachables
encapsulation ppp
no ip mroute-cache
no fair-queue
no cdp enable
ppp multilink
ppp multilink group 80
09-18-2007 06:04 PM
As per my knowledge the links which are bundeled together for MLPPP should be run between the same two routers.
so MLPP could not be used for links terminating on two different ISPs.
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