IP Route Commands
ADD IP ROUTE Ipaddr maskLen[:metric] [gwAddr]
Adds a static IP route.
Ipaddr: Defines the IP address of datagrams that should be routed.
maskLen: Defines the number of bits that are checked when comparing the address of a
datagram to that specified by the lpaddr parameter. Range:
metric: Defines the weight of a route. If two identical routes exist, the route with the lower
metric is used. Range:
gwAddr: Defines the IP address of the device where datagrams are to be forwarded, if a match is found.
DELETE IP ROUTE Ipaddr
Deletes the specified IP route.
SET IP ROUTE Ipaddr metric [gwAddr]
Modifies the metric and gateway address for an existing IP route.
See ADD IP ROUTE for more information.
Ipaddr: IP address of the existing route.
metric: Determine the weight of a route.
Range:
gwAddr: New gateway address.
SHOW IP ROUTE
Displays all defined static and dynamic IP routes.
Command Line Interface | 132 |