HP StorageWorks Fabric OS 5.3.x administrator guide (5697-0244, November 2009)

Fabric OS 5.3.0 administrator guide 221
SAN Director 2/128 and 4/256 SAN Director: Use the following syntax:
urouteshow [
slot
/][
portnumber
][,
domainnumber
]
The following entries appear:
Local Domain—Domain number of the local switch.
In PortsPort from which a frame is received.
Domain—Destination domain of the incoming frame.
Out Port—The port to which the incoming frame will be forwarded in order to reach the
destination domain.
Name—The name of the destination switch.
Path Count—The number of currently active paths to the destination domain
Hops—The maximum number of switch-to-switch links (ISLs) transversed to reach the destination
domain.
Flags—Indicates if the route is dynamic (D) or static (S). A static route is assigned using the
command uRouteConfig.
Next (Dom, Port)Domain number and port number of the next hop.
The following example displays the routing information of all the active ports:
:
The next example displays the routing information for port 11 on slot 1:
This example displays the routing information of port 11 to domain 4 only:
switch:admin> urouteshow
Local Domain ID: 1
In Port Domain Out Port Metric Hops Flags Next (Dom, Port)
----------------------------------------------------------------------------
14 4 9 500 1 D 4,24
switch:admin>
switch:admin> urouteshow 1/11
Local Domain ID: 3
In Port Domain 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 Port Domain Out Port Metric Hops Flags Next (Dom, Port)
----------------------------------------------------------------------------
11 4 16 500 1 D 4,0