Technical data

route
-sendpipe bandwidth
Sets this route’s outbound delay bandwidth product (in bytes) to the value
specified by bandwidth.
-ssthresh threshold
Sets this route’s outbound gateway buffer limit (in bytes) to the value specified by
threshold.
Examples
The following examples show how to use the
route
utility.
1.
TCPIP> route add default 128.32.0.130
The example shows how to add gateway 128.32.0.130 as a default gateway.
2.
TCPIP> route add -host milan 128.32.0.130
The example shows how to add a route to host
milan
via gateway
128.32.0.130
.
3.
TCPIP> route delete -host milan 128.32.0.130
The example shows how to delete an existing route via gateway
128.32.0.130
to host
milan
.
4.
TCPIP> route add -precedence 1 -host milan 128.32.0.130
The example shows how to add a route with a precedence value of 1 to host
milan
via gateway
128.32.0.130
.
5.
TCPIP> route change -oldgateway 128.32.0.130 -oldinterface le0 -
_TCPIP> -host milan 128.32.10.101
The example shows how to change an existing route for host
milan
via
gateway
128.32.0.130
to use a new gateway
128.32.10.101
.
A–34 Troubleshooting Utilities Reference