A network administrator is connecting two Cisco Catalyst switches using two physical Gigabit Ethernet links. On Switch-1, the physical interfaces are assigned using the command `channel-group 12 mode active`. On Switch-2, the corresponding physical interfaces are assigned using `channel-group 21 mode passive`. All physical interface speed, duplex, and VLAN settings match on both ends. What is the operational status of this EtherChannel bundle?
- AThe EtherChannel link fails to form because channel group numbers must match on both switches for LACP negotiation packets to be accepted.
- The EtherChannel bundle forms successfully because channel group numbers are locally significant, and active-to-passive LACP modes successfully negotiate.Answer
- CThe EtherChannel interfaces enter an err-disabled state because passive mode on Switch-2 rejects connections from a different group identifier.
- DThe EtherChannel falls back to static manual mode because mismatched channel group IDs force the switches to disable LACP frame processing.
Answer
The EtherChannel bundle forms successfully because channel group numbers are locally significant, and active-to-passive LACP modes successfully negotiate.
The channel group number specified in the `channel-group <number> mode <mode>` command is strictly locally significant to the local Cisco switch. It identifies which logical Port-channel interface (e.g., Port-channel 12 vs Port-channel 21) member ports belong to locally. Furthermore, LACP negotiation succeeds when one switch is in `active` mode (initiating LACP packets) and the peer switch is in `passive` mode (responding to LACP packets).
Step-by-Step Solution
Key Concept
LACP Mode Negotiation and Channel Group Local Significance