Cisco MDS 9000 Series Troubleshooting Manual page 100

Cisco family switch troubleshooting guide
Hide thumbs Also See for MDS 9000 Series:
Table of Contents

Advertisement

Troubleshooting FCIP Connections
S e n d 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 .
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
The interface FCIP will use the Local FCIP profile . The FCIP profile binds the interface FCIP to the
physical Gigabit Ethernet port and configures the TCP settings used by the interface FCIP.
MDS1(config-if)# peer-info ipaddr 10.10.11.2
The IP address in this example indicates the remote endpoint IP address of the FCIP tunnel.
MDS1(config-if)# no shut
MDS1(config-if)# end
The output from issuing the show run command displays the default values in the following example.
MDS1# show run
Building Configuration ...
fcip profile 28
ip address 10.10.10.2
port 3225
tcp keepalive-timeout 60
tcp max-retransmissions 4
tcp pmtu-enable reset-timeout 3600
tcp initial-retransmit-time 100
tcp window-size 64
vsan database
vsan 2 name grumpy_02
interface fcip28
no shutdown
use-profile 28
peer-info ipaddr 10.10.11.2
ip route 10.10.11.0 255.255.255.0 10.10.10.1
The static route must be set for FCIP tunnels. This route could also be ip route 10.10.11.0
255.255.255.0 int gig 2/8.
ips heartbeat
ips hapreset
ips boot
interface GigabitEthernet2/8
ip address 10.10.10.2 255.255.255.0
(This is the IP address used by the FCIP profile.)
no shutdown
The following example shows the configuration of MDS2 with debug mode activated. To activate debug
mode for this situation, run the debug ips flow fcip command on a separate terminal.
MDS2(config)# fcip profile 28
Mar 10 21:41:04 ips: Dequeued mts msg MTS_OPC_IPS_FCIP_CMI_REQUEST(mts opc 3321, msg id
32222)
Mar 10 21:41:04 ips: Create Entity 28
Cisco MDS 9000 Family Troubleshooting Guide
5-6
Chapter 5
Troubleshooting IP Storage Issues
OL-5183-02, Cisco MDS SAN-OS Release 1.3

Advertisement

Table of Contents
loading

Table of Contents