A network administrator is connecting Switch-1 and Switch-2 using a dual-link EtherChannel across GigabitEthernet0/1 and GigabitEthernet0/2 interfaces. On Switch-1, the member interfaces are configured with `channel-group 10 mode active`. What will happen if the corresponding physical interfaces on Switch-2 are configured with `channel-group 10 mode passive`?
- The EtherChannel bundle will successfully form because active mode actively initiates LACP negotiation while passive mode responds to incoming LACP packets.Answer
- BThe EtherChannel bundle will fail to form because both participating switches must be configured in active mode to negotiate LACP.
- CThe interfaces will automatically fall back to PAgP desirable mode to complete port-channel aggregation.
- DThe port-channel interface will become error-disabled due to a protocol encapsulation mismatch.
Answer
The EtherChannel bundle will successfully form because active mode actively initiates LACP negotiation while passive mode responds to incoming LACP packets.
Link Aggregation Control Protocol (IEEE 802.3ad / 802.1AX) uses active and passive negotiation modes. The active keyword causes the switch port to actively initiate negotiation by transmitting LACP packets. The passive keyword configures the port to respond to received LACP packets without sending them unprompted. Therefore, combining an active port on one side with a passive port on the other side successfully forms an EtherChannel.
Step-by-Step Solution
Key Concept
LACP EtherChannel Negotiation Modes (Active and Passive)
Estimated Time:1m 30s