An enterprise LAN uses HSRP for gateway redundancy with interface tracking configured on Router R1 (currently Active). Router R2 is in the Standby state with preemption enabled. When R1's tracked WAN uplink interface fails, a sequence of failover actions takes place. Place the operational steps in the correct chronological order from first to last.
- 1Router R1 detects the failure of its tracked WAN uplink interface and decrements its internal HSRP priority value.
- 2Router R1 transmits an HSRP Hello packet advertising its newly reduced priority level to the multicast group.
- 3Router R2 evaluates the lower priority in R1's Hello packet and sends an HSRP Coup message to claim the Active role.
- 4Router R2 transitions to the Active state and broadcasts a Gratuitous ARP (GARP) to update Layer 2 switch forwarding tables.
Cevap
The correct sequence begins with Router R1 detecting the tracked interface failure and decrementing its priority. Next, Router R1 advertises the reduced priority in an HSRP Hello message. Router R2 detects that its priority is now higher and transmits an HSRP Coup message to preempt the Active role. Finally, Router R2 assumes the Active state and broadcasts a Gratuitous ARP to update Layer 2 switch MAC tables.
The chronological order follows the exact functional steps of HSRP failover: local event detection and priority decrement happens first, advertising the lower priority via Hello messages occurs second, preemptive takeover via Coup message happens third, and Layer 2 switch table updates via Gratuitous ARP happen last.
Adım Adım Çözüm
Anahtar Kavram
HSRP Interface Tracking and Preemption Failover Sequence