Question 1,575 of 1,819
Switching and Network AccesshardMultiple SelectObjective-mapped

Quick Answer

The answer is that the member interfaces must have matching speed, duplex, and trunk settings for a Layer 2 EtherChannel bundle to form correctly. This requirement exists because EtherChannel aggregates multiple physical links into a single logical link, and any mismatch in these Layer 2 parameters—such as one port running at 100 Mbps while another runs at 1 Gbps, or one set to access mode while another is trunking—causes the Port Aggregation Protocol (PAgP) or Link Aggregation Control Protocol (LACP) to refuse forming the bundle. On the CCNA 200-301 v2 exam, this concept tests your understanding of interface consistency, often appearing in multiple-choice or simulation questions where you must identify why a bundle fails to come up. A common trap is assuming only speed and duplex must match, but the switchport mode (access or trunk) and allowed VLAN list must also be identical. Remember the mnemonic “SDT” for Speed, Duplex, and Trunk settings—all three must be identical across every member link.

CCNA Switching and Network Access Practice Question

This 200-301 practice question tests your understanding of switching and network access. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: etherChannel bundles multiple physical Ethernet links into a single logical link to increase bandwidth and provide redundancy.. 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.

Which two conditions must match for a Layer 2 EtherChannel bundle to form correctly? (Choose two.)

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 member interfaces must use the same speed and duplex settings.

Member interfaces must have consistent Layer 2 parameters such as speed/duplex and trunk/access characteristics.

Key principle: EtherChannel bundles multiple physical Ethernet links into a single logical link to increase bandwidth and provide redundancy.

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 member interfaces must use the same speed and duplex settings.

    Why this is correct

    Correct. Inconsistent physical settings can prevent bundling.

    Related concept

    EtherChannel bundles multiple physical Ethernet links into a single logical link to increase bandwidth and provide redundancy.

  • Each member interface must be assigned a different native VLAN.

    Why it's wrong here

    Native VLANs must be consistent, not different.

    When this WOULD be correct

    In a question that asks about VLAN configuration in a network where multiple VLANs are used for different traffic types, stating that each member interface must have a different native VLAN could be correct if discussing a scenario involving trunk ports where separate VLANs are required for specific traffic management.

  • The member interfaces must have compatible switchport mode and VLAN settings.

    Why this is correct

    Correct. Trunk/access state and key VLAN settings must align.

    Related concept

    EtherChannel bundles multiple physical Ethernet links into a single logical link to increase bandwidth and provide redundancy.

  • One side must use LACP and the other must use PAgP.

    Why it's wrong here

    Different negotiation protocols are incompatible.

    When this WOULD be correct

    In a different scenario where the question asks about the compatibility of EtherChannel protocols, option D would be correct if it specified that one side is configured for LACP and the other for PAgP, highlighting the incompatibility that prevents the EtherChannel from forming.

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 member interfaces must use the same speed and duplex settings.Correct answer

Why this is correct

Correct. Inconsistent physical settings can prevent bundling.

Each member interface must be assigned a different native VLAN.Wrong answer — click to see why

Why this is wrong here

This option is wrong because all member interfaces in an EtherChannel must be configured with the same native VLAN for the bundle to form correctly, not different native VLANs.

★ When this WOULD be the correct answer

In a question that asks about VLAN configuration in a network where multiple VLANs are used for different traffic types, stating that each member interface must have a different native VLAN could be correct if discussing a scenario involving trunk ports where separate VLANs are required for specific traffic management.

Why candidates choose this

Candidates might choose this option due to a misunderstanding of VLAN configurations, thinking that having different native VLANs could allow for more flexible traffic management in a trunking scenario.

One side must use LACP and the other must use PAgP.Wrong answer — click to see why

Why this is wrong here

This option is wrong because EtherChannel can only form if both ends of the link use the same protocol, either LACP or PAgP, not a mix of both. Mixing protocols will prevent the EtherChannel from establishing.

★ When this WOULD be the correct answer

In a different scenario where the question asks about the compatibility of EtherChannel protocols, option D would be correct if it specified that one side is configured for LACP and the other for PAgP, highlighting the incompatibility that prevents the EtherChannel from forming.

Why candidates choose this

Candidates may choose this option due to a misunderstanding of EtherChannel protocols, thinking that using different protocols could still allow for a connection, or they may confuse the requirement for consistent protocol usage with other networking concepts.

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

Don't confuse VLAN membership or MAC address requirements with EtherChannel parameters. Focus on speed and duplex consistency.

Detailed technical explanation

How to think about this question

