Chapter 2
Getting Started
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 1
Switch# config t
Step 2
Switch(config)# interface vsan 1
Step 3
Switch (config-if)# ip address
10.1.1.1 255.255.255.0
Step 4
Switch (config-if)# no shutdown
After creating the VSAN and configuring the IPv4 address, use the show interface vsan command to
verify the configuration:
sw-231-14# show interface vsan 1
vsan1 is up, line protocol is up
sw-231-14#
Enabling IPv4 Routing
To enable IPv4 routing, perform this task:
Command
Step 1
Switch# config t
Step 2
Switch(config)# ip routing
Step 3
Switch(config) no ip routing
After enabling IPv4 routing, use the show ip routing to verify the configuration.
sw-231-14(config)# show ip routing
ip routing is enabled
Verifying Connectivity
To verify the connectivity, use the show ip route and ping commands.
sw-231-14# show ip route
Codes: C - connected, S - static
C 10.1.1.0/24 is directly connected, vsan1
sw-231-14# ping 10.1.1.2
PING 10.1.1.2 (10.1.1.2) 56(84) bytes of data.
64 bytes from 10.1.1.2: icmp_seq=1 ttl=64 time=0.875 ms
64 bytes from 10.1.1.2: icmp_seq=2 ttl=64 time=0.866 ms
64 bytes from 10.1.1.2: icmp_seq=3 ttl=64 time=0.884 ms
64 bytes from 10.1.1.2: icmp_seq=4 ttl=64 time=0.875 ms
--- 10.1.1.2 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3023ms
rtt min/avg/max/mdev = 0.866/0.875/0.884/0.006 ms
OL-20708-01, Cisco MDS NX-OS Release 5.0(1a)
WWPN is 10:00:00:0d:ec:18:a1:05, FCID is 0xec03c0
Internet address is 10.1.1.1/24
MTU 1500 bytes, BW 1000000 Kbit
0 packets input, 0 bytes, 0 errors, 0 multicast
6 packets output, 384 bytes, 0 errors, 0 dropped
Purpose
Enters configuration mode
Configures the interface for the specified VSAN (1).
Configures the IPV4 address and netmask for the selected
interface.
Enables the interface.
Purpose
Enters configuration mode.
Enables IPV4 routing.
Disables IPV4 routing.
Cisco MDS 9000 Family I/O Accelerator Configuration Guide
Using IOA Cluster with IPFC Interface
2-7