Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Free Resources

Difficulty IndexLearn — Free ChaptersIT GlossaryFree Tools & LabsStudy GuidesCareer RoadmapsBrowse by VendorCisco Command ReferenceCCNA Scenarios

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

HomeCertifications200-301GlossaryDTP

VLANs

VLANTrunk PortAccess PortNative VLANVoice VLANView all terms →

Practice

Practice TestMock ExamFlashcards
VLANs200-301 Exam Term

What Does DTP Mean in 200-301?

Full form: Dynamic Trunking Protocol

Also known as: Dynamic Trunking Protocol

Reviewed byJohnson Ajibi· Senior Network & Security Engineer · MSc IT Security

Quick Definition

A Cisco proprietary protocol that automatically negotiates trunk formation between switches.

Full Definition

DTP is a Cisco proprietary protocol that allows switches to negotiate whether to form a trunk link. DTP modes include: Dynamic Auto (waits for the other side to initiate), Dynamic Desirable (actively tries to form a trunk), Trunk (forces trunk mode), and Access (forces access mode). The combination of modes on each end determines whether a trunk forms. DTP is enabled by default on most Cisco switch ports.

CLI Command

switchport mode dynamic desirable   ! actively negotiates trunk
switchport mode dynamic auto       ! passively waits
switchport nonegotiate             ! disables DTP

Exam Trap — Don't Get Fooled

Best practice is to disable DTP on access ports ('switchport mode access') and on trunk ports ('switchport nonegotiate'). Leaving DTP enabled allows an attacker to negotiate a trunk and send tagged frames — a VLAN hopping attack.

Related 200-301 Terms

VLAN

A logical segmentation of a switch network into separate broadcast domains.

Trunk Port

A switch port configured to carry traffic for multiple VLANs using 802.1Q tags.

Native VLAN

The VLAN whose frames pass untagged on a trunk link — VLAN 1 by default.

Frequently Asked Questions

What does DTP mean on the 200-301 exam?

DTP is a Cisco proprietary protocol that allows switches to negotiate whether to form a trunk link. DTP modes include: Dynamic Auto (waits for the other side to initiate), Dynamic Desirable (actively tries to form a trunk), Trunk (forces trunk mode), and Access (forces access mode). The combination of modes on each end determines whether a trunk forms. DTP is enabled by default on most Cisco switch ports.

How does DTP appear as a trap on the 200-301?

Best practice is to disable DTP on access ports ('switchport mode access') and on trunk ports ('switchport nonegotiate'). Leaving DTP enabled allows an attacker to negotiate a trunk and send tagged frames — a VLAN hopping attack.

How important is DTP on the 200-301 exam?

DTP falls under the VLANs domain of the 200-301 exam. Understanding it in context with related terms like vlan and trunk-port is essential for answering scenario-based questions correctly.

← Back to 200-301 GlossaryPractice 200-301 Questions

Term Info

Category

VLANs

Exam

200-301

Full Form

Dynamic Trunking Protocol