01-01-2004 10:06 PM - edited 03-02-2019 12:38 PM
Hi
I need to know that is it possible that we can bind BRI 0 and BRI 1 port to make a big pipe of 256 k. is yes then please help how to make it.
please advise.
Asim
Solved! Go to Solution.
01-01-2004 11:06 PM
THis may help : http://www.cisco.com/en/US/tech/tk713/tk507/technologies_configuration_example09186a00800a3b7a.shtml
Hope helps.
Regards.
01-01-2004 11:17 PM
Hello,
in order to bundle the two interfaces, I think you have to create a multilink interface, and then assign your BRI interfaces to the multilink group, it would look like this:
interface multilink 1
ip address 192.168.0.0
encapsulation ppp
ppp multilink
ppp authentication chap
ppp chap hostname name
multilink min-links 2
multilink max-links 4
interface BRI0
ppp multilink
ppp multilink group 1
interface BRI1
ppp multilink
ppp multilink group 1
The lines:
multilink min-links 2
multilink max-links 4
let you determine how many links you use at a minimum/maximum.
Check out this document:
Multilink PPP Minimum Links Mandatory
Regards,
Georg
01-01-2004 10:14 PM
Asim
If both links are run point ot point between two sites, or used for internet access via a service provider, you can bundle them up using PPP multilink to get effectively 128k+128k bandwidth.
Hope that helps@
01-01-2004 10:28 PM
Thanks, but can i get some litrature on bundling BRIs using PPP multilink.
01-01-2004 11:06 PM
THis may help : http://www.cisco.com/en/US/tech/tk713/tk507/technologies_configuration_example09186a00800a3b7a.shtml
Hope helps.
Regards.
01-01-2004 11:17 PM
Hello,
in order to bundle the two interfaces, I think you have to create a multilink interface, and then assign your BRI interfaces to the multilink group, it would look like this:
interface multilink 1
ip address 192.168.0.0
encapsulation ppp
ppp multilink
ppp authentication chap
ppp chap hostname name
multilink min-links 2
multilink max-links 4
interface BRI0
ppp multilink
ppp multilink group 1
interface BRI1
ppp multilink
ppp multilink group 1
The lines:
multilink min-links 2
multilink max-links 4
let you determine how many links you use at a minimum/maximum.
Check out this document:
Multilink PPP Minimum Links Mandatory
Regards,
Georg
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