Send documentation comments to mdsfeedback-doc@cisco.com
11-34
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.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.