Question 479 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 (Link Aggregation Control Protocol) uses active and passive modes to negotiate EtherChannel bundles 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.

A two-switch EtherChannel bundle is configured with LACP. One side uses active mode on both member links, while the other side uses passive mode on both member links. What is the result?

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

The bundle forms successfully

LACP forms a channel when at least one side actively sends negotiation frames. Active-to-passive works. Passive-to-passive would fail, but that is not the case here.

Key principle: LACP (Link Aggregation Control Protocol) uses active and passive modes to negotiate EtherChannel bundles 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.

  • The bundle forms successfully

    Why this is correct

    Correct choice.

    Related concept

    LACP (Link Aggregation Control Protocol) uses active and passive modes to negotiate EtherChannel bundles between switches.

  • The links remain individual because both sides must use active

    Why it's wrong here

    Distractor.

    When this WOULD be correct

    In a different scenario where a question specifies that both switches must be configured in active mode for LACP to function, this option would be correct. For example, if the question stated that both ends must use active mode for a successful EtherChannel formation, then this option would apply.

  • The bundle forms only if PAgP is also enabled

    Why it's wrong here

    Distractor.

    When this WOULD be correct

    In a different scenario where the question specifies that both switches are configured with PAgP and the exam asks about compatibility with LACP, this option would be correct. If the question states that PAgP must be enabled for any channel to form, then this option would apply.

  • The channel comes up but forwards only one VLAN

    Why it's wrong here

    Distractor.

    When this WOULD be correct

    This option would be correct in a scenario where a switch is configured to use a static EtherChannel without LACP, and only one VLAN is allowed due to misconfiguration or limitations in the switch's capabilities, causing it to forward traffic for only that VLAN.

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.

The bundle forms successfullyCorrect answer

Why this is correct

Correct choice.

The links remain individual because both sides must use activeWrong answer — click to see why

Why this is wrong here

LACP does not require both sides to be in active mode; active/passive is a valid combination. The passive side will respond to LACP packets from the active side, forming the bundle.

★ When this WOULD be the correct answer

In a different scenario where a question specifies that both switches must be configured in active mode for LACP to function, this option would be correct. For example, if the question stated that both ends must use active mode for a successful EtherChannel formation, then this option would apply.

Why candidates choose this

Students often confuse LACP modes with PAgP modes, where PAgP requires at least one side to be in desirable mode. They may incorrectly assume both sides must be active for LACP.

The bundle forms only if PAgP is also enabledWrong answer — click to see why

Why this is wrong here

PAgP is a Cisco proprietary protocol and is not required for LACP. LACP and PAgP are independent; enabling PAgP does not affect LACP negotiation.

★ When this WOULD be the correct answer

In a different scenario where the question specifies that both switches are configured with PAgP and the exam asks about compatibility with LACP, this option would be correct. If the question states that PAgP must be enabled for any channel to form, then this option would apply.

Why candidates choose this

Test-takers may think that both protocols must be enabled for compatibility, but LACP and PAgP are separate and cannot be mixed on the same bundle.

The channel comes up but forwards only one VLANWrong answer — click to see why

Why this is wrong here

EtherChannel, once formed, forwards all VLANs allowed on the trunk or access ports. There is no mechanism in LACP that restricts the bundle to a single VLAN.

★ When this WOULD be the correct answer

This option would be correct in a scenario where a switch is configured to use a static EtherChannel without LACP, and only one VLAN is allowed due to misconfiguration or limitations in the switch's capabilities, causing it to forward traffic for only that VLAN.

Why candidates choose this

This distractor plays on confusion with VLAN filtering or the concept of 'one VLAN' from other features like VTP pruning or port security, but it is not related to EtherChannel formation.

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

Ensure you know that LACP only needs one side in active mode to form a channel; both sides in passive mode would fail.

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. LACP is one of the protocols used to dynamically negotiate and manage these bundles. LACP uses two modes: active and passive. Active mode means the device actively sends LACP negotiation frames to form the channel, while passive mode means the device only responds to LACP frames but does not initiate them. For an EtherChannel bundle to form using LACP, at least one side must be in active mode to initiate the negotiation. If one switch is set to active and the other to passive, the active side sends LACP frames, and the passive side responds, allowing the bundle to form successfully. However, if both sides are passive, no LACP frames are sent, so the channel does not form, and the links remain individual. A common exam trap is assuming both sides must be active for the bundle to form, which is incorrect. The key is that one side must initiate the negotiation. In practical networks, configuring one side as active and the other as passive is common to ensure the channel forms without unnecessary negotiation traffic. This behavior is specific to LACP; PAgP uses different modes and negotiation rules. Understanding these distinctions helps avoid misconfigurations that can cause link aggregation failures and network issues.

KKey Concepts to Remember

  • LACP (Link Aggregation Control Protocol) uses active and passive modes to negotiate EtherChannel bundles between switches.
  • An EtherChannel bundle forms successfully when at least one side of the link is configured in active mode to initiate LACP negotiation frames.
  • If both sides of an EtherChannel are set to passive mode, no negotiation frames are sent, and the bundle fails to form.
  • Active mode in LACP means the switch actively sends LACP packets to establish the channel, while passive mode only responds to received LACP packets.
  • Cisco switches support EtherChannel bundles using either LACP or PAgP, but mixing these protocols on the same channel is not supported.
  • LACP allows dynamic negotiation of link aggregation, improving link redundancy and bandwidth by bundling multiple physical links into a single logical link.
  • EtherChannel bundles forward traffic across all member links, maintaining VLAN information and load balancing traffic based on hashing algorithms.
  • Misconfiguring EtherChannel modes can lead to links remaining individual or failing to aggregate, impacting network performance and redundancy.

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 (Link Aggregation Control Protocol) uses active and passive modes to negotiate EtherChannel bundles between switches.

Real-world example

How this comes up in practice

A help-desk technician troubleshoots why a newly connected PC cannot reach shared printers on the same floor. The cable is good, the switch port is active, but the PC is in VLAN 20 and the printers are in VLAN 10. The uplink trunk only allows VLAN 10. A trunk being up does not mean every VLAN crosses it.

What to study next

Got this wrong? Here's your next step.

Review lACP (Link Aggregation Control Protocol) uses active and passive modes to negotiate EtherChannel bundles 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 (Link Aggregation Control Protocol) uses active and passive modes to negotiate EtherChannel bundles between switches..

What is the correct answer to this question?

The correct answer is: The bundle forms successfully — LACP forms a channel when at least one side actively sends negotiation frames. Active-to-passive works. Passive-to-passive would fail, but that is not the case here.

What should I do if I get this 200-301 question wrong?

Review lACP (Link Aggregation Control Protocol) uses active and passive modes to negotiate EtherChannel bundles 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 (Link Aggregation Control Protocol) uses active and passive modes to negotiate EtherChannel bundles 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

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.