From: gladston@br.ibm.com
Date: Tue Jun 21 2005 - 21:27:37 GMT-3
Hi,
Do you think 'dialer load-threshold' should be configured on local router and remote router, considering local router call remote router and remote router callback local router?
The following configuration works fine.
But if I use 'dialer load-threshold 1 outbound' just on R1, I got same inconsistencies (disconnect call)
As I see it, just R1 should have this command; it should call R2 and R2 would call back R1 (on both channels).
How do you see it?
R1#sh run int di 25
Building configuration...
Current configuration : 299 bytes
!
interface Dialer25
ip address 172.16.12.1 255.255.255.0
encapsulation ppp
dialer pool 25
dialer remote-name R2
dialer idle-timeout 60
dialer string 8358662
dialer load-threshold 1 outbound
dialer-group 1
no cdp enable
ppp callback request
ppp authentication chap
ppp multilink
end
R1#sh run int di 25
Building configuration...
Current configuration : 299 bytes
!
interface Dialer25
ip address 172.16.12.1 255.255.255.0
encapsulation ppp
dialer pool 25
dialer remote-name R2
dialer idle-timeout 60
dialer string 8358662
dialer load-threshold 1 outbound
dialer-group 1
no cdp enable
ppp callback request
ppp authentication chap
ppp multilink
end
R2#sh run int bri 3/0
Building configuration...
Current configuration : 131 bytes
!
interface BRI3/0
no ip address
encapsulation ppp
dialer pool-member 25
isdn switch-type basic-ni
isdn spid1 0835866201
end
R2#sh run int di 25
Building configuration...
Current configuration : 312 bytes
!
interface Dialer25
ip address 172.16.12.2 255.255.255.0
encapsulation ppp
dialer pool 25
dialer remote-name R1
dialer idle-timeout 0
dialer string 8358661 class Callback
dialer load-threshold 1 outbound
dialer-group 1
no cdp enable
ppp callback accept
ppp authentication chap
ppp multilink
end
This archive was generated by hypermail 2.1.4 : Wed Jul 06 2005 - 14:43:42 GMT-3