RE: Dialer watch question

From: Reisner, Tim (TR126568@xxxxxxxxxxxxxxxxxxxxxxxxx)
Date: Fri Apr 05 2002 - 18:59:12 GMT-3


   
Antonio,

Can we see the following:

sh ip route
sh ip int brief
sh ip dialer

maybe try a "debug dialer"

My guess is that your route that you are watching is not in the table
exactly as you have it specified.

Tim

-----Original Message-----
From: receive.email@verizon.net [mailto:receive.email@verizon.net]
Sent: Friday, April 05, 2002 2:57 PM
To: ccielab@groupstudy.com
Subject: Dialer watch question

Folks,

I have a configuration that I am trying to use ISDN backup when serial links
goes down using dial-watch. The isdn keep coming up even when the serial
link is up and working.
It is my understanding that I do not need to the backup command when I am
using dialer watch.

Here is the config
hostname R6
!
enable password o
!
username ccie password 0 cisco
username cisco
username cisco autocommand auto-comand access-enable timeout 5
!
!
!
!
ip subnet-zero
no ip finger
ip tcp synwait-time 5
ip telnet source-interface Ethernet0
no ip domain-lookup
!
isdn switch-type basic-dms100
!
!
!
!
!
interface Ethernet0
 ip address 172.168.60.1 255.255.255.0
 no keepalive
!
interface Serial0
 bandwidth 64000
 ip address 172.168.101.6 255.255.255.0
 ip access-group 125 in
 no fair-queue
!
interface Serial1
 no ip address
 shutdown
!
interface BRI0

 no ip address
 encapsulation ppp
 dialer rotary-group 0
 isdn switch-type basic-dms100
 isdn spid1 0555100001 5551000
 isdn spid2 0555300001 5553000
!
interface Dialer0
 ip address 65.0.0.6 255.0.0.0
 ip access-group 125 in
 encapsulation ppp
 dialer in-band
 dialer remote-name R5
 dialer watch-disable 75
 dialer string 5552000
 dialer string 5554000
 dialer load-threshold 51 outbound
 dialer watch-group 6
 dialer-group 1
 ppp multilink
!
router ospf 1
 log-adjacency-changes
 network 65.0.0.0 0.255.255.255 area 0
 network 172.168.60.0 0.0.0.255 area 0
 network 172.168.101.0 0.0.0.255 area 0
!
ip classless
ip http server
!
access-list 101 deny ospf any any
access-list 101 permit ip any any
access-list 125 dynamic list permit ip any any
access-list 125 deny tcp any 172.168.60.0 0.0.0.255 eq telnet
access-list 125 permit ip any any
dialer watch-list 6 ip 172.168.101.5 255.255.255.255
dialer-list 1 protocol ip list 101
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
 login
 transport input none
line aux 0
line vty 0 4
 exec-timeout 0 0
 logging synchronous
 login local
!
end

Thanks
Antonio



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:57:56 GMT-3