Re: ISDN dial watch group

From: Ram Shummoogum (rshummoo@ca.ibm.com)
Date: Sun Aug 17 2003 - 15:56:28 GMT-3


You also need to include the watched route 10.1.20.0 in the dial map ip
statement.

Cheers,

"Thomas Dean" <tj_dean@hotmail.com>@groupstudy.com on 08/17/2003 02:51:48
PM

Please respond to "Thomas Dean" <tj_dean@hotmail.com>

Sent by: nobody@groupstudy.com

To: ccielab@groupstudy.com
cc:
Subject: ISDN dial watch group

Hi Group

Want to configure bacckup of FR connections between R1-R2-R3, not using
backup command.
Tried using dialer watch-group on R1 and R3, with no joy.

Can ping across ISDN no problem.
Can ping via FR network with all connections up.
When either E0's or and serial link removed, routes die but no ISDN link
brought up.
Any ideas?

Drawing and configs below.

Many thanks

Tom

         |------------------bri0-------------|
         |__ __ __|
| | | | | | | |
|--e0---|r1|----s0----|r2|----s1----|r3|--e0--|
| |__| |_ | |_ | |

!ROUTER r1
!
interface Ethernet0
ip address 10.1.20.1 255.255.255.0
!
interface Serial0
ip address 10.1.1.1 255.255.255.0
!
interface BRI0
ip address 10.1.10.1 255.255.255.0
encapsulation ppp
dialer map ip 10.1.10.3 name r3 broadcast 384720
dialer watch-group 1
ppp authentication chap
!
router ospf 1
network 10.0.0.0 255.0.0.0 area 0
!
access-list 105 deny ospf any any
access-list 105 permit ip any any
dialer watch-list 1 ip 10.1.21.0 255.255.255.0
dialer-list 1 protocol ip list 105
!

!ROUTER r2
!
interface Serial0
ip address 10.1.1.2 255.255.255.0
!
interface Serial1
ip address 10.1.2.2 255.255.255.0
!
router ospf 1
network 10.0.0.0 255.0.0.0 area 0
!

!ROUTER r3
!
interface Ethernet0
ip address 10.1.21.1 255.255.255.0
!
interface Serial1
ip address 10.1.2.3 255.255.255.0
!
interface BRI0
ip address 10.1.10.3 255.255.255.0
encapsulation ppp
dialer map ip 10.1.10.1 name r1 broadcast 384710
dialer watch-group 1
dialer-group 1
ppp authentication chap
!
router ospf 1
network 10.0.0.0 255.0.0.0 area 0
!
access-list 105 deny ospf any any
access-list 105 permit ip any any
dialer watch-list 1 ip 10.1.20.0 255.255.255.0
dialer-list 1 protocol ip list 105



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