Command Line Reference Page 76
IP Routing Commands
ADD IP ROUTE <ipaddress> <mask>[:metric] [gateway]
DELETE IP ROUTE <ipaddress> [mask[:metric]]
SET IP ROUTE <ipaddress> <mask>[:metric] [gateway]
Valid context: Profile, Port
Adds/deletes/modifies a static IP route.
SHOW IP ROUTE
Valid context: Profile, Port
Displays all defined static and dynamic IP routes.
<ipaddress> IP address of datagrams that should be routed.
<mask> Mask for IP address. You can specify the number of bits checked
when comparing the address of a datagram to that specified by the
<ipaddress> parameter (range: 0-32) or the full IP mask in dotted
format. Optional for DELETE command.
[:metric] Metric (i.e. cost) for the destination (optional).
[gateway] If a match is found, datagrams are forwarded to this IP address
(optional).