Two Cisco Catalyst switches are connected using four physical Ethernet links intended for a high-capacity trunk bundle. The interfaces on Switch-1 are configured with `channel-group 5 mode active`, while the interfaces on Switch-2 are configured with `channel-group 5 mode passive`. After connecting the cables, three of the four links bundle successfully into `Port-channel 5`, but interface `GigabitEthernet0/1` on Switch-1 remains in an Independent (`I`) operational state. What is the primary cause of this member interface failing to join the active LACP EtherChannel?
- The interface has an operational speed or duplex setting that does not match the other physical member interfaces in the bundle.Answer
- BSwitch-2 is set to passive mode while Switch-1 is set to active mode, preventing full dynamic channel negotiation.
- CThe native VLAN configured on GigabitEthernet0/1 differs from the trunk allowed VLAN list on the Port-channel interface.
- DThe physical member interface requires PAgP desirable mode to negotiate with an LACP passive remote port.
Answer
The physical interface has an operational speed or duplex setting that does not match the other physical member interfaces in the bundle.
EtherChannel member interfaces must be configured identically regarding speed, duplex, media type, VLAN range, and trunking mode. If a single interface has a mismatched operational speed or duplex setting (e.g., auto-negotiated to 100/full instead of 1000/full), LACP consistency checks will fail for that port. Cisco IOS will flag the interface as Independent ('I') in the show etherchannel summary output, keeping it operating standalone outside the bundle while the matching ports form the EtherChannel.
Step-by-Step Solution
Key Concept
EtherChannel Physical Interface Prerequisites & LACP Verification
Estimated Time:1m 15s