User Guide

144 Chapter 5. Command Line Interface Reference
REMOTE ADD
Adds a remote router entry into the remote router database.
REMOTE ADDHOSTMAPPING
Remaps a range of local LAN IP addresses to a range of public IP addresses on a
per-remote-router basis
. These
local addresses are mapped one-to-one to the public addresses.
Note:
The range of public IP addresses is defined by <
first public addr
> only. The rest of the range is computed
automatically (from <
first public addr
> to <
first public addr
> + number of addresses remapped - 1) inclusive.
REMOTE ADDIPROUTE
Adds an IP address route for a network or station on the LAN connected beyond the remote router. The target
router’s routing table must be seeded statically to access networks and stations beyond this remote router. After
the connection is established, standard RIP update packets will dynamically add to the routing table. Setting this
address is not required if a target router never connects to the remote router
and
the remote router supports RIP.
Note:
A
reboot
command must be issued on the target router for an added static route to take effect.
remote add
<
remoteName
>
remoteName
Name of the remote router (character string). The name is case-sensitive.
Example:
remote add HQ
remote addHostMapping
<first private addr><second private addr><first public addr><remoteName>
first private addr
First IP address in the range of local IP address to be remapped, in the format of 4 decimals
separated by periods.
second private addr
Last address in the range of local IP address to be remapped, in the format of 4 decimals
separated by periods.
first public addr
Defines the range of public IP addresses, in the format of 4 decimals separated by periods.
The rest of the range is computed automatically.
remoteName
Name of the remote router (character string).
Example:
remote addHostMapping 192.168.207.40 192.168.207.49 10.0.20.11 HQ
remote addIpRoute
<ipnet> <ipnetmask> <hops> <ipgateway> <remoteName>
ipnet
IP address of the remote network or station, in the format of 4 decimals separated by periods.