DTP Review

VN:F [1.9.6_1107]
Rating: 3.3/5 (3 votes cast)
By Anthony Sequeira on June 8th, 2011

When it comes to the Catalyst switches, a key topic, and one that requires very careful reading of tasks, is the Dynamic Trunk Protocol (DTP). Let us review some key facts about this protocol and get our blog readers all set for the exam in this area.

First, a review of the modes, the commands that initiate them, and whether or not DTP frames are sent:

  • DTP Mode ON – switchport mode trunk - DTP frames sent
  • DTP Mode OFF – switchport mode access – DTP frames not sent
  • DTP Mode AUTO – switchport mode dynamic auto – DTP frames not sent
  • DTP Mode DESIRABLE – switchport mode dynamic desirable – DTP frames sent
  • DTP Mode NONEGOTIATE – switch port nonegotiate – DTP frames not sent
  • Notice how important committing this to memory is going to be. For trunk formation, we examine if DTP frames are sent from one of the ends of the link. For example – with AUTO-DESIRABLE we get a trunk since one side is willing to trunk and the other side is sending DTP frames.
    Another very important point is how we eliminate DTP from the network trunk. We use switchport mode trunk in conjunction with switchport nonegotiate. This ensures unconditional trunking and eliminates the sending of the DTP frames. It is very important not to confuse this setting with DTP mode OFF (switchport mode access).
    As stated earlier, reading very carefully on a task regarding this is critical. Also, at times there can be more than one acceptable configuration. For example, if SW1 needs to initiate a trunk to SW2, and that is the only requirement, you could have SW1 do trunk modes of ON or DESIRABLE and ensure SW2 is AUTO.
    Best practices in the lab and in production typically dictate that we eliminate DTP whenever possible. In the lab, this would mean that there are no requirements stated that we use it. For example, if the task simply states to form a trunk between SW1 and SW2, we should consider:

    switchport trunk encapsulation dot1q
    switchport mode trunk
    switchport no negotiate

    Anthony Sequeira CCIE, CCSI
    Twitter: @compsolv
    Facebook: http://www.facebook.com/compsolv

    DTP Review, 3.3 out of 5 based on 3 ratings
    Share and Enjoy:
    • RSS
    • Twitter
    • Facebook
    • Google Bookmarks
    • Digg
    • Print
    • Technorati
    • Slashdot
    • LinkedIn
    • del.icio.us
    • Reddit
    • Sphinn
    • Mixx
    • Blogplay
    • Netvibes
    • NewsVine
    • Live
    • Ping.fm
    • MySpace
    • Yahoo! Bookmarks
    • Yahoo! Buzz

    Tags: , , , ,

    Leave a Reply