A network engineer enables preemption on router R1 (configured with HSRP priority ) while router R2 (configured with HSRP priority ) is currently acting as the Active gateway for HSRP Group 1. In what chronological sequence do the protocol events occur as router R1 takes over the Active role?
- 1Router R1 receives HSRP Hello packets from active router R2 and identifies R2's operational priority of .
- 2Router R1 compares its local priority () to the active router's priority () and invokes preemption logic.
- 3Router R1 transmits an HSRP Coup message to notify router R2 that a higher-priority router is asserting control.
- 4Router R2 receives the takeover notification, relinquishes the Active role, and broadcasts an HSRP Resign message.
- 5Router R1 transitions to the Active state and sends a Gratuitous ARP (GARP) to update switch CAM tables with the virtual MAC address.
Answer
The correct sequence for HSRP active gateway preemption is: 1) Router R1 receives HSRP Hello packets from R2, 2) Router R1 compares priorities and triggers preemption, 3) Router R1 sends an HSRP Coup message, 4) Router R2 relinquishes the role and sends an HSRP Resign message, and 5) Router R1 becomes Active and broadcasts a Gratuitous ARP.
When a router configured with a higher HSRP priority and preemption comes online, it must first receive Hello packets from the current Active router to detect the priority difference. Once detected, it sends an HSRP Coup packet. The lower-priority router acknowledges this by issuing an HSRP Resign packet and moving to Standby. Finally, the new router enters the Active state and issues a Gratuitous ARP (GARP) to update Layer 2 switch forwarding tables.
Step-by-Step Solution
Key Concept
HSRP Preemption Mechanics and Message Sequence