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
20-8
Cisco MDS 9000 Family Troubleshooting Guide, Release 3.x
OL-9285-05
Chapter 20 Troubleshooting IP Storage Services
IP Issues
Step 3
Use the
fcping
command to verify reachability to the destination switch.
switch#
fcping fcid 0xFFFCDA vsan 200
28 bytes from 0xFFFCDA time = 298 usec
28 bytes from 0xFFFCDA time = 260 usec
28 bytes from 0xFFFCDA time = 298 usec
28 bytes from 0xFFFCDA time = 294 usec
28 bytes from 0xFFFCDA time = 292 usec
5 frames sent, 5 frames received, 0 timeouts
Round-trip min/avg/max = 260/288/298 usec
Verification of Static IP Routing
Use the procedures in this section to verify static IP routing.
Verifying Static IP Routing Using Device Manager
Choose
IP > Routes
in Device Manager to
verify the static IP routes.
Verifying Static IP Routing Using the CLI
To verify static IP routes using the CLI, follow these steps:
Step 1
Use the
show ip route config
or the
show ipv6 route
command to verify the routes configured.
switch#
show ip route config
Destination Gateway Mask Metric Interface
default 172.17.8.1 0.0.0.0 0 mgmt0
11.2.36.0 11.3.36.1 255.255.252.0 0
11.2.56.0 11.3.56.1 255.255.252.0 0
11.3.36.0 0.0.0.0 255.255.252.0 0 GigabitEthernet8/7
11.3.56.0 0.0.0.0 255.255.252.0 0 GigabitEthernet8/8
172.17.8.0 0.0.0.0 255.255.255.0 0 mgmt0
Step 2
Use the
show ip route
or the
show ipv6 route
command to verify that the IP routes are still present.
switch#
show ip route
Codes: C - connected, S - static
Default gateway is 172.17.8.1
C 172.17.8.0/24 is directly connected, mgmt0
S 11.2.36.0/22 via 11.3.36.1, gigabitethernet8/7
C 11.3.36.0/22 is directly connected, gigabitethernet8/7
C 11.3.56.0/22 is directly connected, gigabitethernet8/8
S 11.2.56.0/22 via 11.3.56.1, gigabitethernet8/8