Cisco MDS 9000 series Configuration Manual page 179

Nx-os ip services multilayer switches
Hide thumbs Also See for MDS 9000 series:
Table of Contents

Advertisement

Chapter 5
Configuring IP Services
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
Enable IPv4 routing.
Step 5
switch_2(config)# ip routing
switch_2(config)# exit
switch_2#
Display the routes.
Step 6
switch_2# show ip route
Codes: C - connected, S - static
C 10.0.0.0./8 is directly connected, vsan1
Verify the connectivity to Switch_1.
Step 7
switch_2# ping 10.1.1.1
PING 10.1.1.1 (10.1.1.1) 56(84) bytes of data.
64 bytes from 10.1.1.1: icmp_seq=1 ttl=64 time=0.618 ms
64 bytes from 10.1.1.1: icmp_seq=2 ttl=64 time=0.528 ms
64 bytes from 10.1.1.1: icmp_seq=3 ttl=64 time=0.567 ms
--- 10.1.1.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 4998 ms
rtt min/avg/max/mdev = 0.528/0.570/0.618/0.057 ms
The following steps show how to configure Switch_3 in the example network in
Enable the mgmt 0 interface.
Step 1
Configure this switch using the console connection.
Note
switch_3# config t
switch_3(config)# interface mgmt 0
switch_3(config-if)# no shutdown
switch_3(config-if)# exit
switch_3(config)#
switch_3# config t
switch_3(config)# interface vsan 1
switch_3(config-if)#
Configure the IP address and subnet mask.
Step 2
switch_3(config-if)# ip address 10.1.1.3 255.0.0.0
Step 3
Enable the VSAN interface and exit interface configuration submode.
switch_3(config-if)# no shutdown
switch_3(config-if)# exit
switch_3(config)#
Enable IPv4 routing.
Step 4
switch_3(config)# ip routing
switch_3(config)# exit
switch_3#
Display the routes.
Step 5
OL-19525-01,Cisco MDS NX-OS Release 4.2(1)
Cisco MDS 9000 Family NX-OS IP Services Configuration Guide
IPFC
Figure
5-3:
5-9

Advertisement

Table of Contents
loading

Table of Contents