From: Carlos Chorao (cchorao@xxxxxxxxxx)
Date: Wed Jun 06 2001 - 23:40:39 GMT-3
J,
Diagnosis:
By default when the tracked interface goes down the standy command reduces
the priority of the active router by 10 .Since R1 has been configured with a
priority of 100 and R2 with a priority of 90 the failure of the track
interface has no effect on the relative priorities, which is what you
observed.
Recommendation:
For your config to work you must either keep the standby priorities of the
r1 and r2 within 10 of each other , or change the amount by which the
priority is reduced when the tracked interface fails using the command
"standby 1 track Serial0 XX" on the router with the higher priority ,where
XX is greater than the difference between the configured priorities.
C
-----Original Message-----
From: Jeongwoo Park [mailto:jpark@wams.com]
Sent: Thursday, June 07, 2001 1:39 PM
To: Ccielab@Groupstudy. Com
Subject: HSRP Track Serial interface
Hi all
I configured stand 1 track s0 on router r1.
I expected r1 to fail over to r2 when I plugged out dte cable from S0 on R1.
Didn't work !!!!
what is missing in my config?
R1-------------ethernet----/R2
| /
| serial
| /
|serial /
| /
| /
| /
TermServer
r1:
hostname r1
!
!
no ip domain-lookup
!
!
interface Ethernet0
ip address 10.10.1.1 255.255.255.0
no ip redirects
standby 1 priority 100
standby 1 preempt
standby 1 ip 10.10.1.3
standby 1 track Serial0
!
interface Serial0
ip address 172.16.1.2 255.255.255.0
no ip mroute-cache
!
interface Serial1
no ip address
shutdown
!
ip classless
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
--------------------------------------------------------------
r2:
hostname r2
!
!
ip subnet-zero
no ip domain-lookup
!
!
!
interface Ethernet0
ip address 10.10.1.2 255.255.255.0
no ip redirects
no ip directed-broadcast
standby 1 priority 90
standby 1 ip 10.10.1.3
!
interface Serial0
ip address 172.16.2.2 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
!
interface Serial1
no ip address
no ip directed-broadcast
shutdown
!
interface TokenRing0
no ip address
no ip directed-broadcast
shutdown
!
ip nat translation timeout never
ip nat translation tcp-timeout never
ip nat translation udp-timeout never
ip nat translation finrst-timeout never
ip nat translation syn-timeout never
ip nat translation dns-timeout never
ip nat translation icmp-timeout never
ip classless
!
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end
**Please read:http://www.groupstudy.com/list/posting.html
**Please read:http://www.groupstudy.com/list/posting.html
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:31:19 GMT-3