S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
11-34
Cisco MDS 9000 Family Command Reference
OL-18089-01, Cisco MDS NX-OS Release 4.x
Chapter 11 I Commands
interface mgmt
interface mgmt
To configure a management interface, use the
interface mgmt
command in configuration mode.
interface mgmt
number
Syntax Description
Defaults
Disabled.
Command Modes
Configuration mode.
Command History
Usage Guidelines
When you try to shutdown a management interface(mgmt0), a follow-up message confirms your action
before performing the operation. Use the
force
option to bypass this confirmation, if required.
Examples
The following example configures the management interface, displays the options available for the
configured interface, and exits to configuration mode:
switch#
config terminal
switch(config)#
switch(config)#
interface mgmt 0
switch(config-if)#
exit
switch(config)#
The following example shuts down the interface without using the
force
option:
switch#
config terminal
switch(config)#
interface mgmt 0
switch(config-if)#
shutdown
Shutting down this interface will drop all telnet sessions.
Do you wish to continue (y/n)?
y
The following example shuts down the interface using the
force
option:
switch#
config terminal
switch(config)#
interface mgmt 0
switch(config-if)#
shutdown force
switch(config-if)#
Related Commands
number
Specifies the management interface number which is 0.
Release
Modification
1.0(2)
This command was introduced.
Command
Description
show interface mgmt
Displays interface configuration for specified interface.