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

404 Configuring and monitoring FCIP extension services
The following example verifies that the two routes have been successfully created:
3. If you are implementing VLAN tagging, create a static ARP entry for the IP interfaces on both ends of
the tunnel using the portcfg arp command with the add option:
portcfg arp [slot/]ge0|ge1 add ipaddr macaddr
You can obtain the MAC address (macaddr) by using the portshow arp command with the -lmac
option.
4. Verify IP connectivity by issuing the portCmd
--ping command to test the connection to a destination
IP address from a source IP address on one of the local Ethernet ports (Ge0 or Ge1). This verification
also ensures that data packets can be sent to the remote interface. You can test a connection only if
both ports have IP interfaces set. The command syntax is as follows:
portcmd --ping [slot/]ge0|ge1 [-s source_ip] [-d dest_ip] [-c L2
class-of-service]
[-n num-requests] [-q type-of-service] [-t ttl] [-v vlan tag] [-w wait-time] [-z
size]
where:
switch:admin06> portshow iproute 8/ge0
Slot: 8 Port: ge0
IP Address Mask Gateway Metric Flags
------------------------------------------------------------------
192.168.100.0 255.255.255.0 192.168.100.40 0 Interface
192.168.100.0 255.255.255.0 192.168.100.41 0 Interface
192.168.11.0 255.255.255.0 192.168.100.1 1
192.168.12.0 255.255.255.0 192.168.100.1 1
slot is the number of a slot in a 4/256 SAN Director or DC Director
chassis that contains an FR4-18i blade. This parameter does not
apply to the stand-alone 400 Multi-protocol Router
ge0|ge1 is the Ethernet port used by the tunnel (ge0 or ge1).
-s source_ip is the source IP interface that originates the ping request.
-d destination_ip is the destination IP address for the ping request.
-c class-of-service is the Layer 2 class of service (L2CoS).
-n num-requests is the number of ping requests to make. The default is 4.
-q type-of-service is the DiffServ QoS. The default is 0 (zero). The value must be an
integer in the range 0 to 255.
-t ttl is the time to live. The default value is 100.
-v vlan tag is the vlan tag for a VLAN tagged IP connection.
-w wait-time is the time to wait for the response of each ping request. This
parameter is specified in milliseconds and the default value is 5000
(5 seconds). The maximum allowed wait time for ping is 29000
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 (see step 1). The default size is
64 bytes.