cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
319
Views
4
Helpful
1
Replies

PPP Multilink

msasikumar
Level 1
Level 1

HI All,

         Can we bundle different bandwidth of link(one is 64Kb &other one is 256Kb)  in Multilink interface ?

1 Reply 1

Hitesh Vinzoda
Level 4
Level 4

Hi,

You can bundle uneven bandwidth interface in multilink bundle. the total bandwidth of ML will be aggregate of bandwidth of interfaces.

256+64 = 320

interface Multilink1
 ip unnumbered Loopback0
 ppp multilink
 ppp multilink group 1
!
interface Serial1/4
 bandwidth 2000
 encapsulation ppp
 ppp multilink
 ppp multilink group 1
!
interface Serial1/5
 bandwidth 4000
 encapsulation ppp
 ppp multilink
 ppp multilink group 1
 serial restart-delay 0

… the bandwidth of the Multilink1 interface is 6000 kbps if both serial lines are up …

Rtr#show interface Multilink 1 | inc protocol|BW
Multilink1 is up, line protocol is up
  MTU 1500 bytes, BW 6000 Kbit, DLY 20000 usec,

… but drops to 4000 kbps when the Serial1/4 is disconnected:

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/4, →
  changed state to down Rtr#show interface Multilink 1 | inc protocol|BW Multilink1 is up, line protocol is up   MTU 1500 bytes, BW 4000 Kbit, DLY 20000 usec,

Read more: http://blog.ioshints.info/2008/09/multilink-bundles-have-varying.html

HTH

Hitesh Vinzoda

Pls rate useful posts.

Review Cisco Networking products for a $25 gift card