The VLAN Trunking Protocol (VTP) is disabled by default on the device. When VTP is disabled, the device does not relay any VTP protocol packets. A Nexus switch VTP works only in transparent mode.
To enable VTP in NX-OS the feature vtp connand should be used.
Nexus (NX-OS) VTP configuration example:
switch# config t
switch(config)# feature vtp
switch(config)# vtp domain accounting
switch(config)# vtp version 2
|