User Guide
146 Chapter 5. Command Line Interface Reference
Note:
A
reboot
must be performed on the target router for the addition of a SAP to take effect.
REMOTE ADDSERVER
This Network Address Translation (NAT) command is used to add a server’s IP address (on the LAN) associated
with this remote router for a particular protocol.
remote addIpxSap
<
servicename
> <
ipxNet
> <
ipxNode
> <
socket
> <
type
> <
hops
> <
remoteName
>
servicename
Name of server.
ipxNet
IPX network number represented by 8 hexadecimal characters.
ipxNode
IPX node address represented by 12 hexadecimal characters.
socket
Socket address of the destination process within the destination node. The processes include
services such as file and print servers.
type
Number representing the type of server.
hops
Number of routers through which the packet must go to get to the network/station.
remoteName
Name of the remote router (character string).
Example:
remote addIpxSap Fileserver 010a020b 0108030a0b0c 451 HQ
remote addServer
<
ipaddr>|
discard|me
<protocolid
> |
tcp|udp<
first port
> |ftp|telnet|smtp|snmp|http [
<last
port>
[<
first private port
>]] <
remoteName
>
ipaddr
IP address of the host selected as server in the format of 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.
protocolid
Protocol used by the selected server; can be
tcp
or
udp.
first port
First or only port as seen by the remote end
.
Port used by the selected server;
Can be a string such as
ftp, telnet, smtp, snmp
, or
http
, or a numeric value between 0 and
65,535. A numeric value of 0 will match any port.
last port
If specified, this parameter is used with <
first port
> to specify a 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










