350-401 · Question #1279
Refer to the exhibit. An administrator configures two switches with LACP EtherChannels, but packets are not being exchanged between the switches. What is the reason, and what fixes the issue? S1> enab
The correct answer is C. S2 is configured with PAgP. Change the channel group mode to active.. The EtherChannel fails because Switch 1 is configured for LACP active while Switch 2 is configured for PAgP desirable, creating an incompatible negotiation protocol mismatch.
Question
Options
- AS1 is configured as PAgP. Change the channel group mode to desirable.
- BS2 is configured as LACP. Change the channel group mode to passive.
- CS2 is configured with PAgP. Change the channel group mode to active.
- DS1 is configured with LACP. Change the channel group mode to on.
How the community answered
(29 responses)- A24% (7)
- B7% (2)
- C55% (16)
- D14% (4)
Why each option
The EtherChannel fails because Switch 1 is configured for LACP `active` while Switch 2 is configured for PAgP `desirable`, creating an incompatible negotiation protocol mismatch.
S1 is configured with LACP `active`, not PAgP, so the premise is incorrect.
S2 is configured with PAgP `desirable`, not LACP, so the premise is incorrect; while changing to LACP passive on S2 would be a valid fix if S2 was already LACP, it's not the correct identification of the current problem.
The exhibit shows S1 configured with `channel-group 1 mode active`, which is an LACP mode, while S2 is configured with `channel-group 1 mode desirable`, which is a PAgP mode. For an EtherChannel to form, both sides must use the same negotiation protocol (LACP or PAgP), so changing S2's `mode desirable` (PAgP) to `mode active` (LACP) will resolve the incompatibility.
While S1 is LACP, changing its mode to `on` would remove LACP negotiation on S1 and still leave S2 attempting PAgP negotiation, failing to resolve the protocol mismatch.
Concept tested: LACP and PAgP EtherChannel negotiation modes
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.