HP StorageWorks Fabric OS 6.1.1 administrator guide (5697-0235, December 2009)

418 Configuring and monitoring FCIP extension services
The following example traces the route between IP addresses 192.168.10.1 and 192.168.20.1 over VLAN
10.
portcmd --traceroute 8/ge0 -s 192.168.10.1 -d 192.168.20.1 -v 10
FCIP tunnel performance characteristics
You can use the portShow fcipTunnel command to view the performance statistics and monitor the
behavior of an online FCIP tunnel. To view detailed fcipTunnel statistics, you must specify either the -perf or
-params options. The command syntax is as follows:
switch:admin06> portshow fciptunnel [Slot]/ge0|ge1 -perf -params
-h max_hops The maximum number of IP router hops allowed for the outbound
probe packets. If this value is exceeded, the probe is stopped. The
default is 30.
-f first_ttl The initial time to live value for the first outbound probe packet. The
default value is 1.
-q diffserv The DiffServ QoS. The default is 0 (zero). The value must be an integer
in the range from 0 through 255.
-w wait-time The time to wait for the response of each ping request. This parameter
is specified in milliseconds and the default value is 5000 milliseconds
(5 seconds). The maximum allowed wait time for ping is 9000
milliseconds (9 seconds).
-z size The size in bytes of the ping packet to use. The total size cannot be
greater than the configured MTU size. You can use the portshow
ipif command to display the MTU size for ge0 or ge1. The default
size is 64 bytes.
-v vlan_id Specifies the VLAN ID. Values must be in the range 1 - 4094. There is
no default value. Note that a VLAN tag entry must exist on the local
and remote sides prior to issuing the -v option. A VLAN Tag table
entry will be dynamically maintained by the ipperf application. See
the portCfg help page for details on creating a VLAN tag table.
-c L2_Cos Specifies Class of Service/Priority, as defined by IEEE 802.1p. Values
must be in the range between 0 and 7. The default is 0. This operand
is optional with the -v option.