Chapter 13
Configuring Interfaces
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
Command
Step 7
switch(config)# exit
switch#
Step 8
switch# copy running-config startup-config
To configure the mgmt0 Ethernet interface to connect over IPv6, follow these steps:
Command
Step 1
switch# config terminal
switch(config)#
Step 2
switch(config)# interface mgmt0
switch(config-if)#
Step 3
switch(config-if)# ipv6 enable
Step 4
switch(config-if)# ipv6 address ipv6
address 2001:0db8:800:200c::417a/64
Step 5
switch(config-if)# no shutdown
Step 6
switch(config-if)# end
switch#
Step 7
switch# copy running-config startup-config
Displaying Management Interface Configuration
To display the management interface configuration, use the show interface mgmt 0 command.
switch# show interface mgmt 0
mgmt0 is up
OL-18084-01, Cisco MDS NX-OS Release 4.x
Hardware is FastEthernet
Address is 000c.30d9.fdbc
Internet address is 10.16.1.2/24
MTU 1500 bytes, BW 100 Mbps full Duplex
26388 packets input, 6101647 bytes
0 multicast frames, 0 compressed
0 input errors, 0 frame, 0 overrun 0 fifo
10247 packets output, 2389196 bytes, 0 underruns
0 output errors, 0 collisions, 0 fifo
0 carrier errors
Purpose
Returns to EXEC mode.
(Optional) Saves your configuration changes to the
file system.
If you wish to save your configuration, you
Note
can issue this command at any time.
Purpose
Enters configuration mode.
Selects the management Ethernet interface on the
switch and enters interface configuration submode.
Enables IPv6 and assigns a link-local address on
the interface.
Specifies an IPv6 unicast address and prefix length
on the interface.
Enables the interface.
Returns to EXEC mode.
(Optional) Saves your configuration changes to the
file system.
If you wish to save your configuration, you
Note
can issue this command at any time.
Cisco MDS 9000 Family CLI Configuration Guide
Management Interfaces
13-41