Question

Difficulty: MediumHigh Availability and Redundancy Concepts

A network administrator configures Hot Standby Router Protocol (HSRP) across two core routers to provide default gateway redundancy for a critical server VLAN. During a scheduled maintenance test, the active router is powered down. Logs confirm that the standby router successfully transitions to the active state. However, servers on the VLAN immediately lose external network reachability. Upon reviewing network settings, the administrator discovers a configuration error on the servers. Which of the following is the most likely cause of this connectivity loss?

  1. The servers were configured with the physical IP address of the primary router as their default gateway instead of the HSRP virtual IP address.Answer
  2. B
    The servers were assigned a static default gateway pointing to the physical IP address of the backup router.
  3. C
    The backup router was configured with an HSRP priority value of 110, forcing Spanning Tree Protocol to place its interface into a blocking state.
  4. D
    The HSRP virtual MAC address was automatically rejected by server network interfaces due to a duplicate IP address conflict notification.

Answer

The servers were configured with the physical IP address of the primary router as their default gateway instead of the HSRP virtual IP address.
For First Hop Redundancy Protocols like HSRP or VRRP to provide seamless gateway failover, all host devices on the subnet must use the shared virtual IP (VIP) address as their default gateway. When the primary router fails, the standby router assumes ownership of the VIP and handles incoming traffic using the shared virtual MAC address. If hosts are incorrectly configured with the physical interface IP of the primary router, their traffic continues to target the powered-down router, resulting in connectivity loss.

Step-by-Step Solution

1
Analyze HSRP operational behavior during failover
The standby router successfully becomes active and takes ownership of the shared Virtual IP (VIP) and virtual MAC address.
HSRP provides gateway redundancy by allowing multiple physical routers to share a single virtual gateway identity.
2
Evaluate client host configuration requirements for FHRP
Hosts must target the shared Virtual IP address as their default gateway.
If hosts are statically configured with a router's physical interface IP address, their packets continue targeting the offline physical hardware after failover, causing complete connection failure.

Key Concept

FHRP Virtual IP Configuration for Host Default Gateways
Rate this question