NetworkingCCNA

EtherChannel and Link Aggregation Explained for CCNA

Connect two switches with two cables and Spanning Tree will block one of them to prevent a loop. You get no extra bandwidth and only passive redundancy. EtherChannel bundles those same two cables into a single logical link so STP sees one connection and forwards on both simultaneously. The result is aggregated bandwidth and active redundancy without any STP blocking. CCNA tests which mode combinations actually form a channel and which do not. Passive-Passive and Auto-Auto are the most commonly tested non-forming combinations because they look like they should work but both sides are waiting for the other to initiate.

7 min
3 sections · 6 exam key points

What EtherChannel does and what prevents it from forming

EtherChannel bundles 2 to 8 physical links between the same two switches into a single logical port-channel interface. STP treats the entire bundle as one link, so none of the member ports are blocked. Traffic distributes across member links using a hash algorithm, and if one member link fails, the others continue forwarding without STP needing to reconverge.

All member ports must have identical configuration or the channel will not form. Speed, duplex, VLAN configuration (same allowed VLANs on trunks, same access VLAN on access ports), trunk or access mode, and native VLAN must all match. A single mismatch prevents the entire bundle from forming. When a channel fails to form, this is the first thing to check.

LACP, PAgP, and static modes

LACP (Link Aggregation Control Protocol) is the IEEE 802.3ad open standard. It has two modes: Active, which sends LACP negotiation frames and initiates the channel, and Passive, which responds to LACP frames but never initiates. Active-Active forms a channel. Active-Passive forms a channel. Passive-Passive never forms because neither side initiates. Remember: at least one side must be Active.

PAgP (Port Aggregation Protocol) is Cisco-proprietary. Desirable mode initiates negotiation. Auto mode responds but does not initiate. Desirable-Desirable forms. Desirable-Auto forms. Auto-Auto does not form because neither side initiates. The pattern is identical to LACP: one side must be the initiator.

Static mode, configured as on, forces the channel with no negotiation protocol. Both sides must be set to on. Mixing on with LACP or PAgP modes does not form a channel because the static side is not speaking any negotiation protocol.

Traffic distributes across member links per-flow, not per-packet. All packets in the same flow use the same physical link based on a hash of source and destination MAC or IP. This guarantees in-order delivery within each flow and is why a single large file transfer may not use all member links.

How to choose the correct answer

LACP mode combinations: Active-Active = forms. Active-Passive = forms. Passive-Passive = does NOT form.

PAgP mode combinations: Desirable-Desirable = forms. Desirable-Auto = forms. Auto-Auto = does NOT form.

Static: On-On = forms. On with any LACP or PAgP mode = does NOT form.

Cannot mix LACP and PAgP on the same channel. Both sides must use the same negotiation protocol.

Channel not forming troubleshooting: check that one side is Active (LACP) or Desirable (PAgP), then verify all member port configurations match.

EtherChannel mode combinations

ProtocolSide ASide BChannel forms?
LACPActiveActiveYes
LACPActivePassiveYes
LACPPassivePassiveNo -- neither initiates
PAgPDesirableDesirableYes
PAgPDesirableAutoYes
PAgPAutoAutoNo -- neither initiates
StaticOnOnYes
MixedOnActive/PassiveNo -- protocol mismatch

Key exam facts — CCNA

  • EtherChannel: 2-8 links, STP sees one logical link, no ports blocked.
  • LACP (802.3ad open standard): Active initiates. Passive responds. Active-Passive = forms. Passive-Passive = does not form.
  • PAgP (Cisco): Desirable initiates. Auto responds. Desirable-Auto = forms. Auto-Auto = does not form.
  • Static On-On: forms with no negotiation. Cannot mix On with LACP or PAgP.
  • All member ports must match: speed, duplex, VLANs, trunk/access mode.
  • Load balancing: per-flow hash. One flow uses one link. Aggregate bandwidth serves multiple flows.

Common exam traps

Passive-Passive LACP forms a channel because both sides are configured for LACP.

Both sides being in Passive mode means neither initiates. No negotiation starts and no channel forms. At least one side must be in Active mode to begin the LACP handshake.

EtherChannel doubles the throughput of a single large file transfer.

EtherChannel uses per-flow hashing. A single flow (one TCP connection) uses one physical link. The bundled bandwidth benefits applications with many simultaneous flows, not a single connection. You may see all bandwidth from EtherChannel in aggregate across multiple sessions.

You can mix LACP on one end and PAgP on the other.

Both ends must use the same negotiation protocol. LACP and PAgP are incompatible. If you mix them, neither side understands the other's frames and the channel does not form. Both sides on, or both LACP, or both PAgP.

Practice this topic

Test yourself on EtherChannel / LACP

JT Exams routes you to questions in your exact weak areas — automatically, after every session.

No credit card · Cancel anytime

Related certification topics