EtherChannel is a Layer 2 technology that aggregates multiple physical Ethernet links into a single logical link to increase bandwidth and provide redundancy. This bundling requires that all member interfaces share consistent Layer 2 parameters to function correctly. Key parameters include speed, duplex, and VLAN configurations, which ensure that frames are forwarded uniformly across the bundle without causing loops or miscommunication. For an EtherChannel bundle to form successfully, Cisco devices enforce strict matching rules on member interfaces. The interfaces must have the same speed and duplex settings to avoid mismatched link characteristics that can cause packet loss or errors. Additionally, the switchport mode (access or trunk) and VLAN settings must be compatible across all member ports to maintain consistent Layer 2 forwarding behavior. These rules prevent partial bundling or interface exclusion from the EtherChannel. A common exam trap involves misunderstanding negotiation protocols or VLAN configurations. For example, mixing LACP on one side and PAgP on the other prevents bundle formation because these protocols are incompatible. Similarly, assigning different native VLANs to member interfaces disrupts trunk consistency and blocks bundling. In practical networks, mismatched settings cause EtherChannel to fail silently or degrade performance, so verifying uniform configuration is critical.

KKey Concepts to Remember

  • EtherChannel bundles multiple physical Ethernet links into a single logical link to increase bandwidth and provide redundancy.
  • All member interfaces in an EtherChannel must use the same speed and duplex settings to prevent link mismatches and errors.
  • Switchport mode and VLAN settings must be consistent across all EtherChannel member interfaces to maintain uniform Layer 2 forwarding.
  • Negotiation protocols like LACP and PAgP must match on both ends of the EtherChannel to successfully form the bundle.
  • Native VLAN settings must be identical on all member interfaces to avoid VLAN mismatches that prevent EtherChannel formation.
  • Inconsistent physical or Layer 2 parameters cause member interfaces to be excluded from the EtherChannel bundle.
  • EtherChannel failure due to configuration mismatches can cause silent link degradation or traffic loss in production networks.
  • Cisco devices enforce strict matching rules on EtherChannel member interfaces to ensure stable and predictable link aggregation.

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

EtherChannel bundles multiple physical Ethernet links into a single logical link to increase bandwidth and provide redundancy.

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 etherChannel bundles multiple physical Ethernet links into a single logical link to increase bandwidth and provide redundancy., 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 — EtherChannel bundles multiple physical Ethernet links into a single logical link to increase bandwidth and provide redundancy..

What is the correct answer to this question?

The correct answer is: The member interfaces must use the same speed and duplex settings. — Member interfaces must have consistent Layer 2 parameters such as speed/duplex and trunk/access characteristics.

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

Review etherChannel bundles multiple physical Ethernet links into a single logical link to increase bandwidth and provide redundancy., then practise related 200-301 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

EtherChannel bundles multiple physical Ethernet links into a single logical link to increase bandwidth and provide redundancy.

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

Same concept, more angles

5 more ways this is tested on 200-301

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. What is a common requirement for interfaces to successfully bundle into an EtherChannel?

medium
  • A.All member interfaces must use matching speed, duplex, and trunk/access settings
  • B.Each interface must belong to a different VLAN
  • C.Only odd-numbered switch ports can be bundled
  • D.Each interface must have a different STP path cost

Why A: EtherChannel members must have compatible operational and administrative settings, including speed, duplex, and switchport mode.

Variation 2. Exhibit: SW1 is configured for EtherChannel with LACP, but the bundle does not form. What is the most likely cause?

hard
  • A.The interfaces should use PAgP instead of LACP on both ends
  • B.One side is using LACP and the other side is using a static EtherChannel mode
  • C.The links must be routed ports before EtherChannel can form
  • D.EtherChannel requires three or more member links

Why B: For an LACP EtherChannel to form, both sides must negotiate with LACP using active or passive mode. One side here is set to channel-group mode on, which creates a static channel and does not speak LACP. That mismatch prevents the bundle from forming.

Variation 3. 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?

medium
  • A.The bundle forms successfully
  • B.The links remain individual because both sides must use active
  • C.The bundle forms only if PAgP is also enabled
  • D.The channel comes up but forwards only one VLAN

Why A: 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.

Variation 4. Two switches are connected with an EtherChannel using LACP. The bundle stays down and the physical interfaces show individual links, not a port-channel member state. Which two conditions must match on both sides for the channel to form successfully?

hard
  • A.The member interfaces must have compatible speed and duplex settings
  • B.The trunk native VLAN must always be VLAN 1
  • C.The interfaces must use the same channel protocol and compatible LACP settings
  • D.The STP priority values on both switches must be identical

Why A: LACP active/passive is valid, but the interfaces still have to match operationally and be configured compatibly for the same bundle. Speed, duplex, trunking, and channel protocol consistency all matter.

Variation 5. Two switches are bundled with LACP, but only one physical link is forwarding traffic in the port-channel. What is the most likely reason?

hard
  • A.One member interface has a trunk configuration mismatch
  • B.LACP requires exactly one active and one passive side only
  • C.STP blocks all but one interface inside every EtherChannel
  • D.EtherChannel cannot be used on trunk ports

Why A: For an EtherChannel to form correctly, the member interfaces must match on key settings such as speed, duplex, trunking, and allowed VLAN list. A mismatch keeps one link from bundling even if LACP is enabled on both sides.

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.