user manual

Table Of Contents
What to Do Next
You can configure routing protocols on this interface.
Configuring a VLAN as a Management SVI
You can configure a VLAN to be a management switch virtual interface (SVI).
Procedure
PurposeCommand or Action
Enters global configuration mode.configure terminal
Step 1
Enables the creation of SVIs.feature interface-vlan
Step 2
Creates a VLAN interface (SVI) and configures the
SVI to be used for in-band management.
interface-vlan vlan-id management
Step 3
Copies the running configuration to the startup
configuration.
copy running-config startup-config
Step 4
The following example shows how to configure a VLAN as a management SVI:
switch# configure terminal
switch(config)# feature interface-vlan
switch(config)# interface vlan 5
switch(config-if)# management
switch(config-if)# copy running-config startup-config
switch(config-if)#
The following example shows how to remove the management function from an SVI:
switch# configure terminal
switch(config)# interface vlan 5
switch(config-if)# no management
switch(config-if)# copy running-config startup-config
switch(config-if)#
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.
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Enables VTP on the device. The default is disabled.switch(config)# feature vtp
Step 2
Cisco Nexus 3000 NX-OS Layer 2 Switching Configuration Guide, Release 5.0(3)U3(1)
34 OL-26590-01
Configuring VLANs
Configuring a VLAN as a Management SVI