
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2013 10:28 AM - edited 03-07-2019 12:15 PM
We have the below config on our distribution switches.Dist-B is the Active switch for VLAN117 and I am tracking the uplink on the Dist-B so the priority will go down by 15 if the uplink (g1/1) goes down.
Dist-A
interface Vlan117
ip address 10.5.117.2 255.255.255.0
ip helper-address 10.0.1.3
ip helper-address 10.0.1.9
standby 117 ip 10.5.117.1
Dist-B
interface Vlan117
ip address 10.5.117.3 255.255.255.0
ip helper-address 10.0.1.3
ip helper-address 10.0.1.9
standby 117 ip 10.5.117.1
standby 117 priority 110
standby 117 preempt delay minimum 180
standby 117 track 1 decrement 15
We had an issue with our SFP and g1/1 on thr DIST-B went down as specified in the tracking statement the priority on dist-B became 95 but the state change didn't happen. Dist-B with priority 95 acted as the HSRP active switch and dist-A switch priority 100 acted as a standby switch.Why didn't switch with higher priority, disr-A, took over the active role. Do I have to configure preempt command on dist-A for it take over role from a low priority switch?
Dist-A
Vlan117 - Group 117
State is Standby
1 state change, last state change 24w2d
Virtual IP address is 10.5.117.1
Active virtual MAC address is 0000.0c07.ac75
Local virtual MAC address is 0000.0c07.ac75 (v1 default)
Hello time 3 sec, hold time 10 sec
Next hello sent in 1.424 secs
Preemption disabled
Active router is 10.5.117.3, priority 95 (expires in 9.232 sec)
Standby router is local
Priority 100 (default 100)
Group name is "hsrp-Vl117-117" (default)
Dist-A
Vlan117 - Group 117
State is Active
2 state changes, last state change 51w2d
Virtual IP address is 10.5.117.1
Active virtual MAC address is 0000.0c07.ac75
Local virtual MAC address is 0000.0c07.ac75 (v1 default)
Hello time 3 sec, hold time 10 sec
Next hello sent in 1.584 secs
Preemption enabled, delay min 180 secs
Active router is local
Standby router is 10.5.117.2, priority 100 (expires in 9.104 sec)
Priority 95 (configured 110)
Track interface GigabitEthernet1/1 state Down decrement 15
Siddhartha
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2013 11:08 AM
Hi,
yes you have to configure preemption on the switch A for it to became the active device.
Regards
Alain
Don't forget to rate helpful posts.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2013 11:09 AM
Yes, you need to configure "standby 117 preempt" on both of these devices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2013 11:08 AM
Hi,
yes you have to configure preemption on the switch A for it to became the active device.
Regards
Alain
Don't forget to rate helpful posts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2013 12:23 PM
Thanks both of you.
Siddhartha

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2013 11:09 AM
Yes, you need to configure "standby 117 preempt" on both of these devices.
