show etherchannel summary
Provides a highly condensed, easy-to-read table displaying the status of all logical Port-Channels on the switch, the specific physical interfaces assigned to them, and the underlying negotiation protocol (LACP or PAgP) holding the bundle together.
Quick Reference
Switch#show etherchannel port-channelReading the Output Table
Critical Flags to Memorize
- SU — The Holy Grail. Indicates the Port-Channel is a Layer 2 link (S) and is currently In Use / Active (U). This means the bundle is functioning perfectly.
- SD — Indicates the Port-Channel is Layer 2 (S) but is completely Down (D). All physical cables assigned to this bundle are either unplugged or disabled.
- P — Placed next to a physical port (e.g.,
Gi1/0/1(P)). It confirms the port successfully passed negotiation and is actively bundled and forwarding traffic. - s — Suspended. Indicates a physical port tried to join the bundle but was rejected (usually due to a speed/duplex mismatch or a misconfigured native VLAN). The bundle survives, but operates at reduced bandwidth.
CCNA Exam Gotchas
S vs. s (Case Sensitivity Matters)
The CCNA will absolutely test your attention to detail regarding capitalization in the flag legend.
• A capital S refers to the entire logical Port-Channel and means it is operating at Layer 2.
• A lowercase s refers to an individual physical port and means it has been suspended from the bundle.
Detecting the Stand-Alone (I) State
If you look at the Ports column and see Gi1/0/1(I), it means the port is up, but the EtherChannel protocol failed to negotiate with the neighbor (e.g., one side is set to LACP and the other to PAgP). The switch falls back to treating it as an independent, unbundled port, which Spanning Tree will likely block to prevent a loop.