Specifications
nat create static
468 SSR Command Line Interface Reference Manual
The local TCP or UDP port number. Specify a number between 1-65535, or any for no
port translation. This parameter is only valid if you specified tcp or udp.
Note: The number of IP addresses in the local range should be equal to the number of IP
addresses in the global range.
global-port <tcp/udp-global-port>|any
The global TCP or UDP port number. Specify a number between 1-65535, or any for
no port translation. This parameter is only valid if you specified tcp or udp.
Restrictions
None.
Examples
To configure a static binding of a local and a global IP address:
To configure a static binding of local and global IP address ranges:
To configure a static binding of local and global IP and UDP port addresses:
ssr(config)# nat create static protocol ip local-ip 10.1.1.13 global-ip
136.1.1.13
ssr(config)# nat create static protocol ip local-ip 10.1.1.1-10.1.1.50
global-ip 136.1.1.1-136.1.1.50
ssr(config)# nat create static local-ip 10.1.1.13 global-ip 136.1.1.13
local-port 18 global-port 36 protocol udp










