From: receive.email@xxxxxxxxxxx
Date: Fri Apr 05 2002 - 19:13:41 GMT-3
Thank You.
My dumb mistake, I was using the Host address rather the network address as it
appear on the routing table.
Thanks
Antonio
============================================================
From: "Lupi, Guy" <Guy.Lupi@eurekaggn.com>
Date: 2002/04/05 Fri PM 03:34:06 CST
To: "'receive.email@verizon.net'" <receive.email@verizon.net>,
ccielab@groupstudy.com
Subject: RE: Dialer watch question
You shouldn't have to use the backup command, what do your routing tables
look like? Are you sure you have an entry via the serial interface for
172.168.101.5 255.255.255.255? You're interface address is
172.168.101.6/24, where is that /32 route coming from, the remote router?
If so, post the configs of both routers, and r6's routing table.
-----Original Message-----
From: receive.email@verizon.net [mailto:receive.email@verizon.net]
Sent: Friday, April 05, 2002 3: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