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-301GlossaryTrunk Port

VLANs

VLANAccess PortNative VLANVoice VLANDTPView all terms →

Practice

Practice TestMock ExamFlashcards
VLANs200-301 Exam Term

What Does Trunk Port Mean in 200-301?

Also known as: trunk, IEEE 802.1Q trunk, dot1q trunk

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

Quick Definition

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

Full Definition

A trunk port carries frames from multiple VLANs simultaneously by adding 802.1Q tags to each frame. The tag contains a 12-bit VLAN ID (0–4095), allowing switches and routers to identify which VLAN each frame belongs to. Trunk links are typically used between switches, and between a switch and a router performing inter-VLAN routing. Trunk ports can be configured manually or negotiated using DTP.

CLI Command

interface GigabitEthernet0/1
 switchport mode trunk
 switchport trunk allowed vlan 10,20,30
 switchport trunk native vlan 99

Exam Trap — Don't Get Fooled

Frames on the native VLAN are NOT tagged on trunk links (they pass untagged). This creates a VLAN hopping vulnerability if the native VLAN matches a data VLAN. Always set the native VLAN to an unused VLAN.

Related 200-301 Terms

VLAN

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

Access Port

A switch port assigned to a single VLAN, connecting end devices such as PCs and printers.

Native VLAN

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

DTP

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

Frequently Asked Questions

What does Trunk Port mean on the 200-301 exam?

A trunk port carries frames from multiple VLANs simultaneously by adding 802.1Q tags to each frame. The tag contains a 12-bit VLAN ID (0–4095), allowing switches and routers to identify which VLAN each frame belongs to. Trunk links are typically used between switches, and between a switch and a router performing inter-VLAN routing. Trunk ports can be configured manually or negotiated using DTP.

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

Frames on the native VLAN are NOT tagged on trunk links (they pass untagged). This creates a VLAN hopping vulnerability if the native VLAN matches a data VLAN. Always set the native VLAN to an unused VLAN.

How important is Trunk Port on the 200-301 exam?

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

← Back to 200-301 GlossaryPractice 200-301 Questions

Term Info

Category

VLANs

Exam

200-301