Cisco Systems N3KC3048TP1GE Configuring a VLAN as a Management SVI, Configuring VTP, Procedure

Models: N3KC3064TFAL3 N3KC3048TP1GE

1 164
Download 164 pages 5.98 Kb
Page 48
Image 48
What to Do Next

Configuring VLANs

Configuring a VLAN as a Management SVI

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

 

Command or Action

Purpose

Step 1

configure terminal

Enters global configuration mode.

Step 2

feature interface-vlan

Enables the creation of SVIs.

Step 3

interface-vlan vlan-idmanagement

Creates a VLAN interface (SVI) and configures the

 

 

SVI to be used for in-band management.

Step 4

copy running-config startup-config

Copies the running configuration to the startup

 

 

configuration.

The following example shows how to configure a VLAN as a management SVI:

switch# configure terminal switch(config)# feature interface-vlanswitch(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-configstartup-configswitch(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

 

Command or Action

Purpose

Step 1

switch# configure terminal

Enters global configuration mode.

Step 2

switch(config)# feature vtp

Enables VTP on the device. The default is disabled.

 

Cisco Nexus 3000 NX-OS Layer 2 Switching Configuration Guide, Release 5.0(3)U3(1)

34

OL-26590-01

Page 48
Image 48
Cisco Systems N3KC3048TP1GE Configuring a VLAN as a Management SVI, Configuring VTP, What to Do Next, Procedure, Purpose