An engineer wants to establish an LACP-based EtherChannel between Switch-A and Switch-B. Switch-A is configured with the `channel-group 5 mode passive` interface command. Which mode must be configured on Switch-B for the link aggregation bundle to form successfully?
- activeAnswer
- Bpassive
- Cdesirable
- Dauto
Answer
The interface mode on Switch-B must be set to 'active'.
Link Aggregation Control Protocol (LACP) requires at least one side of the connection to actively initiate negotiations. Because Switch-A is set to passive mode, it will only respond to LACP frames. Configuring Switch-B in active mode ensures LACP negotiation packets are transmitted, bringing up the EtherChannel.
Step-by-Step Solution
Key Concept
LACP Mode Compatibility