A network engineer is configuring a Layer 3 EtherChannel between two Cisco switches using Link Aggregation Control Protocol (LACP). Which two actions or configurations are required to ensure the EtherChannel forms successfully and routes IP traffic correctly? (Choose two.)
- Assign the IP address directly to the logical port-channel interface after configuring it as a routed interface using the no switchport command.Answer
- Configure the channel-group mode as active on one switch and passive on the opposing switch.Answer
- CConfigure the channel-group mode as passive on both interconnected switches.
- DConfigure the channel-group mode as desirable on one switch and active on the opposing switch.
Answer
The correct configurations are assigning the IP address directly to the logical port-channel interface (configured with the no switchport command) and matching an active LACP mode on one switch with a passive LACP mode on the opposing switch.
Layer 3 EtherChannels require IP addresses to be assigned to the logical port-channel interface configured with 'no switchport'. For dynamic LACP bundle creation, at least one switch must be set to active mode while the opposing switch can be passive.
Step-by-Step Solution
Key Concept
Layer 3 EtherChannel Configuration and LACP Mode Negotiation