Question

Difficulty: MediumHigh Availability and Redundancy Concepts

A systems engineer is implementing high availability and link redundancy for a critical database host connected to two independent physical switches. The network architecture must support simultaneous active-active frame forwarding across both links for throughput aggregation while preventing Layer 2 loops, without utilizing vendor-proprietary physical stacking cables. Which TWO of the following configurations or technologies must be deployed together to achieve this redundancy design?

  1. Multi-Chassis Link Aggregation (MLAG / MC-LAG) enabled across the physical switchesAnswer
  2. Link Aggregation Control Protocol (LACP / IEEE 802.3ad) in active mode on the host network interfacesAnswer
  3. C
    Configuring the host default gateway to point directly to the physical interface IP address of the primary switch
  4. D
    Setting Spanning Tree Protocol (STP) bridge priority to 65535 on both switches to establish dual root bridges
  5. E
    Assigning different native VLAN IDs to the interconnecting trunk ports on each switch

Answer

Multi-Chassis Link Aggregation (MLAG / MC-LAG) enabled across the physical switches AND Link Aggregation Control Protocol (LACP / IEEE 802.3ad) in active mode on the host network interfaces
To achieve active-active bandwidth aggregation and link-level failover across two separate switches without physical stacking, Multi-Chassis Link Aggregation (MLAG) must be configured on the switch pair so they appear as a single logical switch. Concurrently, the host must use Link Aggregation Control Protocol (LACP) in active mode to dynamically negotiate the multi-chassis aggregated link.

Step-by-Step Solution

1
Identify the requirement for active-active link redundancy across two distinct physical switches without switch stacking.
Recognize that standard LACP cannot bridge across independent switches without Multi-Chassis Link Aggregation (MLAG).
Standard LACP requires all aggregated links to terminate on a single logical switch control plane; MLAG presents two separate switches as one logical entity.
2
Select the host-side link aggregation protocol.
Choose LACP (802.3ad) active mode for the host bonding configuration.
LACP dynamically negotiates link aggregation with the MLAG-enabled switches to form a resilient multi-homed link.

Key Concept

Multi-Chassis Link Aggregation and Dynamic NIC Teaming for High Availability
Rate this question