cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
416
Views
0
Helpful
1
Replies

Multilink PPP

joyride_us
Level 1
Level 1

Hi, I do not get my MLPP to work (on a 3745).

I have defined the multinks on the serial interfaces I wish to bundle :

ppp multilink group 1

encap ppp

and then defined :

Interface Multilink 1

ip address XXXX XXX

ppp multilink fragmentation disable

my channel-groups are not unfragmented as this option does not exist!

channel-group 1 timeslots 1-10

Any help is appreciated!

1 Reply 1

colin_nguyen
Level 1
Level 1

On our router, we have the following commands that I don't see in your config:

interface Multilink1

ppp multilink

multilink-group 1

interface Serial0/0

ip unnumbered Multilink1

encapsulation ppp

multilink-group 1

interface Serial0/1

ip unnumbered Multilink1

encapsulation ppp

multilink-group 1

Perhaps these will help you.