LOGBOOK

HELP

Quiz Entry - updated: 2026.07.05

What are the most common causes of EtherChannel misconfiguration?

Mismatched VLAN (Virtual Local Area Network)/trunk settings, inconsistent trunking across member ports, mismatched allowed VLANs, and incompatible negotiation modes.

Common EtherChannel issues:

  1. VLAN mismatch — ports assigned to different VLANs, or not all configured as trunks. Ports with different native VLANs cannot form an EtherChannel.

  2. Inconsistent trunking — trunking configured on some member ports but not all. Always configure trunking on the port channel interface, not on individual ports.

  3. Allowed VLAN range mismatch — if the allowed VLAN range differs between ports, the EtherChannel won't form, even when PAgP (Port Aggregation Protocol) is set to auto or desirable.

  4. Incompatible negotiation modes — mixing PAgP and LACP (Link Aggregation Control Protocol) modes, or using on on one side with desirable/active on the other.

Troubleshooting approach:

  1. Run show etherchannel summary — look for D (down) or I (stand-alone) flags
  2. Run show run | begin interface port-channel — compare configuration on both switches
  3. Verify modes are compatible (both PAgP, both LACP, or both On)
  4. Check speed, duplex, VLAN, and trunk settings match on all member ports

Go deeper:

From Quiz: NETW2 / EtherChannel | Updated: Jul 05, 2026