User manual

Chapter 4 - Layer 3 Command Set - IP Networking Route Command (Static Routes Configuration)
Alvarion BreezeNET B130/B300 GigE 120 Operational User Manual
4.4 Route Command (Static Routes
Configuration)
The command is used to configure static routing tables.
Syntax:
route cmd args
cmd: add, delete.
args: network[/mask] gateway [metric N] [-iface]
Description:
This command provides with manual management of system routing tables. In
the normal mode, when a routing daemon is active, this command is not needed.
However, in some cases it allows to achieve more precise, non-standard
configuration.
Parameters:
add: adds a route to a table
delete: deletes a route from a table
network[/mask]: destination network IP-address or host address. The
parameter can be specified in the following formats: network-address/mask
length, or network-address:mask, or network-address.
gateway: IP-address of the device through which the address is attainable.
metric - sets route metric. The route metric cannot be changed without
deleting the route.
-iface - sets interface for the given route
It is possible to use the keyword default instead of explicitly specifying the 0/0
IP-address.
Examples:
route add default 195.38.44.129
route add 193.124.189.0/27 195.38.44.108