Networking
DTP (Dynamic Trunking Protocol)
Added: July 12, 2026
Definition
- DTP is a Cisco protocol that automatically decides whether a switch port should become a trunk or remain an access port.
- It sits before trunk communication. First DTP negotiates the connection, then VLAN traffic can travel over the trunk.
What Problem It Solves
- Eliminates manually configuring both switch ports as trunks.
- Reduces configuration effort when connecting Cisco switches.
What Happens If Not Used
- Both sides must be manually configured.
- If one side is trunk and the other is access, VLAN communication may fail.
Easy Wording
DTP is like two people agreeing whether to open a multi-lane road before vehicles start using it.
Layman Example
Two offices connect with a hallway. Before opening all department doors, both managers first agree, "Should this hallway carry everyone?" DTP makes that decision.
Technical Example
- Switch A connects to Switch B.
- DTP messages are exchanged.
- Both agree to form a trunk.
- VLAN 10, 20, and 30 traffic now crosses the trunk.
Limitation: DTP only works on Cisco devices. After the trunk exists, switches still need a way to know which VLANs exist and where. That leads to VTP.