Technical data

Table Of Contents
145
REMOTE ADD
Adds a remote router entry into the remote router database.
remoteName
Name of the remote router (character string). The name is case-sensitive.
Example:
remote add HQ
REMOTE ADDHOSTMAPPING
This command is used to remap 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.
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
Adds an IP address route for a network or station on the LAN network 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
must be performed on the target router for the addition of a static route to take effect.
ipnet
IP address of the remote network or station, in the format of 4 decimals separated by periods.
ipnetmask
IP network mask of the remote network or station, in the format of 4 decimals separated by
periods.
remote add
<
remoteName
>
remote addHostMapping
<first private addr><second private addr><first public addr><remoteName>
remote addIpRoute
<ipnet> <ipnetmask> <hops> <ipgateway> <remoteName>