RE: Dialer Watch with Dialer Maps. Why does it only work with

From: John Hopkins (ccie1234@hotmail.com)
Date: Wed Aug 06 2003 - 19:26:13 GMT-3


Here is the output from the debug. What's really interesting is that just
now, it worked fine when I first configured the Dialer Watch. The ISDN
came up, and passed traffic when it noticed that the route disappeared from
the route table. When the IDLE time timed out, the ISDN went down, and
would not come back up unless I toggled the watched interface. After
rebooting both routers at either end of the ISDN line, it now no longer
works.

R2---------ISDN--------R1----------Vlan 34 Trunk--------Cat3550
Routing-----Vlan 33 Non Trunk----R4--ser----R3
|__Frame relay____|

Watched loopback on R3 - 151.30.150.1 /25

Debug Output

R2#
00:04:37: DDR: Dialer Watch: watch-group = 5
00:04:37: DDR: network 151.30.150.0/255.255.255.128 DOWN,
00:04:37: DDR: primary DOWN
00:04:37: DDR: Dialer Watch: Dial Reason: Primary of group 5 DOWN
00:04:37: DDR: Dialer Watch: watch-group = 5,

Here is the config on the dialing router.

R2#sr
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R2
!
logging buffered 10000 debugging
logging rate-limit console 10 except errors
!
username R1 password 0 cisco
ip subnet-zero
no ip finger
no ip domain-lookup
!
isdn switch-type basic-ni
cns event-service server
!
!
!
!
!
interface Loopback10
ip address 151.30.200.1 255.255.255.0
!
interface Loopback11
ip address 151.30.201.1 255.255.255.0
!
interface Loopback12
ip address 151.30.202.1 255.255.255.0
!
interface Loopback13
ip address 151.30.203.1 255.255.255.0
!
interface Loopback14
ip address 151.30.204.1 255.255.255.0
!
interface Loopback102
ip address 151.30.100.2 255.255.255.255
!
interface Ethernet0
no ip address
shutdown
!
interface Serial0
ip address 151.30.124.2 255.255.255.0
encapsulation frame-relay
ip split-horizon
ip ospf network point-to-point
frame-relay map ip 151.30.124.1 201 broadcast
frame-relay map ip 151.30.124.2 201 broadcast
no frame-relay inverse-arp
frame-relay lmi-type cisco
!
interface Serial1
no ip address
shutdown
!
interface BRI0
ip address 151.30.12.2 255.255.255.0
encapsulation ppp
dialer idle-timeout 30
dialer map ip 151.30.12.1 name R1 broadcast 5552008
dialer map ip 151.30.12.1 name R1 broadcast 5552009
dialer map ip 151.30.150.0 name R1 broadcast 5552008
dialer map ip 151.30.150.0 name R1 broadcast 5552009
dialer load-threshold 3 either
dialer watch-group 5
dialer-group 10
isdn switch-type basic-ni
isdn spid1 21255520100101
isdn spid2 21255520110101
no peer neighbor-route
ppp authentication chap
ppp chap hostname R2
ppp multilink
!
router ospf 100
log-adjacency-changes
passive-interface default
no passive-interface Serial0
network 151.0.0.0 0.255.255.255 area 0
!
ip kerberos source-interface any
ip classless
no ip http server
!
dialer watch-list 5 ip 151.30.150.0 255.255.255.128
dialer-list 10 protocol ip permit

Here is the config on the other side.

R1#sr
Building configuration...

Current configuration : 4887 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R1
!
logging rate-limit console 10 except errors
!
username R2 password 0 cisco
memory-size iomem 20
ip subnet-zero
!
!
no ip finger
no ip domain-lookup
!
ip cef
ip audit notify log
ip audit po max-events 100
!
class-map match-all cmap2
  match access-group 102
class-map match-all cmap1
  match access-group 101
!
!
policy-map pmap1
  class cmap2
   set cos 4
  class cmap1
   set ip precedence 1
!
!
!
isdn switch-type basic-ni
call rsvp-sync
cns event-service server
!
!
!
!
!
bridge irb
!
!
!
interface Loopback101
ip address 151.30.100.1 255.255.255.255
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.32
encapsulation isl 32
no ip redirects
bridge-group 1
!
interface FastEthernet0/0.34
encapsulation isl 34
no ip redirects
service-policy output pmap1
bridge-group 1
!
interface Serial0/0
ip address 151.30.124.1 255.255.255.0
encapsulation frame-relay
ip split-horizon
ip ospf network point-to-point
frame-relay map ip 151.30.124.1 102 broadcast
frame-relay map ip 151.30.124.2 102 broadcast
no frame-relay inverse-arp
frame-relay lmi-type cisco
!
interface BRI0/0
ip address 151.30.12.1 255.255.255.0
encapsulation ppp
dialer idle-timeout 30
dialer map ip 151.30.12.2 name R2 broadcast 5552010
dialer map ip 151.30.12.2 name R2 broadcast 5552011
dialer load-threshold 3 either
dialer-group 10
isdn switch-type basic-ni
isdn spid1 21255520080101
isdn spid2 21255520090101
no peer neighbor-route
ppp authentication chap
ppp chap hostname R1
ppp multilink
!
interface ATM3/0
no ip address
shutdown
no atm ilmi-keepalive
!
interface BVI1
ip address 151.30.135.1 255.255.255.0
ip access-group 190 out
ip ospf network point-to-point
!
router ospf 100
log-adjacency-changes
passive-interface default
no passive-interface Serial0/0
no passive-interface BVI1
network 151.0.0.0 0.255.255.255 area 0
!
ip kerberos source-interface any
ip classless
no ip http server



This archive was generated by hypermail 2.1.4 : Tue Sep 02 2003 - 18:53:54 GMT-3