Cisco Nexus 7000 Series Configuration Manual page 64

Nx-os layer 2 switching
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring VTP
SUMMARY STEPS
1. switch# configure terminal
2. switch(config)# feature vtp
3. switch(config)# vtp domain domain-name
4. switch(config)# vtp version {1 | 2 | 3}
5. switch(config)# vtp mode {client | server | transparent | off} [vlan | mst | unknown]
6. switch(config)# vtp interface interface-name [only]
7. switch(config)# vtp file file-name
8. switch(config)# vtp password password-value [ hidden | secret]
9. switch(config)# exit
10. switch# vtp primary [feature] [force]
11. (Optional) switch# show vtp status
12. (Optional) switch# show vtp counters
13. (Optional) switch# show vtp interface
14. (Optional) switch# show vtp password
15. (Optional) switch# show vtp devices [conflict]
16. (Optional) switch# copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
switch# configure terminal
Step 2
switch(config)# feature vtp
Step 3
switch(config)# vtp domain domain-name
Step 4
switch(config)# vtp version {1 | 2 | 3}
Step 5
switch(config)# vtp mode {client | server |
transparent | off} [vlan | mst | unknown]
Step 6
switch(config)# vtp interface interface-name [only]
Step 7
switch(config)# vtp file file-name
Step 8
switch(config)# vtp password password-value [
hidden | secret]
Example:
Cisco Nexus 7000 Series NX-OS Layer 2 Switching Configuration Guide, Release 5.x
48
Purpose
Enters global configuration mode.
Enables VTP on the device. The default is disabled.
Specifies the name of the VTP domain that you want this device
to join. The default is blank.
Sets the VTP version that you want to use. The default is version
1.
Version 3 is applicable for VTPv3 only and requires the
Note
configuration of VTP domain.
Sets the VTP mode to client, server, transparent, or off. The default
server mode is for vlan instance and transparent is for mst instance.
Configures the interface name used by the VTP updater for this
device.
Specifies the ASCII filename of the IFS file system file where the
VTP configuration is stored.
Specifies the password for the VTP administrative domain. Default
value is taken from vlan.dat.
The following options are applicable only on an image supporting
VTP version 3:
Configuring VTP

Advertisement

Table of Contents
loading

Table of Contents