11-19-2004 01:14 AM - edited 03-02-2019 08:03 PM
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.
11-19-2004 02:57 AM
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
11-19-2004 04:37 AM
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
11-19-2004 05:32 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide