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-10
Cisco MDS 9000 Family Troubleshooting Guide, Release 3.x
OL-9285-05
Chapter 20 Troubleshooting IP Storage Services
FCIP Issues
One-to-One FCIP Tunnel Creation and Monitoring
This section describes the configuration for one-to-one FCIP tunnel with FCIP debug activated (MDS2)
and without debug activated (MDS1).
Figure 20-2
shows the one-to-one topology used for configuration.
Figure 20-2
One-to-One Topology
Configuring the First Switch with the CLI
To configure the first switch using the CLI, follow these steps:
Step 1
Enter configuration mode.
Step 2
Set the interface.
MDS1(config)#
interface gigabitethernet 2/8
Step 3
Set the IP address.
MDS1(config-if)#i
p address 10.10.10.2 255.255.255.0
Step 4
Enter no shutdown.
MDS1(config-if)#
no shutdown
Step 5
Enter the profile number and profile mode.
MDS1(config)#
fcip profile 28
The profile number can be any number between 1 – 255
Step 6
Enter the IP address of the local GE port that will be the endpoint of the FCIP tunnel.
MDS1(config-profile)#
ip address 10.10.10.2
Step 7
Exit profile mode.
MDS1(config-profile)#
exit
Step 8
Set the FCIP interface and enter interface mode.
MDS1(config)#
interface fcip 28
The interface FCIP can be any number between 1 – 255 and does not need to be the same as the profile
number. In this example the same number is used for simplicity.
Step 9
Specify a profile to use.
MDS1(config-if)#
use-profile 28
FC
FC
HBA
MDS1
MDS1
MDS2
IP
network
FC1/1
FC1/14
GE 2/8
10.10.10.2/24
GE 2/8
10.10.11.2/24
FCIP tunnel
(VE port)
FCIP profile 28
IP address 10.10.10.2
Interface fcip 28
User profile 28
Peer info IP addr 10.10.11.2
FCIP profile 28
IP address 10.10.11.2
Interface fcip 28
User profile 28
Peer info IP addr 10.10.10.2
94218