Brocade Fabric OS Command Reference Manual - Supporting Fabric OS v5.3.0 (53-1000436-01, June 2007)

718 Fabric OS Command Reference Manual
53-1000436-01
uRouteConfig
2
uRouteConfig
Configures a static route.
Synopsis urouteconfig in_area domain out_area
Description Use this command to configure static routes. A static route is a route that is assigned to a specific
path (defined by port number out_area), a route that does not change when a topology change
occurs unless the path used by the route becomes unavailable.
After this command is issued, if out_area is associated with a valid minimum-cost path, all frames
coming in from in_area port addressed to domain are forwarded through out_area port.
If port number out_area port is not associated with such a path, the routing assignment is not
immediately affected by this command. However, the static route is remembered so that it can be
enforced if this port becomes the port of a valid path in the future.
If a static route requires some hardware resources that are already used, a platform conflict
warning message is displayed and the configuration does not take effect.
The in_area port can be either an F_Port or an E_Port.
When using static routes, load sharing might be affected. The switch attempts to achieve optimum
load sharing, but if too many routes are statically configured to use the same output port, a fair
load sharing might not be achievable.
To prevent routing loops, static route requests involving non-minimum-cost paths are not enforced.
Static route configuration is not supported on Brocade directors set to chassis configuration option
5 by chassisConfig.
The execution of this command is subject to Admin Domain restrictions that may be in place.
Operands This command has the following operands:
in_area Specify the port to be statically routed.
domain Specify the destination domain.
out_area Specify the output port to which traffic is forwarded.
Examples To configure a static route for all traffic coming in from port 1 and addressed to domain 2 to go
through port 5:
switch:admin> urouteconfig 1 2 5
done.
switch:admin> urouteshow 1/1 2
Local Domain ID: 1
In Port Domain Out Port Metric Hops Flags Next (Dom, Port)
----------------------------------------------------------------------------
1 2 5 500 1 S 2,5
See Also configShow, interfaceShow, uRouteRemove, uRouteShow