CiscoCisco
350-401 · Question #464
350-401 Question #464: Real Exam Question with Answer & Explanation
The correct answer is B: SW1(config-if)#channel-group 10 mode active. The exhibit indicates SW2 is configured for LACP passive mode, which means it waits for an active LACP peer. To form a port channel, SW1 must be configured for LACP active mode.
Submitted by the_admin· Mar 6, 2026
Question
Refer to the exhibit. A network engineer troubleshoots an issue with the port channel between SW1 and SW2. Which command resolves the issue?
Options
- ASW2(config-if)#switchport mode trunk
- BSW1(config-if)#channel-group 10 mode active
- CSW1(config-if)#channel-group 10 mode desirable
- DSW2(config-if)#channel-group 10 mode on
Explanation
The exhibit indicates SW2 is configured for LACP passive mode, which means it waits for an active LACP peer. To form a port channel, SW1 must be configured for LACP active mode.
Common mistakes.
- A. While
switchport mode trunkis typically needed for aggregated links, the immediate issue preventing the port channel from forming is the LACP negotiation failure due to mismatched LACP modes. - C. Configuring SW1 to
desirablemode uses PAgP, not LACP; since SW2 is configured for LACPpassive, the protocols would not match, and the port channel would not form. - D. Configuring SW2 to
onmode puts it into an unconditional EtherChannel, which requires the peer to also be inonmode; this would not work with SW1 in LACPactiveordesirable.
Concept tested. LACP port channel negotiation modes
Topics
#Port Channel#LACP#EtherChannel Configuration#Troubleshooting
Community Discussion
No community discussion yet for this question.