Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

HomeCertifications350-401ScenariosEtherChannel and LACP Scenarios
Scenario PracticeCisco · 350-401

350-401 EtherChannel and LACP Scenarios

EtherChannel bundles multiple physical links into a single logical port-channel. The CCNA tests LACP vs PAgP vs static EtherChannel, the mode combinations that form a channel, and common configuration errors. These appear as configuration tasks and troubleshooting scenarios.

Start Scenario Practice

Other Scenarios

Refer to the ExhibitSW1 and SW2 VLAN TrunkingRouter R1 Cannot Reach R3Show IP Route OutputWhich Command Should the Administrator UseDrag and Drop Ordering QuestionsDrag and Drop Matching QuestionsSelect Two (Multi-Select) QuestionsPerformance-Based Questions (PBQs)Hard Difficulty QuestionsTroubleshooting Scenario QuestionsShow Command Output QuestionsOSPF Troubleshooting ScenariosVLAN and Inter-VLAN Routing ScenariosSpanning Tree Protocol ScenariosNAT and PAT Configuration ScenariosAccess Control List (ACL) ScenariosDHCP Troubleshooting ScenariosWireless LAN and WLC ScenariosIPv6 Configuration Scenarios

Study Tools

Practice TestTopic PracticeMock Exam

Common Traps on EtherChannel and LACP Scenarios

  • ·Mixing LACP and PAgP on opposite ends — they are incompatible; both sides must use the same protocol.
  • ·Setting one end to 'on' and the other to 'active' — 'on' doesn't negotiate, so the LACP side won't bundle.
  • ·Forgetting that all ports must match in speed, duplex, and allowed VLANs before they'll bundle.
  • ·Applying different native VLANs to member interfaces — this suspends the entire port-channel.

Sample Questions

Practice all 15 →
1.

An engineer is troubleshooting intermittent connectivity issues between two data center switches. The link is a 10GE LACP port-channel. Which misconfiguration could cause packet loss?

A.MTU size is set to 1500 on one switch and 9000 on the other.
B.Auto-negotiation is disabled on both ends.
C.Spanning-tree BPDU guard is enabled on the port-channel.
D.One switch is configured with active LACP and the other with passive LACP.

Explanation: Option D is correct because LACP requires one side to be in active mode to initiate negotiation; if one side is active and the other is passive, the passive side will not initiate the LACP exchange, but it will respond to active-side messages. However, the question states that the link is an LACP port-channel, implying both sides should be configured to form the bundle. If one side is passive and the other is active, the port-channel can form, but intermittent packet loss can occur if the passive side fails to respond quickly enough to LACP PDUs during transient conditions, or if there is a mismatch in LACP system priority or port priority that causes the bundle to flap. More critically, a passive/passive combination would never form the port-channel, but active/passive can form it, yet the passive side's reliance on the active side for initiation can lead to instability under certain failure scenarios, causing packet loss.

2.

A network engineer is configuring EtherChannel between two Cisco Catalyst switches. The ports are configured as access ports in VLAN 10. After configuring the port-channel interface and adding the physical ports, the engineer notices that the EtherChannel does not come up. The show etherchannel summary command shows the port-channel in a down state. What is the most likely cause?

A.The physical ports are configured as access ports in VLAN 10, but the port-channel interface is not configured with the same VLAN.
B.The physical ports have different duplex settings.
C.The switch is using PAgP and the neighbor is using LACP.
D.The physical ports are in different VLANs.

Explanation: The correct answer is that the physical ports must be configured identically, including the allowed VLAN list. For access ports, the VLAN must match. The wrong answers involve issues that would not prevent the channel from forming if the VLANs match.

3.

A network engineer is troubleshooting an EtherChannel between two Cisco switches. The show etherchannel 1 port-channel command shows the port-channel is up, but traffic is not load-balanced evenly. The engineer notices that all traffic is using only one link. The physical ports are all configured identically. What is the most likely cause?

A.The load-balancing method is set to src-mac, and the traffic is from multiple MAC addresses.
B.The load-balancing method is set to src-dst-ip, and all traffic is between the same two IP addresses.
C.The physical ports have different speeds.
D.The port-channel is configured with 'lacp fast-switchover'.

Explanation: The correct answer is that the load-balancing method is set to src-dst-ip, but the traffic is from a single source to a single destination IP. The wrong answers involve issues that would prevent the channel from being up or affect all links.

4.

An engineer is troubleshooting an EtherChannel between two switches. The show etherchannel summary output shows that the port-channel is up, but only one physical link is active. The other three links are in a suspended state. The physical ports are all configured identically with the same VLAN allowed. What is the most likely cause?

A.The port-channel has been configured with the 'channel-group 1 mode on' command, but the physical ports are using different speeds.
B.The port-channel has been configured with the 'port-channel min-links 1' command.
C.The port-channel has been configured with the 'port-channel max-links 1' command.
D.The physical ports are in different VLANs.

Explanation: The correct answer is that the maximum number of active ports in the port-channel has been configured to 1. The wrong answers involve misconfigurations that would affect all ports or prevent the channel from forming.

5.

A network engineer is configuring EtherChannel between two Cisco switches using LACP. The engineer wants to ensure that if fewer than two links are operational, the EtherChannel does not come up. Which command should be configured?

A.Configure 'port-channel min-links 2' under the port-channel interface.
B.Configure 'lacp min-bundle 2' under the port-channel interface.
C.Configure 'channel-group 1 mode active' on the physical ports.
D.Configure 'port-channel max-links 2' under the port-channel interface.

Explanation: The correct answer is 'port-channel min-links 2', which sets the minimum number of active links required. The wrong answers either set maximum links or are unrelated.

+10 more scenario questions available

Practice all EtherChannel and LACP Scenarios

Related Topics

link aggregationlacp modesport-channel configuration

Frequently asked questions

How do "EtherChannel and LACP Scenarios" appear on the real 350-401?

EtherChannel bundles multiple physical links into a single logical port-channel. The CCNA tests LACP vs PAgP vs static EtherChannel, the mode combinations that form a channel, and common configuration errors. These appear as configuration tasks and troubleshooting scenarios. These appear throughout the 350-401 and require you to apply your knowledge, not just recall facts.

How many scenario questions are on the 350-401 exam?

Cisco doesn't publish an exact breakdown, but scenario-based questions (especially exhibit and command-output formats) make up a significant portion of the 350-401. Practicing each scenario type ensures you're ready for any format.

Are these 350-401 scenario practice questions free?

Yes. Courseiva provides free 350-401 scenario practice across all official exam domains. The platform includes scenario-based questions, command-output interpretation, topic-based practice, mock exams, and readiness tracking — no account required.

Ready to practice this scenario type?

Launch a full EtherChannel and LACP Scenarios session with instant scoring and detailed explanations.

Start Scenario Practice →

Scenario Info

Type

Scenario Practice

Exam

350-401

Questions

15+