An enterprise network utilizes two Layer 3 switches, Switch-A and Switch-B, to provide default gateway redundancy for VLAN 30 (). Switch-A is configured as the HSRP Active router with a priority of 120 and preemption enabled, using Virtual IP (VIP) (physical IP ). Switch-B is the HSRP Standby router with a default priority of 100 and physical IP . Switch-A is also configured as the STP Root Bridge for VLAN 30. During a routine host setup, a technician manually sets a critical server's default gateway address to instead of the HSRP VIP. Later, Switch-A's tracked WAN uplink fails, decreasing its HSRP priority by 30 points and causing Switch-B to assume the HSRP Active role. Which of the following best describes the immediate pathing behavior for outbound traffic originating from this server?
- Outbound packets from the server continue targeting Switch-A's physical MAC address, forcing Switch-A to route the traffic across the inter-switch trunk link to Switch-B for external forwarding.Cevap
- BOutbound packets from the server fail completely because losing the HSRP Active state causes Switch-A to immediately shut down its physical Layer 3 interface and ARP processing.
- CThe server automatically detects the HSRP failover event via Gratuitous ARP and dynamically updates its gateway ARP entry to target Switch-B's physical MAC address.
- DOutbound packets are blocked by Spanning Tree Protocol (STP) because the HSRP priority decrement automatically triggers an STP topology change that transitions Switch-A's access ports to a blocking state.