Set (router-wan) nat, Set (router-wan) nat -157 – Carrier Access Network Device Axxius 800 User Manual
Page 257
Axxius 800 - Release 2.2
5-157
CLI Commands
set
set (router-wan) nat
Use the set (router-wan) nat commands to configure Network Address Translation (NAT) on
a specified WAN interface.
set (router-wan) nat address
Use the set (router-wan) nat address command to configure Network Address
Translation (NAT) public addresses for a specified WAN interface.
Syntax:
set {rtr_card-addr} {"wan-name"} nat address
{assigned|ip-addr} [count]
Example:
set 1 "LosAngeles" nat address 201.17.172.11 8
The example will set the WAN interface named "LosAngeles" on the Router in
slot 1 to perform NAT translation to one of 8 public address from 201.17.172.11
to 201.17.172.19.
{rtr_card-addr}
The slot number (1-8) that contains the Router card.
{"wan-name"}
The WAN interface to modify. The name must be enclosed in quotes.
{assigned|ip-addr}
[count]
An optional field defining the number of public addresses in the NAT pool. Default is 1
assigned
The NAT address assigned by remote.
ip-addr
The Router IP address, in the form of xxx.xxx.xxx.xxx, where xxx
is between 0-255.