An organization is deploying a pair of enterprise edge switches configured with multi-chassis link aggregation (mLAG) connected to two core routers configured with Virtual Router Redundancy Protocol (VRRP). Server host interfaces are configured in an LACP IEEE 802.3ad dynamic bond. During failure simulation testing, host traffic experiences intermittent packet loss and unidirectional asymmetry upon primary router failure. Which TWO of the following administrative actions or verification steps will resolve these specific high availability operational defects?
- Verify that the VRRP virtual MAC address is correctly populated in the source address field of gratuitous ARP packets sent upon master state transitions.Answer
- BConfigure static ARP entries on the client workstations mapping the VRRP virtual IP directly to the physical interface MAC address of the primary router.
- Ensure that the LACP system identifier and operational mode on both mLAG switches are synchronized to present a single logical switch system to the host bond.Answer
- DSet the Spanning Tree Protocol (STP) priority value on the backup VRRP router to 65535 to ensure it assumes the STP root bridge role during interface state changes.
- EChange the server host bonding driver configuration from dynamic LACP (802.3ad) mode to active-backup mode while keeping LACP configured on the switch ports.
Answer
The issues are resolved by verifying that VRRP transmits gratuitous ARP frames containing the virtual MAC address upon master state transitions, and ensuring the mLAG switch pair shares a synchronized LACP system identifier to maintain host link aggregation stability.
High availability designs utilizing both FHRP (VRRP) and multi-chassis link aggregation (mLAG) depend on seamless Layer 2 transition and unified control protocol appearance. Verifying that gratuitous ARP (GARP) broadcasts the VRRP virtual MAC allows adjacent switches to immediately update their MAC address tables upon gateway failover. Synchronizing the LACP system ID across mLAG peers allows host dual-homed NIC teams operating in IEEE 802.3ad mode to treat both physical switch connections as a single logical bundle without dropping member ports.
Step-by-Step Solution
Key Concept
High Availability Integration of FHRP (VRRP) and Multi-Chassis Link Aggregation (mLAG/LACP)