To configure a switch virtual interface (SVI) that should be used for in-band management, use the management command. To remove the in-band management access to a VLAN interface IP address, use the no form of this command.
management
no management
This command has no arguments or keywords.
None
Interface configuration modeSwitch profile configuration mode
Release |
Modification |
---|---|
6.0(2)N1(1) |
This command was introduced. |
You can use this command on a VLAN interface.
This example shows how to configure a VLAN interface to allow in-band management access:
switch# configure terminal switch(config)# interface vlan 5 switch(config-if)# management switch(config-if)#
This example shows how to remove the in-band management access to a VLAN interface:
switch# configure terminal switch(config)# interface vlan 5 switch(config-if)# no management switch(config-if)#
Command |
Description |
---|---|
show running-config interface |
Displays the running configuration information for an interface. |