- A
The switchport mode and VLAN settings
Correct. Access/trunk mode and related VLAN settings must match across the member links.
- B
The STP root bridge ID on both switches
Why wrong: STP root bridge identity does not need to match for EtherChannel formation.
- C
The speed and duplex settings
Correct. Mismatched speed or duplex prevents proper channel formation.
- D
The interface description
Why wrong: Descriptions are operationally useful but irrelevant to channel negotiation.
- E
The ARP timeout value
Why wrong: ARP timeout has nothing to do with EtherChannel membership.
Quick Answer
The answer is speed and duplex settings. For a Layer 2 EtherChannel to form successfully, all member ports on a switch must be configured with identical speed and duplex settings, as the EtherChannel protocol treats the bundled links as a single logical interface and cannot negotiate mismatched physical parameters. This requirement stems from the need for consistent frame delivery timing and collision handling across the bundle; if one port operates at 100 Mbps full-duplex while another is at 1 Gbps half-duplex, the switch will place the ports into an err-disabled state or refuse to form the channel. On the CCNA 200-301 v2 exam, this concept often appears in a "choose two" format alongside other Layer 2 conditions like native VLAN or trunk mode, with a common trap being that spanning-tree settings or port security must match—they do not. Remember the mnemonic "S&D for L2 EC" to recall that Speed and Duplex are the non-negotiable pair for Layer 2 EtherChannel conditions.
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: etherChannel bundles multiple physical Ethernet links into a single logical Layer 2 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 on two switch ports before they can successfully form a Layer 2 EtherChannel? (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 switchport mode and VLAN settings
Layer 2 EtherChannel members must have compatible Layer 2 configuration. Port mode, VLAN-related settings, speed, and duplex all need to align for the bundle to form correctly.
Key principle: EtherChannel bundles multiple physical Ethernet links into a single logical Layer 2 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 switchport mode and VLAN settings
Why this is correct
Correct. Access/trunk mode and related VLAN settings must match across the member links.
Related concept
EtherChannel bundles multiple physical Ethernet links into a single logical Layer 2 link to increase bandwidth and provide redundancy.
- ✗
The STP root bridge ID on both switches
Why it's wrong here
STP root bridge identity does not need to match for EtherChannel formation.
When this WOULD be correct
In a different question asking about the prerequisites for a stable spanning tree topology, the STP root bridge ID would be relevant. For example, if the question focused on ensuring consistent spanning tree behavior across multiple switches, matching root bridge IDs would be necessary.
- ✓
The speed and duplex settings
Why this is correct
Correct. Mismatched speed or duplex prevents proper channel formation.
Related concept
EtherChannel bundles multiple physical Ethernet links into a single logical Layer 2 link to increase bandwidth and provide redundancy.
- ✗
The interface description
Why it's wrong here
Descriptions are operationally useful but irrelevant to channel negotiation.
When this WOULD be correct
In a question focused on network documentation or management best practices, where candidates are asked to identify the importance of consistent interface descriptions across switch ports for ease of troubleshooting and management, this option would be correct.
- ✗
The ARP timeout value
Why it's wrong here
ARP timeout has nothing to do with EtherChannel membership.
When this WOULD be correct
In a question focused on Layer 3 configurations or network performance optimization, a scenario might ask about factors that influence ARP behavior, where candidates must identify the correct ARP timeout settings for different network segments.
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 switchport mode and VLAN settingsCorrect answer▾
Why this is correct
Correct. Access/trunk mode and related VLAN settings must match across the member links.
✗The STP root bridge ID on both switchesWrong answer — click to see why▾
Why this is wrong here
This option is wrong because the STP root bridge ID does not directly affect the formation of an EtherChannel; EtherChannel requires matching port configurations, not spanning tree parameters.
★ When this WOULD be the correct answer
In a different question asking about the prerequisites for a stable spanning tree topology, the STP root bridge ID would be relevant. For example, if the question focused on ensuring consistent spanning tree behavior across multiple switches, matching root bridge IDs would be necessary.
Why candidates choose this
Candidates may find this option tempting because they understand that STP is crucial for Layer 2 networks and might mistakenly believe that its parameters are relevant to EtherChannel formation.
✗The interface descriptionWrong answer — click to see why▾
Why this is wrong here
The interface description does not affect the formation of an EtherChannel, as it is merely a label for identification purposes and does not influence Layer 2 connectivity or protocol negotiation.
★ When this WOULD be the correct answer
In a question focused on network documentation or management best practices, where candidates are asked to identify the importance of consistent interface descriptions across switch ports for ease of troubleshooting and management, this option would be correct.
Why candidates choose this
Candidates may mistakenly believe that interface descriptions play a role in EtherChannel formation due to their importance in network documentation and clarity, leading to confusion about their technical relevance in this specific context.
✗The ARP timeout valueWrong answer — click to see why▾
Why this is wrong here
The ARP timeout value does not affect the formation of a Layer 2 EtherChannel, as EtherChannel operates at Layer 2 and is concerned with port configurations, not Layer 3 settings like ARP.
★ When this WOULD be the correct answer
In a question focused on Layer 3 configurations or network performance optimization, a scenario might ask about factors that influence ARP behavior, where candidates must identify the correct ARP timeout settings for different network segments.
Why candidates choose this
Candidates may confuse Layer 2 EtherChannel requirements with Layer 3 functionalities, mistakenly thinking that ARP settings could impact the link aggregation process.
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 EtherChannel requires consistent speed and duplex settings, and also consistent switchport mode (access or trunk) and allowed VLANs.
Detailed technical explanation
How to think about this question
EtherChannel is a Cisco technology that allows multiple physical Ethernet links to be combined into a single logical link to increase bandwidth and provide redundancy. For Layer 2 EtherChannel, the member ports must share consistent Layer 2 configurations to ensure the bundle operates as a single logical interface. This includes matching switchport modes (access or trunk) and VLAN settings, which guarantee that traffic is handled uniformly across all links in the channel. The formation of an EtherChannel depends on strict compatibility rules. The speed and duplex settings of the physical interfaces must be identical to prevent mismatches that cause packet loss or channel negotiation failure. Cisco switches use protocols like PAgP or LACP to negotiate and maintain the EtherChannel, and any mismatch in these critical parameters causes the channel to fail to form or to be unstable. A common exam trap is to assume that spanning tree parameters or interface descriptions must match for EtherChannel formation. While STP interacts with EtherChannel bundles, the root bridge ID does not need to be identical on both ends. Interface descriptions are purely administrative and do not affect channel negotiation. Understanding these distinctions helps avoid selecting incorrect answers and ensures proper EtherChannel deployment in real networks.
KKey Concepts to Remember
- EtherChannel bundles multiple physical Ethernet links into a single logical Layer 2 link to increase bandwidth and provide redundancy.
- All member ports in a Layer 2 EtherChannel must have matching switchport modes, such as access or trunk, to maintain consistent VLAN handling.
- Speed and duplex settings on all EtherChannel member interfaces must be identical to prevent negotiation failures and ensure stable link aggregation.
- Cisco EtherChannel protocols like PAgP and LACP rely on consistent Layer 2 configurations to successfully form and maintain channel bundles.
- Spanning Tree Protocol root bridge IDs do not need to match on both ends of an EtherChannel for the channel to form correctly.
- Interface descriptions are administrative labels and do not influence EtherChannel negotiation or operation.
- Mismatched VLAN settings or port modes across EtherChannel member ports cause the channel to fail to form or to operate improperly.
- EtherChannel requires uniform physical interface parameters to behave as a single logical link, preventing traffic loss and negotiation errors.
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 Layer 2 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 Layer 2 link to increase bandwidth and provide redundancy., 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 — EtherChannel bundles multiple physical Ethernet links into a single logical Layer 2 link to increase bandwidth and provide redundancy..
What is the correct answer to this question?
The correct answer is: The switchport mode and VLAN settings — Layer 2 EtherChannel members must have compatible Layer 2 configuration. Port mode, VLAN-related settings, speed, and duplex all need to align for the bundle to form correctly.
What should I do if I get this 200-301 question wrong?
Review etherChannel bundles multiple physical Ethernet links into a single logical Layer 2 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 Layer 2 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 →
Same concept, more angles
1 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. Which three options correctly describe the behavior or configuration of EtherChannel? (Choose three.)
medium- ✓ .EtherChannel can bundle up to 8 active physical links of the same type.
- ✓ .All interfaces in the EtherChannel must have the same VLAN allowed list or trunk mode.
- ✓ .Load balancing is based on a hash algorithm that can use source MAC, destination MAC, IP, or port numbers.
- .EtherChannel provides redundancy by forwarding traffic out all active links simultaneously.
- .PAgP is an industry-standard protocol for forming EtherChannels.
- .EtherChannel interfaces are configured as individual switch ports in the running-config.
Why : EtherChannel allows bundling up to 8 active physical links of the same type (e.g., all FastEthernet or all GigabitEthernet) to increase bandwidth and provide redundancy. All interfaces in the bundle must have consistent VLAN allowed lists and trunk mode configurations (or, for access ports, the same access VLAN) to avoid traffic misdirection or loops. Load balancing uses a hash algorithm that can be based on source MAC, destination MAC, source/destination IP, or TCP/UDP port numbers, with the default typically being source MAC on Cisco switches.
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.