From: Himawan Nugroho (nhimawan@xxxxxxxxxx)
Date: Wed Jun 06 2001 - 23:49:01 GMT-3
fyi, if you don't mentioned how much it should decrement the priority, the
default is 10..
so when you unplug the serial 0, R1 priority will become 90, which is same
with R2 priority..
you can change the priority in R1 to 95, so when s0 is down it will become
85 and R2 will taking over..
and why don't you put "preempt" in R2?
even priority in R2 is higher, it will not taking over if you don't state
preempt...
Regards,
Himawan Nugroho
Network Solutions Specialist
IBM Global Services - Indonesia
Voice : 62-21-5238897, Fax : 62-21-2512933
"Stanford Wong" <wongfu@shaka.com>@groupstudy.com on 06/07/2001 08:52:01 AM
Please respond to "Stanford Wong" <wongfu@shaka.com>
Sent by: nobody@groupstudy.com
To: "Jeongwoo Park" <jpark@wams.com>, "Ccielab@Groupstudy. Com"
<ccielab@groupstudy.com>
cc:
Subject: RE: HSRP Track Serial interface
you forgot to tell HSRP how much it should decrement your priority...
standby 1 track Serial0 20
!
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
Jeongwoo Park
Sent: Wednesday, June 06, 2001 3: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
**Please read:http://www.groupstudy.com/list/posting.html
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:31:20 GMT-3