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
58-8
Cisco MDS 9000 Family CLI Configuration Guide
OL-16184-01, Cisco MDS SAN-OS Release 3.x
Chapter 58 Troubleshooting Your Fabric
Cisco Fabric Analyzer
Sending Captures to Remote IP Addresses
Caution
You must use the eth2 interface to capture control traffic on a supervisor module.
To capture frames remotely using IPv4, follow these steps:
To capture frames remotely using IPv6, follow these steps:
To capture remote traffic, use one of the following options:
•
The capture interface can be specified in Ethereal as the remote device:
rpcap://<ipaddress or switch hostname>/eth2
For example:
rpcap://cp-16/eth2
rpcap://17.2.1.1/eth2
•
The capture interface can be specified either in the capture dialog box or by using the -i option at
the command line when invoking Ethereal.
Command
Purpose
Step 1
switch#
config t
switch(config)#
Enters configuration mode.
Step 2
switch(config)#
fcanalyzer remote 10.21.0.3
Configures the remote IPv4 address
(10.21.0.3) to which the captured frames
are sent.
switch(config)#
fcanalyzer remote 10.21.0.3 active
Enables active mode (passive is the
default) with the remote host.
Ethereal is assumed to be running when
the capture is performed. The switch
tries to connect forever unless a capture
stop instruction is sent from Ethereal.
switch(config)#
fcanalyzer remote 10.21.0.3 active 1
Enables the active mode for a specified
port. The valid port range is 1 to 65535.
Command
Purpose
Step 1
switch#
config t
switch(config)#
Enters configuration mode.
Step 2
switch(config)#
fcanalyzer remote
2001:0DB8:800:200C::417A
Configures the remote IPv6 address to
which the captured frames are sent.
switch(config)#
fcanalyzer remote
2001:0DB8:800:200C::417A active
Enables active mode (passive is the
default) with the remote host.
Ethereal is assumed to be running when
the capture is performed. The switch
tries to connect forever unless a capture
stop instruction is sent from Ethereal.
switch(config)#
fcanalyzer remote
2001:0DB8:800:200C::417A active 1
Enables the active mode for a specified
port. The valid port range is 1 to 65535.