What Does EtherChannel Mean in 200-301?
Also known as: LAG, link aggregation, port channel, port-channel, bundle
Quick Definition
A link aggregation technology that bundles multiple physical Ethernet links into one logical link.
Full Definition
EtherChannel combines 2–8 parallel Ethernet links into a single logical channel, multiplying bandwidth and providing redundancy. If one physical link fails, traffic redistributes across the remaining links without STP reconvergence. STP sees the entire bundle as a single link. EtherChannel can be negotiated using LACP (IEEE 802.3ad) or PAgP (Cisco proprietary), or forced manually using static mode.
CLI Command
interface range GigabitEthernet0/1-2 channel-group 1 mode active ! LACP active channel-group 1 mode desirable ! PAgP interface Port-channel 1 switchport mode trunk
Exam Trap — Don't Get Fooled
All ports in an EtherChannel must have matching configuration: same speed, duplex, VLAN assignment, trunk settings, and STP settings. Mismatched ports cause the channel to fail to form.
Related 200-301 Terms
Frequently Asked Questions
What does EtherChannel mean on the 200-301 exam?
EtherChannel combines 2–8 parallel Ethernet links into a single logical channel, multiplying bandwidth and providing redundancy. If one physical link fails, traffic redistributes across the remaining links without STP reconvergence. STP sees the entire bundle as a single link. EtherChannel can be negotiated using LACP (IEEE 802.3ad) or PAgP (Cisco proprietary), or forced manually using static mode.
How does EtherChannel appear as a trap on the 200-301?
All ports in an EtherChannel must have matching configuration: same speed, duplex, VLAN assignment, trunk settings, and STP settings. Mismatched ports cause the channel to fail to form.
How important is EtherChannel on the 200-301 exam?
EtherChannel falls under the Switching domain of the 200-301 exam. Understanding it in context with related terms like lacp and pagp is essential for answering scenario-based questions correctly.