In the previous lesson, we focused on the fundamentals of EtherChannel by bundling multiple interfaces using LACP in active mode. In this lesson, we will build on that foundation by adding an additional interface to our existing EtherChannel and converting the LACP configuration to static “on.” These two tasks will help you deepen your understanding of EtherChannel’s flexibility. By following along, you will see how to expand and adapt a port-channel configuration to suit different requirements.
Expected Outcome:
- Port-channel1 now has three interfaces bundled on each switch (Fa0/1, Fa0/2, Fa0/3).
In some scenarios, you may wish to disable negotiation and force the EtherChannel to form unconditionally. We will remove the current LACP config and set it to on.
Expected Outcome:
- The EtherChannel forms without LACP negotiation, displaying (S) (Layer2) and (U) (in use) in the summary.
Below are key verification commands with typical explanations and example console outputs:
show etherchannel summary
The “Protocol” field is blank/dash (-) when in static on mode.
show interfaces port-channel 1
show run interface port-channel1
Not Clearing Old Channel-Group Config Before Changing Mode
Symptom: Ports retain the previous mode or fail to join the channel after a mode change.
Solution: Remove the existing channel-group statement before reapplying with the new mode.
Mode/Protocol Mismatch
Symptom: Bundle doesn’t form; ports remain in stand-alone or suspended state.
Solution: Match the mode type between switches (mode on↔mode on or matching LACP modes).
Interface Parameter Mismatches
Symptom: One or more member ports show as suspended in show etherchannel summary.
Causes:
Speed mismatch
Duplex mismatch
Switchport mode mismatch (access vs trunk)
VLAN mismatch (different access VLANs, or different trunk allowed VLAN lists)
Different native VLAN on trunk ports
STP setting mismatches (portfast, cost, priority, BPDU guard/filter)
Layer type mismatch (one side Layer 2, other Layer 3)
Solution: Match all Layer 1 and Layer 2 parameters on both sides of each member port before bundling.
Configure a Second EtherChannel Group
Simulate a VLAN Mismatch
Task: Change the allowed VLANs on one member interface of the EtherChannel and check show etherchannel summary to see how the switch reacts.