Set (router-wan) nat, Set (router-wan) nat -187 – Black Box COMPACT T1 MT850A User Manual

Page 271

Advertising
background image

Compact T1 - Release 6.1

5-187

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-6) that contains the Router (IP or CMG) 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.

Advertising