cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
423
Views
0
Helpful
2
Replies

No Traffic after multilink PPP Multilink

rathish_ram
Level 1
Level 1

Hi,

Well, recently we did a ppp multilink bundle between 2 locations. 2 T1 links were bundled together. After the bundling, there was no traffic passing through the multilink interface. I had to shut down the interface on the adjacent router, only then would the traffic flow through the multilink interface.Please find attached the configuration. Thanks in advance

Regards,

Rathish

2 Replies 2

junaid.butt
Level 1
Level 1

what is service policy on the serial interface? secondly you should define the configuration on MLPPP bundle instead of idvidual link. Here is example which i am using:

interface Multilink7

description Multilink

ip address 10.10.11.13 255.255.255.252

ip tcp header-compression iphc-format

load-interval 30

ppp multilink

multilink-group 7

hold-queue 1000 in

hold-queue 1000 out

ip rtp header-compression iphc-format

interface Serial3/1/5:0

description DPLC 1

bandwidth 2048

no ip address

encapsulation ppp

load-interval 30

ppp multilink

multilink-group 7

!

interface Serial3/1/6:0

description DPLC 2

bandwidth 2048

no ip address

encapsulation ppp

load-interval 30

ppp multilink

multilink-group 7

!

interface Serial3/1/7:0

description DPLC 3

bandwidth 2048

no ip address

encapsulation ppp

load-interval 30

ppp multilink

multilink-group 7

!

regards

-JB

Hi Junaid,

I got it resolved. The issue was with the delay factor on the Multilink interface due to which EIRGRP was not routing packets through this link.

interface Multilink10

bandwidth 3072

ip address 10.250.254.122 255.255.255.252

ip route-cache flow

delay 2000

ppp multilink

ppp multilink group 10

service-policy output DG_Multilink

!

interface Serial0/0/0:0

description *** Chicago to Orlando

bandwidth 1536

no ip address

encapsulation ppp

ip route-cache flow

ip tcp header-compression iphc-format

ppp multilink group 10

ip rtp header-compression iphc-format

ip rtp compression-connections 254

!

interface Serial0/0/1:0

description *** Chicago to Orlando

bandwidth 1536

no ip address

encapsulation ppp

ip route-cache flow

ip tcp header-compression iphc-format

ppp multilink group 10

ip rtp header-compression iphc-format

ip rtp compression-connections 254

Regards,

Rathish

Review Cisco Networking products for a $25 gift card