§ — — Network Administration
EtherChannel combines multiple physical Ethernet links into one logical link. This provides more bandwidth and redundancy between switches, routers, or servers while allowing STP to treat the bundle as a single link.
By the end of this module, you should be able to:
Link aggregation groups several physical interfaces so they behave as one logical interface. Traffic can be balanced across member links based on a hashing method, such as source/destination MAC address, IP address, or port information.
EtherChannel does not usually split a single flow evenly across all links. Instead, it chooses a member link for each flow based on the load-balancing algorithm.
EtherChannel provides:
Member interfaces must have compatible settings. Common requirements include:
If member links are inconsistent, the EtherChannel may fail or place ports into a suspended state.
Port Aggregation Protocol is Cisco-proprietary. Common modes include:
Link Aggregation Control Protocol is standards-based. Common modes include:
Using mode on creates a channel without negotiation. Both sides must be manually configured correctly.
| Side A | Side B | Result |
|---|---|---|
| LACP active | LACP active | Forms channel |
| LACP active | LACP passive | Forms channel |
| LACP passive | LACP passive | Does not form |
| PAgP desirable | PAgP desirable | Forms channel |
| PAgP desirable | PAgP auto | Forms channel |
| PAgP auto | PAgP auto | Does not form |
| On | On | Forms static channel if settings match |
ProReviewer — locked
Drills, code labs, and full solutions.
ProReviewer — locked
Drills, code labs, and full solutions.
EtherChannel problems often happen when member ports do not match. Check for:
ProReviewer — locked
Drills, code labs, and full solutions.
EtherChannel bundles multiple Ethernet links into one logical connection. It improves bandwidth and resilience while simplifying STP. Successful configuration depends on consistent member interface settings and compatible negotiation modes.
Done with this module? Track it — your progress shows on the subject list.
Up next
DHCPv4→←Previous: STP Concepts