Dialer Watch + Callback problems

From: Daniel Cisco Group Study (danielcgs@imc.net.au)
Date: Sat Apr 26 2003 - 03:21:58 GMT-3


Is it possible to do the following?

When R6 loses route to 5.0.0.0, dialer watch causes R6 to Dial R5.

R6 & R5 are configured for callback. When R6 calls R5, R5 should disconnect the call and return the call to R6.

Please refer to the configs below. Callback works on its own. Dialer watch works on its own. Put them together, and you get problems.

R6 calls R5. R5 disconnects call, and prepares to call back. Meanwhile, dialer watch on R6 causes R6 to establish a new call straight after the original call is disconnected by R5.

Are there some timers to cause dialer watch on R6 to wait for a specified time, before dialling again (so that it can receive the callback from R5)?

Daniel

R5#
!
username R6 password 0 cisco
!
isdn switch-type basic-net3
!
!
!
interface Loopback0
 ip address 5.1.1.1 255.0.0.0
!
interface Serial0
 ip address 56.56.56.5 255.255.255.0
!
interface BRI0
 ip address 56.56.57.5 255.255.255.0
 encapsulation ppp
 dialer idle-timeout 0
 dialer map ip 56.56.57.6 name R6 class CALLBACK broadcast 2222
 isdn switch-type basic-net3
 ppp callback accept
 ppp authentication chap
!
router eigrp 1
 network 5.0.0.0
 network 56.0.0.0
 auto-summary
 no eigrp log-neighbor-changes
!
!
map-class dialer CALLBACK
 dialer callback-server username
!

R6#s
username R5 password 0 cisco
!
isdn switch-type basic-net3
!
interface Loopback0
 ip address 6.1.1.1 255.0.0.0
!
interface S0
 ip address 56.56.56.6 255.255.255.0
 clockrate 125000
!
interface BRI0
 ip address 56.56.57.6 255.255.255.0
 encapsulation ppp
 dialer idle-timeout 15
 dialer wait-for-carrier-time 10
 dialer map ip 5.0.0.0 name R5 broadcast 1111
 dialer map ip 56.56.57.5 name R5 broadcast 1111
 dialer watch-group 1
 isdn switch-type basic-net3
 ppp callback request
 ppp authentication chap
!
router eigrp 1
 network 6.0.0.0
 network 56.0.0.0
 auto-summary
 no eigrp log-neighbor-changes
!
dialer watch-list 1 ip 5.0.0.0 255.0.0.0
dialer-list 1 protocol ip list 100

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************



This archive was generated by hypermail 2.1.4 : Thu May 01 2003 - 13:36:07 GMT-3