200-301 · Question #887
Refer to the exhibit. Which configuration establishes a Layer 2 LACP EtherChannel when applied to both switches?
The correct answer is A. Interface range G1/1 - 1/3 switchport mode trunk channel-group 1 mode active no shutdown. To establish a Layer 2 LACP EtherChannel, member interfaces should be configured as trunks and set to an active LACP negotiation mode.
Question
Refer to the exhibit. Which configuration establishes a Layer 2 LACP EtherChannel when applied to both switches?
Exhibit
Options
- AInterface range G1/1 - 1/3 switchport mode trunk channel-group 1 mode active no shutdown
- BInterface range G1/1 - 1/3 switchport mode access channel-group 1 mode passive no shutdown
- CInterface range G1/1 - 1/3 switchport mode trunk channel-group 1 mode desirable no shutdown
- DInterface range G1/1 - 1/3 switchport mode access channel-group 1 mode on no shutdown
How the community answered
(24 responses)- A79% (19)
- B4% (1)
- C13% (3)
- D4% (1)
Why each option
To establish a Layer 2 LACP EtherChannel, member interfaces should be configured as trunks and set to an active LACP negotiation mode.
This configuration sets the interfaces to Layer 2 trunking mode, which is standard for inter-switch EtherChannels, and uses `channel-group 1 mode active`, enabling LACP negotiation where both switches actively initiate and respond to LACP packets, ensuring channel formation when applied to both.
Configuring `channel-group 1 mode passive` on both switches would prevent the LACP EtherChannel from forming, as neither side would actively initiate LACP negotiation.
`channel-group 1 mode desirable` is a command used for PAgP (Port Aggregation Protocol) negotiation, not LACP (Link Aggregation Control Protocol).
`channel-group 1 mode on` forces the EtherChannel to form without any negotiation protocol, meaning it would not be a LACP EtherChannel.
Concept tested: LACP EtherChannel configuration
Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750/software/release/12-2_55_se/configuration/guide/scg/swethchl.html
Topics
Community Discussion
No community discussion yet for this question.
