An enterprise network deployment utilizes two Layer 3 switches, Switch-A and Switch-B, configured with VRRP to provide default gateway redundancy for VLAN 20 (). Switch-A is configured with physical interface IP and a VRRP priority of 110. Switch-B is configured with physical interface IP and a VRRP priority of 100. The configured VRRP Virtual IP (VIP) is . During an operational audit, it is discovered that half of the host workstations on VLAN 20 were manually configured with a static default gateway of , while the other half use the VIP . If Switch-A suddenly suffers a complete power loss, which of the following best describes the resulting traffic routing behavior for hosts on VLAN 20?
- Hosts configured with the gateway address will maintain external connectivity as Switch-B transitions to the VRRP Master role, whereas hosts configured with gateway address will lose all external connectivity.Answer
- BAll hosts on VLAN 20 will lose external connectivity because Switch-B cannot assume the Virtual IP without an active graceful failover handshake from Switch-A.
- CHosts configured with gateway address will automatically send ARP requests to resolve Switch-B's physical MAC address and resume external communication.
- DSpanning Tree Protocol (STP) will block all client switch ports on VLAN 20 to prevent a routing loop caused by Switch-B taking over the root bridge priority.
Answer
Hosts using the virtual IP address 10.20.0.1 will maintain continuous connectivity because the backup router automatically assumes the Master state for the VIP. Hosts statically configured with the physical IP 10.20.0.2 of the failed active router will lose external reachability.
In First Hop Redundancy Protocols (FHRP) such as VRRP, high availability is achieved by assigning host devices the shared Virtual IP (VIP) address as their default gateway. When the active Master router (Switch-A) fails, the Backup router (Switch-B) detects the missing advertisement frames and seamlessly assumes ownership of the VIP (). Consequently, all hosts pointing to experience minimal disruption. However, hosts misconfigured to use Switch-A's physical interface IP () experience total loss of external connectivity because Switch-B never adopts Switch-A's physical IP address.
Step-by-Step Solution
Key Concept
FHRP Virtual IP vs Physical Interface Addressing
Estimated Time:3m 0s