Dynamic Trunking Protocol
Appearance
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
No issues specified. Please specify issues, or remove this template. |
The Dynamic Trunking Protocol (DTP) is a proprietary networking protocol developed by Cisco Systems for the purpose of negotiating trunking on a link between two VLAN-aware switches, and for negotiating the type of trunking encapsulation to be used. It works on the Layer 2 of the OSI model. VLAN trunks formed using DTP may utilize either IEEE 802.1Q or Cisco ISL trunking protocols.
DTP should not be confused with VTP, as they serve different purposes. VTP communicates VLAN existence information between switches. DTP aids with trunk port establishment. Neither protocol transmits the data frames that trunks carry.
Switch port modes
The following switch port mode settings exist:
- auto — causes the port to passively be willing to convert to trunking. The port will not trunk unless the neighbor is set to on or desirable . This is the default mode. Note that auto-auto (both ends default) links will not become trunks.
- on — forces the link into permanent trunking, even if the neighbor doesn't agree.
- off — forces the link to permanently not trunk, even if the neighbor doesn't agree.
- desirable — causes the port to actively attempt to become a trunk, subject to neighbor agreement (neighbor set to on, desirable, or auto.)
- nonegotiate — Disables the sending of DTP frames on the port. For use when the DTP frames confuse the neighboring (non-Cisco) 802.1Q switch. It does not set the port to trunking mode automatically. Trunking is determined based off whether the on or off keywords have been entered on the device. This command generates an error if dynamic modes are configured.[1] [2]'
See also
References
- ^ "Catalyst 2960 Switch Cisco IOS Commands - shutdown through vtp". Cisco. Retrieved 23 February 2012.
- ^ . Cisco http://www.cisco.com/en/US/docs/ios/interface/command/reference/ir_s7.html#wp1012629. Retrieved 23 February 2012.
{{cite web}}
: Missing or empty|title=
(help); Unknown parameter|title=
ignored (help)
External links