Question

Difficulty: HardFirst Hop Redundancy Protocols (HSRP and VRRP)

A network administrator configures HSRP group 10 on two switches, R1 and R2, to provide gateway redundancy for VLAN 20. R1 is configured with a priority of 115, preemption enabled, and tracks interface GigabitEthernet0/1 with a priority decrement of 20. R2 is configured with a priority of 105, but preemption is disabled on R2. Initially, all interfaces are operational, and R1 is the Active router. If interface GigabitEthernet0/1 on R1 fails, which router will fulfill the Active role for HSRP group 10, and why?

  1. R1 remains the Active router because R2 does not have preemption enabled, even though R1's operational priority drops to 95.Answer
  2. B
    R2 automatically becomes the Active router because its priority of 105 is higher than R1's reduced priority of 95.
  3. C
    R1 relinquishes the Active role and enters the Init state because tracked interface failures force HSRP group shutdown.
  4. D
    R2 becomes the Active router only after R1's physical interface IP address is reassigned to match the HSRP virtual IP address.

Answer

R1 remains the Active router because preemption is not enabled on R2, preventing it from taking over despite having a higher operational priority.
In HSRP, when an active router's tracked interface fails, its priority is decremented (115 - 20 = 95). Even though the standby router has a higher priority (105 > 95), it cannot claim the Active role unless preemption ('standby preempt') is explicitly configured on the standby router itself. Therefore, the current Active router remains Active.

Step-by-Step Solution

1
Calculate R1's operational priority after the tracked interface failure.
Initial priority (115) minus decrement (20) equals operational priority 95.
Interface tracking reduces the active router's HSRP priority upon tracked link failure.
2
Compare the operational priorities of R1 and R2.
R1 operational priority is 95; R2 priority is 105.
R2 now possesses a higher numeric priority than R1.
3
Evaluate preemption settings on the standby router (R2).
R2 does not have preemption enabled.
In HSRP, a standby router with a higher priority will NOT seize the Active role from an existing Active router unless 'standby preempt' is explicitly configured on the standby router.

Key Concept

HSRP Preemption Mechanics and Interface Tracking
Rate this question