LACP EtherChannel

  • LACP EtherChannel is an open-standard protocol defined by IEEE 802.3ad. It allows switches from different vendors to automatically bundle multiple physical links into a single logical connection.

    Unlike Static EtherChannel, which relies on manual configuration on both sides, LACP automatically negotiates which interfaces can form the bundle.

    How LACP Works

    Each interface participating in an LACP EtherChannel operates in one of two modes:

    • Active mode → the switch initiates the negotiation process.

    • Passive mode → the switch waits for an LACP request before joining the bundle.

    LACP EtherChannel CCNA example showing dynamic link aggregation between two switches using passive and active modes

    Figure 1 – LACP EtherChannel Using Passive and Active Modes

    When one switch runs in Active mode and the other in Passive mode, the EtherChannel forms successfully.
    If both sides are Passive, no negotiation starts, and the aggregation does not form.

    For example, if SW1 uses Passive mode and SW2 uses Active mode, they automatically create a Port-Channel, grouping several physical interfaces into one logical link.

    Before You Begin

    Before configuring LACP EtherChannel,make sure all participating interfaces meet the following conditions:

    • Interface consistency: all interfaces must operate with the same speed, duplex, and type.

    • Trunking or VLAN alignment: for Layer 2 operation, interfaces must share identical VLAN or trunk configurations.

    • Operational status: each physical link must be active.

    LACP EtherChannel prerequisites showing two switches with consistent speed, duplex, and VLAN settings for CCNA

    Figure 2 – LACP Link Requirements

    If any of these conditions are not met, the EtherChannel will fail to form even with LACP enabled.
    Once your interfaces are verified and consistent, you can move on to the configuration phase.

    For this configuration, we will use GigabitEthernet interfaces running in full-duplex mode, and we will allow VLAN 50 on the trunk link.

    Answer the question below