An enterprise infrastructure uses two Layer 3 switches, Router-Alpha and Router-Beta, configured with Hot Standby Router Protocol (HSRP) to provide default gateway redundancy for hosts on VLAN 50 (). Router-Alpha is intended to be the primary gateway and is configured with an HSRP priority of , preemption enabled, and WAN interface tracking with a priority decrement of . Router-Beta is configured with an HSRP priority of . During an unexpected WAN uplink disruption on Router-Alpha, its tracked interface goes down, successfully reducing its advertised priority to . However, network monitoring reveals that host traffic on VLAN 50 continues routing through Router-Alpha's degraded path instead of transitioning to Router-Beta. Which configuration deficiency on Router-Beta prevents it from assuming the Active gateway role?
- Router-Beta does not have preemption enabled in its HSRP configuration, causing it to remain in Standby state as long as Router-Alpha continues transmitting hello packets.Cevap
- BHost computers on VLAN 50 were assigned Router-Alpha's physical interface IP address as their default gateway rather than the shared Virtual IP (VIP) address.
- CThe connected access switch port for Router-Beta was placed into a blocking state by Spanning Tree Protocol (STP) due to a Root Bridge priority tiebreaker failure.
- DThe HSRP virtual MAC address on Router-Beta was statically locked to Router-Alpha's hardware MAC address during primary initialization.