Question 1,098 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 bundles dynamically 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 are connected with EtherChannel using LACP. One side is configured with mode active and the other side with mode passive. What happens?

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 channel forms successfully

LACP forms an EtherChannel when at least one side actively negotiates. Active plus passive is a valid combination, so the bundle comes up if the physical settings match.

Key principle: LACP uses active and passive modes to negotiate EtherChannel bundles dynamically 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 channel forms successfully

    Why this is correct

    Active initiates and passive responds.

    Related concept

    LACP uses active and passive modes to negotiate EtherChannel bundles dynamically between switches.

  • The channel stays down because both sides must be active

    Why it's wrong here

    Both active works, but it is not required.

    When this WOULD be correct

    If the question specified that both switches were configured with LACP but required both to be in active mode for the channel to form, then this option would be correct. For example, a question could state that both switches must be in active mode for LACP to function properly.

  • The channel forms only if PAgP is also enabled

    Why it's wrong here

    PAgP is a different negotiation protocol.

    When this WOULD be correct

    In a different scenario where the question specifies that both switches are configured for PAgP and that LACP is not supported or enabled, the answer could be correct if the exam asks about the necessity of PAgP for channel formation.

  • The channel becomes a static Port-Channel

    Why it's wrong here

    LACP mode active/passive still creates an LACP bundle, not a static one.

    When this WOULD be correct

    This option would be correct in a scenario where both switches are configured to use static EtherChannel without LACP or PAgP. In that case, if one side is set to dynamic negotiation, it would not form a channel, and the static configuration would prevail.

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 channel forms successfullyCorrect answer

Why this is correct

Active initiates and passive responds.

The channel stays down because both sides must be activeWrong answer — click to see why

Why this is wrong here

This option is incorrect because LACP allows for one side to be in active mode and the other in passive mode, enabling the EtherChannel to form successfully. Both sides do not need to be in active mode for the channel to be established.

★ When this WOULD be the correct answer

If the question specified that both switches were configured with LACP but required both to be in active mode for the channel to form, then this option would be correct. For example, a question could state that both switches must be in active mode for LACP to function properly.

Why candidates choose this

Candidates may choose this option due to a misunderstanding of LACP's operational modes, mistakenly believing that both sides must actively negotiate for the channel to form, leading to confusion about the requirements for successful EtherChannel setup.

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

Why this is wrong here

This option is incorrect because LACP (Link Aggregation Control Protocol) does not require PAgP (Port Aggregation Protocol) to be enabled for the EtherChannel to form; LACP operates independently of PAgP.

★ When this WOULD be the correct answer

In a different scenario where the question specifies that both switches are configured for PAgP and that LACP is not supported or enabled, the answer could be correct if the exam asks about the necessity of PAgP for channel formation.

Why candidates choose this

Candidates may choose this option due to confusion between LACP and PAgP, mistakenly believing that both protocols must be enabled simultaneously for EtherChannel to function properly.

The channel becomes a static Port-ChannelWrong answer — click to see why

Why this is wrong here

This option is wrong because when one switch is set to LACP active and the other to passive, they can still negotiate and form an EtherChannel, contrary to the claim that it becomes a static Port-Channel.

★ When this WOULD be the correct answer

This option would be correct in a scenario where both switches are configured to use static EtherChannel without LACP or PAgP. In that case, if one side is set to dynamic negotiation, it would not form a channel, and the static configuration would prevail.

Why candidates choose this

Candidates may find this option tempting because they might confuse the negotiation modes of LACP with static configurations, leading them to believe that a mismatch in modes would default to a static setup.

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

A frequent exam trap is believing that both sides of an LACP EtherChannel must be configured in active mode for the channel to form. This misconception leads to the incorrect assumption that active-passive combinations will fail. In reality, LACP requires only one side to be active to initiate negotiation, while the other side can be passive and respond. Another trap is confusing LACP with PAgP, expecting that enabling PAgP alongside LACP will help form the channel, which is false because these protocols are incompatible. Understanding these nuances prevents misinterpretation of EtherChannel negotiation behavior on the exam.

Detailed technical explanation

How to think about this question

EtherChannel is a technology that bundles multiple physical Ethernet links into a single logical link to increase bandwidth and provide redundancy. Link Aggregation Control Protocol (LACP) is an IEEE standard (802.3ad) protocol used to dynamically negotiate and maintain these bundles between switches. LACP uses modes such as active and passive to determine how the negotiation occurs: active mode actively initiates negotiation by sending LACP packets, while passive mode only responds to LACP packets but does not initiate them. For an EtherChannel to form using LACP, at least one side must be in active mode to initiate the negotiation. If one switch is set to active mode and the other to passive mode, the active side sends LACP packets, and the passive side responds, allowing the channel to form successfully. This behavior contrasts with static EtherChannels, which do not use negotiation protocols and require manual configuration on both sides. Cisco switches support this dynamic negotiation to simplify link aggregation and ensure compatibility. A common exam trap is assuming both sides must be active for LACP to form an EtherChannel. This is incorrect because passive mode can respond to active mode’s negotiation requests, enabling the channel to come up. Another confusion is mixing LACP with PAgP, Cisco’s proprietary protocol, which is incompatible with LACP. Understanding these distinctions is critical for configuring EtherChannel correctly and avoiding misconfigurations that cause link bundles to stay down or behave unexpectedly in production networks.

KKey Concepts to Remember

  • LACP uses active and passive modes to negotiate EtherChannel bundles dynamically between switches.
  • An EtherChannel forms successfully if at least one switch side is set to LACP active mode and the other to passive mode.
  • Passive mode in LACP only responds to negotiation packets and does not initiate link aggregation.
  • Static Port-Channels do not use LACP or PAgP and require manual configuration on both ends.
  • PAgP is a Cisco proprietary protocol and cannot negotiate EtherChannel with LACP-enabled ports.
  • LACP ensures link aggregation compatibility and redundancy by dynamically managing bundled links.
  • Misconfiguring both sides as passive mode prevents EtherChannel formation because no side initiates negotiation.
  • Cisco switches prefer dynamic negotiation protocols like LACP to simplify EtherChannel setup and maintenance.

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 bundles dynamically between switches.

Real-world example

How this comes up in practice

A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.

What to study next

Got this wrong? Here's your next step.

Review lACP uses active and passive modes to negotiate EtherChannel bundles dynamically 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 bundles dynamically between switches..

What is the correct answer to this question?

The correct answer is: The channel forms successfully — LACP forms an EtherChannel when at least one side actively negotiates. Active plus passive is a valid combination, so the bundle comes up if the physical settings match.

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

Review lACP uses active and passive modes to negotiate EtherChannel bundles dynamically 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 bundles dynamically 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.