route
210
ATMOS Console Commands Reference Manual (Binary) DO-008530-PS, Draft B (26th April 2001)
12.40 route
12.40.1Syntax
route
route add <name> <dest> <relay> [<mask> [<cost>
[<timeout>]]]
route delete <name>
route flush
12.40.2Description
Lists routes; adds or deletes a static route; or deletes all routes.
•
<name>
is an arbitrary name specified to
route add
that can be used
to delete the route using
route delete
.
•
<dest>
is the IP address of the network being routed to (only those
bits of
<dest>
corresponding to bits set in
<mask>
are relevant).
•
<relay>
is the IP address of the next-hop gateway for the route.
•
<mask>
(default
ff:ff:ff:00
) is the subnet mask of the network being
routed to, specified as four hexadecimal numbers separated by
colons. For example:
•
0:0:0:0
is a default route (matches everything without a more
specific route)
•
ff:ff:ff:0
would match a Class C network.
•
ff:ff:ff:ff
is a route to a single host.
(Note: the default is not always sensible; in particular, if
<dest>
is
0.0.0.0
then it would be better for the mask to default to
0:0:0:0.
This may change in future versions.)
•
<cost>
(default 1) is the number of hops counted as the cost of the
route, which may affect the choice of route when the route is
competing with routes acquired from RIP. (But note that using a
mixture of RIP and static routing is not advised.)
•
<timeout>
(default 0, meaning that the route does not time out) is
the number of seconds that the route will remain in the routing table.
Note
– The routing table does not contain routes to the directly
connected networks, without going through a gateway. ATMOS
TCP/IP routes packets to such destinations by using the
information in the device and subnet tables instead.
Содержание ATMOS Console
Страница 1: ...ATMOS Console Commands Reference Manual Binary DO 008530 PS Draft B 26th April 2001...
Страница 10: ...Contents x ATMOS Console Commands Reference Manual Binary DO 008530 PS Draft B 26th April 2001...
Страница 44: ...tell 34 ATMOS Console Commands Reference Manual Binary DO 008530 PS Draft B 26th April 2001...
Страница 62: ...version 52 ATMOS Console Commands Reference Manual Binary DO 008530 PS Draft B 26th April 2001...
Страница 66: ...Introduction 56 ATMOS Console Commands Reference Manual Binary DO 008530 PS Draft B 26th April 2001...
Страница 84: ...reset port 74 ATMOS Console Commands Reference Manual Binary DO 008530 PS Draft B 26th April 2001...
Страница 102: ...version 92 ATMOS Console Commands Reference Manual Binary DO 008530 PS Draft B 26th April 2001...
Страница 112: ...dnsrelay version 102 ATMOS Console Commands Reference Manual Binary DO 008530 PS Draft B 26th April 2001...
Страница 158: ...version 148 ATMOS Console Commands Reference Manual Binary DO 008530 PS Draft B 26th April 2001...
Страница 234: ...224 ATMOS Console Commands Reference Manual Binary DO 008530 PS Draft B 26th April 2001...
Страница 244: ...version 234 ATMOS Console Commands Reference Manual Binary DO 008530 PS Draft B 26th April 2001...