PPP Multilink Link Fragmentation and Interleaving

This topic is to discuss the following lesson:

https://networklessons.com/quality-of-service/ppp-multilink-lfi/

An awesome topic I was looking for. Simple and easy to understand. Thank you Rene

Rene,
Don’t you need a group command to bundle the interfaces together? That’s what I have used:

interface Multilink1
ip address <ENTER WAN IP HERE (CER)>
ppp multilink
ppp multilink group 1

interface Serial0
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1

interface Serial1
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1

Hi… I think that only if you will use more than one interface in our MultLink interface. In the Lesson… Rene use one interface.

Here’s an example where I used the multilink group:

https://networklessons.com/cisco/ccna-routing-switching-icnd2-200-105/ppp-multilink/

It’s a clean example of two interfaces that are bundled in a multilink, without link fragmentation / interleaving.

1 Like