An enterprise network infrastructure utilizes dual core switches configured with Virtual Router Redundancy Protocol (VRRP) to provide default gateway redundancy for multiple VLANs. Downstream access switches connect to both core switches via multi-chassis trunking. During traffic baseline audits, network engineers notice significant asymmetric traffic flow and sub-optimal hairpinning (tromboning) across the inter-switch link between the core switches. Which of the following configuration changes and architectural adjustments will optimize Layer 2/Layer 3 path symmetry and eliminate unnecessary inter-switch link transit? (Select TWO.)
- Align the VRRP Master router assignment for each VLAN with the Spanning Tree Protocol (STP) Root Bridge priority for that same VLAN.Answer
- Implement Multi-Chassis Link Aggregation (MC-LAG) with active-active local forwarding enabled on both core switches.Answer
- CConfigure end-host default gateways to use the physical interface IP address of the VRRP Master router instead of the virtual IP address.
- DSet the STP bridge priority on the VRRP Backup router to a higher numerical integer value than the VRRP Master router.
- EConfigure host ARP tables statically using the burn-in physical MAC address of the primary core switch interface.
Answer
To resolve asymmetric routing and inter-switch link hairpinning, the network design must ensure that the VRRP Master router priority and the STP Root Bridge priority are aligned on the same switch per VLAN, and deploy Multi-Chassis Link Aggregation with local active-active Layer 3 forwarding capabilities.
Aligning the VRRP Master role with the STP Root Bridge role for a given VLAN ensures that the shortest Layer 2 spanning-tree path directly coincides with the active Layer 3 default gateway interface. Additionally, implementing Multi-Chassis Link Aggregation with local forwarding enables both core switches to process and route ingress traffic locally on their physical ports, avoiding suboptimal transit over the inter-switch peer link.
Step-by-Step Solution
Key Concept
FHRP and STP Alignment with MC-LAG Active-Active Local Forwarding