Specifications
260 Chapter 8. Command Reference
ipaddr Selects the host with this IP address as server (4 decimals separated by periods).
discard Discards the incoming server request.
me Sends the incoming server request to the local router, regardless of its IP address.
protocol Protocol used by the selected server.
protocolid Numeric protocol ID.
tcp TCP only.
udp UDP only.
all All protocols.
first port First or only port as seen by the remote end. Port used by the selected server
portid Numeric value between 0 and 65,535. A numeric value of 0 matches any port.
ftp FTP port.
telnet Telnet port.
smtp SMTP port.
sntp SNTP port.
http HTTP port.
tftp TFTP port.
all All ports.
last port Optional last port in the range of ports as seen by the remote end for the server on the LAN.
first private port If specified, this is a port remapping of the incoming request from the remote end.
remoteName Name of the remote router (character string).
Example:
remote addServer 192.168.1.5 tcp smtp
remote addServer 192.168.1.10 tcp 9000 9000 telnet router2
REMOTE BINDIPVIRTUALROUTE
Adds a remote route to the named IP virtual routing table.
To list the remote routes, use the remote listIProutes command, page 272. To remove a route from a virtual
routing table, use the remote unbindIPVirtualRoute command, page 289.
Note: A route change in an IP virtual routing table takes effect immediately. However, the change is lost if it is
not saved before the next remote restart or reboot.
ipaddr IP address of the remote network or station (4 decimals separated by periods).
ipnetmask IP network mask of the remote network or station (4 decimals separated by periods).
hops Perceived cost in reaching the remote network or station by this route (number between 1 and
15).
ipgateway Address of a router on the remote LAN (4 decimals separated by periods).
Enter a gateway only if you are configuring a MER interface.
tableName IP virtual routing table to which the route is added.
remote bindIPVirtualRoute <ipaddr> <ipnetmask> <hops> [<ipgateway>] <tableName> <remoteName>