An IT department deploys Virtual Router Redundancy Protocol (VRRP) across two edge routers, Router-1 (Primary, physical IP ) and Router-2 (Backup, physical IP ), to provide default gateway redundancy for a LAN. The virtual router is assigned the Virtual IP (VIP) address . During a planned failover test, Router-1 is powered down. Although Router-2 correctly assumes the active VRRP Master role, all client workstations on the LAN immediately lose access to external networks. Which of the following host misconfigurations is the most likely cause of this service disruption?
- The client workstations were statically configured with the physical IP address of Router-1 as their default gateway instead of the VRRP virtual IP address.Answer
- BThe client workstations were configured to use the VRRP virtual IP address while their subnet mask was set to a point-to-point boundary.
- CThe client workstations had Spanning Tree Protocol priority set to the highest numerical value, preventing them from forwarding traffic to the backup gateway.
- DThe client workstations were configured with the VRRP virtual IP address as their primary DNS server rather than as their default gateway.
Answer
The client workstations were statically configured with the physical IP address of Router-1 as their default gateway instead of the VRRP virtual IP address.
For First-Hop Redundancy Protocols (such as VRRP, HSRP, or CARP) to provide seamless gateway failover, all host devices on the local network segment must use the shared Virtual IP (VIP) address () as their configured default gateway. If workstations are statically assigned the physical IP address of Router-1 (), their gateway traffic is sent directly to Router-1's physical MAC address. When Router-1 powers off, Router-2 assumes the VIP, but the workstations continue attempting to send traffic to the offline physical IP address of Router-1, causing a total blackout for external connectivity.
Step-by-Step Solution
Key Concept
FHRP Virtual IP Assignment for High Availability
Estimated Time:1m 30s