A network administrator issue the `show etherchannel summary` command on a Cisco Catalyst switch to inspect an operational Link Aggregation Control Protocol (LACP) link bundle. The output displays the following status:
text
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(SD) LACP Gi0/1(I) Gi0/2(I)
Which configuration issue is the primary cause of the bundle remaining inactive with member ports in an independent state?
- Both the local and neighbor switches are configured in LACP passive negotiation mode on member interfaces.Answer
- BThe local switch is configured in LACP active mode while the neighbor switch is configured in LACP passive mode.
- CThe member interfaces have a native VLAN mismatch across the trunk link between the local and neighbor switches.
- DThe local member interfaces are configured with 'channel-group 1 mode on' while the neighbor interfaces are configured in LACP active mode.
Answer
Both the local and neighbor switches are configured in LACP passive negotiation mode on member interfaces.
LACP requires at least one switch interface to be in 'active' mode to send LACP negotiation frames (PDUs). When both sides are set to 'passive' mode, neither switch initiates LACP messages. As a result, negotiation never occurs, physical interfaces remain in an independent/stand-alone (I) state, and the port-channel interface stays down (SD).
Step-by-Step Solution
Key Concept
LACP Negotiation Modes (Active vs. Passive)