cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
628
Views
0
Helpful
3
Replies

ppp multilink - quickest way to bring all links up?

paul.matthews
Level 5
Level 5

What is the quickest way to bring all links up that are available?

Setting the load threshold to 1 gives about 2-3 secs per channel, as it brings one up, checks load, brings one up etc.

The minimum links does not appear to work as I would expect - with it set to two on a BRI only one seems to come up.

Should the minimum bring them all up immediately, or should it bring them up sequentially like bandwidth on demand?

Thanks,

Paul.

3 Replies 3

spremkumar
Level 9
Level 9

hi

from my personal exp i hv seen the second channel getting triggered by using multilink in adjacent with threshold 1 ...

r u facing any problems in getting the 2nd channels triggered out or feeling any time delay on the same ?

regds

Maybe you can try the combination of the commands:

dialer load-threshold 1 either

load-interval 30

ppp multilink link add 2

ppp multilink link remove 60

interface Dialer1

description my isdn 384010

ip address 10.2.1.26 255.255.255.252

encapsulation ppp

load-interval 30

dialer pool 1

dialer remote-name r8

dialer string 384020

dialer load-threshold 1 either

dialer watch-group 1

dialer-group 1

no cdp enable

ppp authentication chap

ppp chap hostname r9

ppp chap password 0 cisco

ppp multilink

ppp timeout multilink link add 1

multilink min-links 2

!

The min links was added as ppp muiltink link min 2, but that does not seem to have any effect, the bundle just has the one member.