Specifications
SSR Command Line Interface Reference Manual 467
nat create static
nat create static
Purpose
Defines one-to-one binding between a local address and global address.
Format
nat create static protocol ip|tcp|udp local-ip <local-ip-addr/address range> global-ip
<global-ip-addr/address range> [local-port <tcp/udp-local-port>|any] [global-port <tcp/udp-
global-port>|any]
Mode
Configure
Description
The nat create static command lets you define fixed address translation from the local
network to the global network. The binding of the local to the global address does not
expire until this command is negated. If the protocol used is TCP or UDP, you can also
specify port address translation (PAT).
Parameters
ip|tcp|udp
Specifies either only IP address translation, IP and TCP port address translation, or IP
and UDP port address translation.
local-ip <local-ip-addr/address range>
Either a single IP address, in the form a.b.c.d, or an address range, in the form
10.10.1.1-10.10.1.50.
global-ip <global-ip-addr/address range>
Either a single IP address, in the form a.b.c.d, or an address range, in the form
10.10.1.1-10.10.1.50.
local-port <tcp/udp-local-port>|any










