User guide
Chapter 5. Command Line Interface Reference 183
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 to a network or station on the LAN connected beyond the remote router. The route is
added to the default routing table.
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 can 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: Changes to the default routing table require a save and reboot before they take effect.
delIpxsap listIpxsaps setIpxOptions
listBridge setBrOptions addBridge
delBridge enaBridge disBridge
setmtu
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>
Þrst 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.
Þrst public addr DeÞnes 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