An enterprise network uses two routers, Router-A and Router-B, to provide default gateway redundancy for the subnet using Hot Standby Router Protocol (HSRP). Router-A has a physical interface IP address of , Router-B has a physical interface IP address of , and the configured HSRP virtual IP (VIP) is . During scheduled maintenance, Router-A is rebooted, causing Router-B to successfully transition from Standby to Active status. However, hosts on the subnet immediately lose all outbound network access. Which of the following is the most likely cause of this issue?
- The host workstations were statically assigned the physical interface IP address as their default gateway instead of the virtual IP address .Answer
- BSpanning Tree Protocol designated Router-B as the root bridge because Router-B was configured with a higher numerical priority value than Router-A.
- CThe workstation clients and the virtual gateway address belong to different logical IP subnets due to an incorrect subnet mask assignment.
- DRouter-B rejected host frames because devices on the subnet were not configured with Inter-VLAN routing encapsulation tags for default gateway communication.
Answer
The host workstations were statically assigned the physical interface IP address 192.168.50.2 as their default gateway instead of the virtual IP address 192.168.50.1.
First Hop Redundancy Protocols like HSRP, VRRP, and CARP provide default gateway redundancy by presenting a shared Virtual IP (VIP) address to client hosts. When Router-A reboots, Router-B takes over ownership of the VIP (). However, if host workstations were misconfigured to use Router-A's physical interface IP address () as their default gateway, their outbound packets continue targeting , which is currently unreachable, leading to complete outbound access failure.
Step-by-Step Solution
Key Concept
First Hop Redundancy Protocol (FHRP) Virtual IP Assignment