Configuring Vtp - Cisco Nexus 3000 series Configuration Manual

Nx-os layer 2
Hide thumbs Also See for Nexus 3000 series:
Table of Contents

Advertisement

Configuring VLANs
This example shows how to configure optional parameters for VLAN 5:
switch# configure terminal
switch(config)# vlan 5
switch(config-vlan)# name accounting
switch(config-vlan)# state active
switch(config-vlan)# no shutdown

Configuring VTP

You can enable and configure VTP. If you enable VTP, you must configure either version 1 or version 2. If
you are using VTP in a Token Ring environment, you must use version 2.
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}
5. switch(config)# vtp file file-name
6. switch(config)# vtp password password-value
7. switch(config)# exit
8. (Optional) switch# show vtp status
9. (Optional) switch# show vtp counters
10. (Optional) switch# show vtp interface
11. (Optional) switch# show vtp password
12. (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}
Step 5
switch(config)# vtp file file-name
Step 6
switch(config)# vtp password
password-value
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.
Specifies the ASCII filename of the IFS file system file where the
VTP configuration is stored.
Specifies the password for the VTP administrative domain.
Cisco Nexus 3000 Series NX-OS Layer 2 Switching Configuration Guide, Release 5.0(3)U1(1)
Configuring VTP
29

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents