Question 76 of 1,819
Switching and Network AccessmediumMultiple ChoiceObjective-mapped

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?

Question 1mediummultiple choice
Read the full EtherChannel explanation →

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

    Why it's wrong here

    PAgP and LACP are different negotiation protocols.

    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

    Why it's wrong here

    PAgP auto is incompatible with LACP.

    When this WOULD be correct

    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.

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.

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.

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 →

How Courseiva writes practice questions · Editorial policy

Keep practising

More 200-301 practice questions

Last reviewed: May 17, 2026

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.

Loading comments…

Sign in to join the discussion.

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.