Labs · · 5 min read

Lab na-06 - LACP Active EtherChannel

Lab na-06 - LACP Active EtherChannel - PingLabz Labs article title card

EtherChannel takes multiple physical links between two switches and bundles them into a single logical link with the combined bandwidth. STP sees the bundle as one link, so no loop. Hashing distributes traffic across the member links. LACP (Link Aggregation Control Protocol) is the IEEE standard for negotiating these bundles. This lab looks at the LACP EtherChannel already configured between SW1 and SW2 in the reference lab and shows you how to read its state.

What you will learn

  • The structure of an EtherChannel: logical Port-channel interface + member physical interfaces
  • How LACP forms a bundle when both ends agree
  • The flags in show etherchannel summary output and what they mean
  • The LACP modes: active (sends LACPDUs) vs passive (responds only)
  • How to read show lacp neighbor

What this lab does NOT cover

  • PAgP (Cisco's proprietary equivalent) - next lab, na-07
  • Layer 3 EtherChannel (used between routers)
  • EtherChannel load-balancing algorithms beyond a mention

Topology

Download the STP+VLAN Reference Lab .yaml

Drop this into CML's Import dialog. Three IOSvL2 switches in a triangle with VLANs 10/20/99, dot1q trunks, rapid-PVST root election, and an LACP EtherChannel between SW1 and SW2.

Download STP+VLAN Reference Lab

The reference lab already has SW1-Gi0/3 and SW2-Gi0/3 bundled as Po1 with LACP active mode.

Read next

Terminal card showing a repeating CDP native VLAN mismatch log naming Ethernet0/0 native VLAN 1 against SW2 Ethernet0/0 native VLAN 99
VLANs ·

Native VLAN Mismatch: Read the CDP Log, Fix the Trunk

%CDP-4-NATIVE_VLAN_MISMATCH hands you both interfaces and both native VLANs in one line. The real damage is underneath it: untagged frames get re-homed at the trunk boundary and two VLANs quietly become one. Captured live on IOS XE 17.18.2 in CML.