HP StorageWorks SAN Director Installation Guide (A7393-90009, May 2007)

Installing the optional B-Series iSCSI Director Blade150
Adding IP routes on a GbE port (Optional)
After defining the IP interface of the remote switch, an IP route is automatically set up. You have the
ability to define additional destination routes on an IP interface.
You can add IP routes when you want to reach the destination IP of the remote site through a
preferred gateway IP. You can specify a maximum of 32 routes per GbE port. The syntax for this
command is:
portcfg iproute [slot/][ge]port args
The gateway address must be on the same IP subnet as the port IP address.
The following example shows two routes being added to an interface:
Then verify that the two routes have been successfully created:
Verifying IP connectivity
After you add the IP addresses of the routes, enter the portCmd command to ping a destination IP
address from one of your source IP interfaces on the GbE port and verify the Ethernet IP-IP
connectivity.
This verification not only ensures that data packets can be sent to the remote interface, but also aids
in creating and modifying the ARP table:.
switch:admin> portcfg iproute 8/ge0 create 192.168.101.0 255.255.255.0 192.168.100.1 1
switch:admin> portcfg iproute 8/ge0 create 192.168.102.0 255.255.255.0 192.168.100.1 1
switch:admin> 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.101.0 255.255.255.0 192.168.100.1 1
192.168.102.0 255.255.255.0 192.168.100.1 1
switch:admin> portcmd --ping 8/ge0 -s 192.168.100.40 -d 192.168.100.50
Pinging 192.168.100.50 from ip interface 192.168.100.40 on 0/0 with 40 bytes of data
Reply from 192.168.100.50: bytes=40 rtt=0ms
Reply from 192.168.100.50: bytes=40 rtt=0ms
Reply from 192.168.100.50: bytes=40 rtt=0ms
Reply from 192.168.100.50: bytes=40 rtt=0ms
Ping Statistics for 192.168.100.50:
Packets: Sent = 4, Received = 4, Loss = 0 ( 0 percent loss)
Min RTT = 0ms, Max RTT = 0ms Average = 0ms
switch:admin>