A network engineer has configured VRRPv2 between Router A (Master) and Router B (Backup) to provide default gateway redundancy for hosts on VLAN 10. Router A suddenly loses power and stops functioning. What is the correct sequence of operational events from the initial failure of Router A to the complete restoration of host traffic flow through Router B?
- 1Router A stops transmitting VRRP Master Advertisement multicast frames onto VLAN 10.
- 2The Master_Down_Interval timer on Router B expires after three missed advertisement intervals plus skew time.
- 3Router B transitions its internal state from Backup to Master.
- 4Router B broadcasts a Gratuitous ARP (GARP) frame mapping the VRRP virtual IP to its virtual MAC address.
- 5Layer 2 switches update their MAC address tables to forward host traffic destined for the virtual MAC to Router B.
Answer
The correct sequence of events is: 1) Router A stops transmitting VRRP Master Advertisement multicast frames. 2) The Master_Down_Interval timer on Router B expires after three missed intervals plus skew time. 3) Router B transitions its internal state from Backup to Master. 4) Router B broadcasts a Gratuitous ARP (GARP) frame mapping the VRRP virtual IP to its virtual MAC address. 5) Layer 2 switches update their MAC address tables to forward host traffic to Router B.
During a VRRP Master router failure, the active Master first stops transmitting VRRP advertisement multicast messages. The Backup router notices the missing messages and waits until its Master_Down_Interval timer (calculated as 3 x Advertisement Interval + Skew Time) expires. When the timer elapses, the Backup router transitions into the Master state. Immediately after becoming Master, it broadcasts a Gratuitous ARP (GARP) packet containing the virtual IP and virtual MAC address. Connected Layer 2 switches receive this GARP and update their MAC address tables so that outbound host traffic destined for the virtual default gateway is properly directed to the new Master router.
Step-by-Step Solution
Key Concept
VRRP Master Failover and Convergence Sequence