[Contents] [Prev] [Next] [Index] [Report an Error]


Configure Address and Port Information

The pool statement defines the address and port used for network address translation. To configure the address information, include the pool statement at the [edit services nat] hierarchy level:

[edit services nat]
pool nat-pool-name {
    address (address | address-range low minimum-value high maximum-value);
    port (automatic | range low minimum-value high maximum-value);
}

You can specify either a single specific address, a prefix, or an address range. To specify translated addresses, configure the pool statement with an identifier and include the address statement with the address, prefix, or range used in network address translation. You must configure either a specific address value or the address-range boundaries:


[Contents] [Prev] [Next] [Index] [Report an Error]