How can you disable DTP on a switch port?

How can you disable DTP on a switch port?
A. Configure the switch port as a trunk.
B. Add an interface on the switch to a channel group.
C. Change the operational mode to static access.
D. Change the administrative mode to access.

Pass Cisco CCNA 200-301 Exam in First Attempt

FULL Printable PDF and Software. VALID exam to help you pass.

cisco-exams

2 thoughts on “How can you disable DTP on a switch port?

  1. Answer D.

    Switchport Mode Access: This puts the interface into a PERMANENT NON-TRUNKING mode and negotiates to convert the link into a NON-TRUNK link. The port would be a dedicated Layer 2 access port!

    Switchport Nonegotiates: Prevents the interface from generating DTP Frames (disables DTP). You can use this command ONLY when the interface switchport mode is already in ACCESS or TRUNK mode.

    Configuring the interface as a static trunk port (“switchport mode trunk”) without the “nonegotiate” command (Answer A) will not work because DTP still runs. See: http://packetlife.net/blog/2008/sep/30/disabling-dynamic-trunking-protocol-dtp

  2. The DTP packets are not sent in these three circumstances:

    1.) Either the port is a static access port configured by the command switchport mode access

    2.) Or the port is a static trunk port configured with the command switchport mode trunk and at the same time, the DTP negotiation is deactivated using the command switchport nonegotiate

    3.) The port is a routed port configured with the command no switchport

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.