Cisco CCNP / BCMSN Exam Tutorial: Dynamic Trunking Protocol (DTP)
When you’re studying to pass the BCMSN exam on the way to earning your CCNP certification, you’re going to add to your CCNA knowledgebase every step of the way. Nowhere is that more than configuring a trunk between two switches.
You know that IEEE 802.1Q (“dot1q”) and ISL are your two choices of trunking protocols, and you know the main differences between the two. What you might not have known is that there’s a third trunking protocol that’s running between your Cisco switches, and while it’s a transparent process to many, you had better know about it for your BCMSN and other CCNP exams!
The Cisco-proprietary Dynamic Trunking Protocol (DTP) actively attempts to negotiate a trunk link with the remote switch. This sounds great, but there is a cost in overhead – DTP frames are transmitted every 30 seconds. If you decide to configure a port as a non-negotiable trunk port, there’s no need for the port to send DTP frames.
DTP can be turned off at the interface level with the switchport nonegotiate command, but as you see below, you...