A network administrator executes the `show etherchannel summary` command on Switch-1 to inspect an EtherChannel connection to Switch-2:
text
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby
SD - Layer2&Down SU - Layer2&In-use
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(SD) LACP Gi0/1(I) Gi0/2(I)
Which condition on Switch-2 is the most likely cause of the `(I)` flag on the Switch-1 member interfaces?
- Switch-2 member interfaces are configured with the `channel-group 1 mode desirable` command.Answer
- BSwitch-2 member interfaces are configured with the `channel-group 1 mode passive` command while Switch-1 uses `active` mode.
- CSwitch-2 member interfaces are configured with the `channel-group 1 mode active` command while Switch-1 uses `active` mode.
- DSwitch-2 member interfaces are configured with a native VLAN mismatch relative to Switch-1.
Answer
Switch-2 member interfaces are configured with the `channel-group 1 mode desirable` command.
The `(I)` flag in `show etherchannel summary` output stands for stand-alone, meaning the physical interfaces are operating as separate single links rather than a bundled channel. Switch-1 is configured for LACP (Link Aggregation Control Protocol). If Switch-2 is configured with `channel-group 1 mode desirable`, it attempts to use PAgP (Port Aggregation Protocol). Because LACP and PAgP are incompatible aggregation protocols, negotiation fails completely, placing Switch-1's ports into stand-alone state.
Step-by-Step Solution
Key Concept
LACP vs PAgP Protocol Mismatch and EtherChannel Verification