Question

Difficulty: HardHigh Availability and Redundancy Concepts

An organization deploys two edge routers in a First Hop Redundancy Protocol (FHRP) group using HSRP to provide default gateway redundancy for an internal server VLAN. During a scheduled firmware upgrade, the primary active router is rebooted. Network logs confirm that the secondary router successfully transitions from standby to active state and assumes ownership of the virtual MAC address. However, all servers on the LAN immediately lose connection to external networks and fail to route outbound traffic until the primary router finishes rebooting. Which of the following is the most likely cause of this failure?

  1. The servers were statically configured with the physical interface IP address of the primary router as their default gateway rather than the virtual IP address.Answer
  2. B
    The standby router was configured with a lower bridge priority value, causing Spanning Tree Protocol (STP) to block its uplink switchport upon failover.
  3. C
    The HSRP preemption setting was enabled on the standby router, forcing it to reject virtual router traffic during the active router's offline state.
  4. D
    The default gateway on the servers was set to an unroutable IP address located in a different logical IP subnet.

Answer

The host servers were statically configured using the physical interface IP address of the primary router as their default gateway instead of the HSRP virtual IP address.
For First Hop Redundancy Protocols (such as HSRP or VRRP) to provide seamless gateway failover, all host endpoints must configure the shared Virtual IP (VIP) address as their default gateway. If hosts are incorrectly configured with the physical IP address of a single router, their traffic is directed exclusively to that hardware unit and fails when the device shuts down, regardless of standby router availability.

Step-by-Step Solution

1
Analyze the observed network symptom
HSRP standby router successfully transitions to active state and claims the virtual IP/MAC, but host devices fail to communicate externally.
This indicates that HSRP itself is operating correctly, but client traffic is not hitting the virtual gateway interface.
2
Evaluate host network configurations
Hosts configured with a physical IP address depend entirely on that specific hardware interface remaining online.
FHRP protocols require end devices to send default gateway traffic to the virtual IP (VIP) so that active role transitions transparently reroute client frames.
3
Confirm the root cause
Static point-to-point pointing to the physical IP bypasses redundancy mechanisms, causing full traffic loss when that specific device reboots.
Correcting the host default gateway setting to the FHRP VIP ensures seamless stateful/stateless failover.

Key Concept

First Hop Redundancy Protocol Virtual IP Configuration
Rate this question