HP StorageWorks Fabric OS 5.X Administrator Guide (AA-RVHWB-TE, September 2005)

Fabric OS 5.x administrator guide 101
3. Issue the uRouteShow command to display unicast routing information.
For the 4/8 SAN Switch, 4/16 SAN Switch, SAN Switch 2/8V, SAN Switch 2/16V, SAN Switch
2/32, Brocade 4Gb SAN Switch for HP p-Class BladeSystem, and SAN Switch 4/32, use the
following syntax:
urouteshow [portnumber][, domainnumber]
For the Core Switch 2/64, SAN Director 2/128, and 4/256 SAN Director: Use the following syntax:
urouteshow [slot/][portnumber][, domainnumber]
The following entries appear:
Local Domain: The domain number of the local switch.
In Ports: Port from which a frame is received.
Domain: The destination domain of the incoming frame.
Out Port: The port to which the incoming frame is forwarded in order to reach the destination
domain.
Metric: The cost of reaching the destination domain.
Hops: The maximum number of hops to reach the destination domain.
Flags: Indicates whether the route is dynamic (D) or static (S). A static route is assigned using the
uRouteConfig command.
Next (Dom, Port): The domain number and port number of the next hop.
The following example displays the routing information of all the active ports:
:
The following example displays the routing information for port 11 on slot 1:
The following example displays the routing information of port 11 to domain 4 only:
switch:admin> urouteshow
Local Domain ID: 3
In PortDomain Out Port Metric Hops Flags Next (Dom, Port)
---------------------------------------------------------------------------
0 1 11 1000 1 D 1,0
11 2 0 1500 2 D 4,0
4 16 500 1 D 4,0
16 1 27 1000 1 D 1,1
27 2 16 1500 2 D 4,16
4 0 29 500 1 D 4,0
switch:admin> urouteshow 1/11
Local Domain ID: 3
In PortDomain Out Port Metric Hops Flags Next (Dom, Port)
-------------------------------------------------------------------------
11 2 0 1500 2 D 4,0
4 16 500 1 D 4,0
switch:admin> urouteshow 1/11, 4
Local Domain ID: 3
In PortDomain Out Port Metric Hops Flags Next (Dom, Port)
-------------------------------------------------------------------------
11 4 16 500 1 D 4,0