cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
549
Views
3
Helpful
4
Replies

Binding

asim72
Level 1
Level 1

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

2 Accepted Solutions

Accepted Solutions

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

http://www.cisco.com/en/US/partner/products/sw/iosswrel/ps1833/products_feature_guide09186a00801bd23c.html

Regards,

Georg

View solution in original post

4 Replies 4

thisisshanky
Level 11
Level 11

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@

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

Thanks, but can i get some litrature on bundling BRIs using PPP multilink.

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

http://www.cisco.com/en/US/partner/products/sw/iosswrel/ps1833/products_feature_guide09186a00801bd23c.html

Regards,

Georg