Fabric OS Reference Manual

Telnet Commands 245
uRouteRemove
Remove a static route.
Synopsis
uRouteRemove portnumber, domainnumber
Availability admin
Description Use this command to remove a statically configured route.
When this command is issued, the route to
domainnumber
for
portnumber
may not change. It does not change if the previous static
route was along a minimum cost path.
After this command is issued, the load sharing to domain
domainnumber
is revaluated.
Operands This command has the following operands:
portnumber
Specify the port to be statically routed; it can be either
an
F_Port
or an
E_Port
. This operand is required.
domainnumber
Specify the destination domain. This operand is
required.
Example To remove a static route for all traffic coming in from port 1 and addressed
to domain 2:
See Also
configShow
uRouteConfig
uRouteShow
switch:admin> uRouteRemove 1, 2