- A
Set the native VLAN to 1.
Why wrong: The native VLAN should match on both ends, but the immediate problem is that the trunk is not forming at all.
- B
Enable DTP on Switch B.
Why wrong: Enabling DTP (Dynamic Trunking Protocol) on Switch B would not help because Switch A will not respond to DTP due to 'nonegotiate'.
- C
Manually set the port to trunk mode.
Since Switch A is set to 'nonegotiate', Switch B must be manually configured as a trunk port (e.g., 'switchport mode trunk') to establish the trunk link.
- D
Configure the allowed VLAN list.
Why wrong: The allowed VLAN list controls which VLANs are permitted on the trunk, but the trunk must first be established. The lack of trunk formation is the immediate issue.
Quick Answer
The answer is that the port on Switch B must be manually set to trunk mode. This is required because Switch A has been configured with switchport nonegotiate, which disables Dynamic Trunking Protocol (DTP) frame transmission. Without those DTP frames, Switch B, left at its default dynamic desirable or auto mode, will never receive a negotiation trigger and will remain in access mode, preventing the trunk from forming. On the CompTIA Network+ N10-009 exam, this scenario tests your understanding of how switchport nonegotiate trunk configuration breaks DTP negotiation—a common trap is assuming the default mode will automatically adapt. Remember that switchport nonegotiate forces both sides to be manually set to trunk mode; if one side stops talking DTP, the other cannot guess. A useful memory tip: "No DTP, no auto—manual trunk is the only way to go."
N10-009 Network Implementation Practice Question
This N10-009 practice question tests your understanding of network implementation. 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: the 'switchport nonegotiate' command disables DTP on a trunk port.. 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 network engineer is configuring a trunk link between two switches to carry VLANs 10, 20, and 30. On Switch A, the port is configured with 'switchport mode trunk' and 'switchport nonegotiate'. On Switch B, the port is left at the default configuration. Which additional configuration is required on Switch B?
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
Manually set the port to trunk mode.
Switch B is left at default configuration, which on most Cisco switches means the port is in dynamic desirable or dynamic auto mode, relying on DTP to negotiate trunking. Since Switch A has 'switchport nonegotiate' configured, it will not send DTP frames, so Switch B will never receive a negotiation trigger and will remain in access mode. Therefore, the port on Switch B must be manually set to trunk mode with 'switchport mode trunk' to establish the trunk link.
Key principle: The 'switchport nonegotiate' command disables DTP on a trunk port.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Set the native VLAN to 1.
Why it's wrong here
The native VLAN should match on both ends, but the immediate problem is that the trunk is not forming at all.
- ✗
Enable DTP on Switch B.
Why it's wrong here
Enabling DTP (Dynamic Trunking Protocol) on Switch B would not help because Switch A will not respond to DTP due to 'nonegotiate'.
- ✓
Manually set the port to trunk mode.
Why this is correct
Since Switch A is set to 'nonegotiate', Switch B must be manually configured as a trunk port (e.g., 'switchport mode trunk') to establish the trunk link.
Related concept
The 'switchport nonegotiate' command disables DTP on a trunk port.
- ✗
Configure the allowed VLAN list.
Common exam traps
Common exam trap: answer the scenario, not the keyword
CompTIA often tests the misconception that DTP is always required or that 'switchport nonegotiate' only affects DTP on the local switch, when in fact it prevents the remote switch from ever learning that trunking is desired, forcing a manual configuration on the remote end.
Detailed technical explanation
How to think about this question
The 'switchport nonegotiate' command on Switch A disables Dynamic Trunking Protocol (DTP) entirely, meaning the port will not send or respond to DTP frames. On a default Cisco switch port (typically dynamic desirable or dynamic auto), the port will only become a trunk if it receives a DTP frame requesting trunking; without that, it remains in access mode. In a real-world scenario, if you mix vendors or disable DTP for security, you must manually configure trunk mode on both ends to ensure the link operates as an 802.1Q trunk.
KKey Concepts to Remember
- The 'switchport nonegotiate' command disables DTP on a trunk port.
- When DTP is disabled on one side, the other side must be manually configured as a trunk.
- Default switchport mode is often 'dynamic auto' or 'dynamic desirable'.
- A trunk link requires both ends to be in trunking mode to pass VLAN traffic.
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
The 'switchport nonegotiate' command disables DTP on a trunk port.
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 the 'switchport nonegotiate' command disables DTP on a trunk port., then practise related N10-009 questions on the same topic to reinforce the concept.
- →
Network Implementation — study guide chapter
Learn the concepts, then practise the questions
- →
Network Implementation practice questions
Targeted practice on this topic area only
- →
All N10-009 questions
520 questions across all exam domains
- →
CompTIA Network+ N10-009 study guide
Full concept coverage aligned to exam objectives
- →
N10-009 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related N10-009 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Networking Concepts practice questions
Practise N10-009 questions linked to Networking Concepts.
Network Implementation practice questions
Practise N10-009 questions linked to Network Implementation.
Network Operations practice questions
Practise N10-009 questions linked to Network Operations.
Network Security practice questions
Practise N10-009 questions linked to Network Security.
Network Troubleshooting practice questions
Practise N10-009 questions linked to Network Troubleshooting.
Network+ network fundamentals practice questions
Practise N10-009 questions linked to Network+ network fundamentals.
Practice this exam
Start a free N10-009 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 N10-009 question test?
Network Implementation — This question tests Network Implementation — The 'switchport nonegotiate' command disables DTP on a trunk port..
What is the correct answer to this question?
The correct answer is: Manually set the port to trunk mode. — Switch B is left at default configuration, which on most Cisco switches means the port is in dynamic desirable or dynamic auto mode, relying on DTP to negotiate trunking. Since Switch A has 'switchport nonegotiate' configured, it will not send DTP frames, so Switch B will never receive a negotiation trigger and will remain in access mode. Therefore, the port on Switch B must be manually set to trunk mode with 'switchport mode trunk' to establish the trunk link.
What should I do if I get this N10-009 question wrong?
Review the 'switchport nonegotiate' command disables DTP on a trunk port., then practise related N10-009 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
The 'switchport nonegotiate' command disables DTP on a trunk port.
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 →
Keep practising
More N10-009 practice questions
- Which layer of the OSI model is responsible for logical addressing and routing of packets between networks?
- Users in VLAN 10 cannot obtain IP addresses from a DHCP server located in VLAN 20. The router has an ip helper-address c…
- Which of the following is a characteristic of a Layer 2 network switch?
- Which of the following network devices operates primarily at Layer 2 of the OSI model and uses MAC addresses to forward…
- Which of the following is a characteristic of UDP when compared to TCP?
- Which of the following IPv6 addresses is a valid link-local address?
Last reviewed: Jun 30, 2026
This N10-009 practice question is part of Courseiva's free CompTIA 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 N10-009 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.