Cisco Mds 9000 Family Nx-Os Fundamentals Configuration Guide - Cisco MDS 9000 Series Configuration Manual

Hide thumbs Also See for MDS 9000 Series:
Table of Contents

Advertisement

Basic Device Management
Before You Begin
Establish a connection on the console port.
SUMMARY STEPS
1. configure terminal
2. interface mgmt 0
3. ip address {ipv4-address subnet-mask | ipv6-address}
4. exit
5. (Optional) show interface mgmt 0
6. (Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
interface mgmt 0
Example:
switch(config)# interface mgmt 0
switch(config-if)#
Step 3
ip address {ipv4-address subnet-mask | ipv6-address}
Example:
switch(config-if)# ip address 1.1.1.0 255.255.255.0
Step 4
exit
Example:
switch(config-if)# exit
switch(config)#
Step 5
show interface mgmt 0
Example:
switch(config)# show interface mgmt 0
Step 6
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
OL-29291-02
Purpose
Enters global configuration mode.
Specifies the mgmt0 inteface and enters the interface
configuration mode.
Configures the IPv4 or IPv6 address on the mgmt 0
interface.
Returns to global configuration mode.
(Optional)
Dispalys the mgmt 0 interface information.
(Optional)
Copies the running configuration to the startup
configuration.

Cisco MDS 9000 Family NX-OS Fundamentals Configuration Guide

Configuring the Management Interface
89

Advertisement

Table of Contents
loading

Table of Contents