- A
PAgP desirable
Why wrong: PAgP and LACP are different negotiation protocols.
- B
on
Why wrong: Static "on" does not negotiate with LACP and can create inconsistency.
- C
LACP passive
Correct. Active plus passive will negotiate LACP.
- D
PAgP auto
Why wrong: PAgP auto is incompatible with LACP.
CCNA Switching and Network Access Practice Question
This 200-301 practice question tests your understanding of switching and network access. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. A key principle to apply: lACP uses active and passive modes to negotiate EtherChannel link bundling between switches.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Two switches form an EtherChannel. One side is configured with LACP active. Which setting on the other side will successfully negotiate the bundle?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
LACP passive
LACP forms when at least one side is active and the other side is active or passive.
Key principle: LACP uses active and passive modes to negotiate EtherChannel link bundling between switches.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
PAgP desirable
When this WOULD be correct
In a different scenario where both switches are configured to use PAgP, a question might ask what setting on the second switch would successfully negotiate with a switch configured with PAgP auto. In that case, PAgP desirable would be the correct answer.
- ✗
on
Why it's wrong here
Static "on" does not negotiate with LACP and can create inconsistency.
When this WOULD be correct
In a different scenario where both switches are configured to use static EtherChannel without any negotiation protocol, the 'on' setting would be correct, as it would enable the EtherChannel without requiring any negotiation.
- ✓
LACP passive
Why this is correct
Correct. Active plus passive will negotiate LACP.
Related concept
LACP uses active and passive modes to negotiate EtherChannel link bundling between switches.
- ✗
PAgP auto
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.
✓LACP passiveCorrect answer▾
Why this is correct
Correct. Active plus passive will negotiate LACP.
✗PAgP desirableWrong answer — click to see why▾
Why this is wrong here
PAgP is a Cisco proprietary protocol and cannot negotiate with LACP. Even if one side is set to PAgP desirable, the LACP active side will not respond, resulting in no EtherChannel formation.
★ When this WOULD be the correct answer
In a different scenario where both switches are configured to use PAgP, a question might ask what setting on the second switch would successfully negotiate with a switch configured with PAgP auto. In that case, PAgP desirable would be the correct answer.
Why candidates choose this
Students often confuse PAgP and LACP because both are dynamic link aggregation protocols. The term 'desirable' sounds similar to 'active', leading to the mistaken belief that they can interoperate.
✗onWrong answer — click to see why▾
Why this is wrong here
The 'on' mode creates a static EtherChannel without any negotiation. Since the LACP active side expects LACP PDUs to form the bundle, the static 'on' side will not send or respond to LACP messages, causing a mismatch.
★ When this WOULD be the correct answer
In a different scenario where both switches are configured to use static EtherChannel without any negotiation protocol, the 'on' setting would be correct, as it would enable the EtherChannel without requiring any negotiation.
Why candidates choose this
The 'on' mode is simple and often used for static configurations. A student might think that since both sides are set to form an EtherChannel, it will work, but they overlook the need for protocol compatibility.
✗PAgP autoWrong answer — click to see why▾
Why this is wrong here
PAgP auto is a passive PAgP mode that waits for a PAgP desirable partner. It cannot negotiate with LACP active because the protocols are incompatible.
★ When this WOULD be the correct answer
If the question specified that both switches were configured to use PAgP instead of LACP, then selecting PAgP auto would be correct as it would allow for negotiation in a PAgP environment where one side is set to PAgP desirable.
Why candidates choose this
The term 'auto' might be confused with LACP passive, as both are passive modes. However, they belong to different protocols, and a student might incorrectly assume they can work together.
Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Common exam traps
Common exam trap: answer the scenario, not the keyword
Remember that 'on' mode forces the channel without negotiation and LACP cannot form a channel with PAgP.
Detailed technical explanation
How to think about this question
EtherChannel is a technology that allows multiple physical Ethernet links to be combined into a single logical link to increase bandwidth and provide redundancy. Cisco supports two main negotiation protocols for EtherChannel: LACP (Link Aggregation Control Protocol) and PAgP (Port Aggregation Protocol). LACP is an IEEE standard (802.3ad) and can operate in active or passive mode, where active mode actively initiates negotiation and passive mode waits for negotiation requests. This negotiation ensures that both ends agree on which links to bundle, preventing misconfigurations and loops. For LACP to successfully form an EtherChannel, at least one side must be set to active mode to initiate the negotiation, while the other side can be either active or passive. If one side is configured as LACP active, the other side must be LACP passive or active to negotiate the bundle. Static "on" mode disables negotiation and forces the link aggregation, which can cause issues if the other side uses LACP. PAgP is a Cisco proprietary protocol and is incompatible with LACP, so mixing PAgP and LACP on opposite sides will prevent EtherChannel formation. A common exam trap is confusing PAgP and LACP modes or assuming static "on" mode will negotiate with LACP. Candidates often select PAgP options or "on" mode, which do not interoperate with LACP active mode, causing negotiation failure. Understanding that LACP active and passive modes must be paired correctly is critical for passing the CCNA exam and for practical network design. In real networks, mismatched EtherChannel protocols or modes lead to link flapping or traffic blackholing, emphasizing the importance of correct configuration.
KKey Concepts to Remember
- LACP uses active and passive modes to negotiate EtherChannel link bundling between switches.
- An EtherChannel forms successfully when one side is LACP active and the other side is LACP active or passive.
- Static "on" mode forces EtherChannel without negotiation and can cause issues if the other side uses LACP.
- PAgP is a Cisco proprietary protocol and does not interoperate with LACP, preventing EtherChannel formation.
- LACP negotiation prevents misconfiguration by ensuring both sides agree on bundled links before enabling the channel.
- Mixing PAgP and LACP protocols on opposite switch ports causes EtherChannel negotiation failure.
- LACP passive mode waits for negotiation requests and does not initiate them, requiring the other side to be active.
- Correct EtherChannel negotiation modes prevent link flapping and ensure stable aggregated links in Cisco networks.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
LACP uses active and passive modes to negotiate EtherChannel link bundling between switches.
Real-world example
How this comes up in practice
A practitioner preparing for the 200-301 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. LACP uses active and passive modes to negotiate EtherChannel link bundling between switches. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
What to study next
Got this wrong? Here's your next step.
Review lACP uses active and passive modes to negotiate EtherChannel link bundling between switches., then practise related 200-301 questions on the same topic to reinforce the concept.
- →
Switching and Network Access — study guide chapter
Learn the concepts, then practise the questions
- →
Switching and Network Access practice questions
Targeted practice on this topic area only
- →
All 200-301 questions
1,819 questions across all exam domains
- →
CCNA 200-301 v2 study guide
Full concept coverage aligned to exam objectives
- →
200-301 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 200-301 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Network Infrastructure and Connectivity practice questions
Practise 200-301 questions linked to Network Infrastructure and Connectivity.
Switching and Network Access practice questions
Practise 200-301 questions linked to Switching and Network Access.
IP Routing practice questions
Practise 200-301 questions linked to IP Routing.
Network Services and Security practice questions
Practise 200-301 questions linked to Network Services and Security.
AI and Network Operations practice questions
Practise 200-301 questions linked to AI and Network Operations.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
Practice this exam
Start a free 200-301 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this 200-301 question test?
Switching and Network Access — This question tests Switching and Network Access — LACP uses active and passive modes to negotiate EtherChannel link bundling between switches..
What is the correct answer to this question?
The correct answer is: LACP passive — LACP forms when at least one side is active and the other side is active or passive.
What should I do if I get this 200-301 question wrong?
Review lACP uses active and passive modes to negotiate EtherChannel link bundling between switches., then practise related 200-301 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
LACP uses active and passive modes to negotiate EtherChannel link bundling between switches.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Keep practising
More 200-301 practice questions
- A switchport connected to another switch should carry multiple VLANs, but it was manually configured as an access port.…
- What problem is HSRP designed to solve?
- Which TWO statements correctly describe the causes or implications of CRC errors, runts, giants, or output errors as see…
- You are connected to R1. Configure IPv4 and IPv6 addressing on R1's interfaces and verify reachability to R2. The curren…
- Which TWO statements accurately describe how AI/ML concepts are applied to network operations in modern enterprise netwo…
- Which TWO switch port configurations are required when connecting a Cisco IP phone and a desktop PC to a single access p…
Last reviewed: May 17, 2026
This 200-301 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-301 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.