Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

pool (Security Source NAT)

date_range 14-Feb-24

Syntax

content_copy zoom_out_map
pool pool-name {
    address ip-address {
         to ip-address;
    }
    burst-pool burst-pool-name;
    address-persistent subscriber ipv6-prefix-length prefix-length;
    address-pooling (paired | no-paired); 
    address-shared;
    description text;
    host-address-base ip-address;
    overflow-pool (interface | pool-name);
    pool-utilization-alarm (clear-threshold value | raise-threshold value);
    port (no-translation | port-overloading-factor number | port-overloading-usage-alarm (raise-threshold | clear-threshold) | preserve-range | enhanced-port-overloading-algorithm | range port-low (to port-high));
    routing-instance routing-instance-name;
}

Hierarchy Level

content_copy zoom_out_map
[edit security nat source]

Description

Define a source NAT pool to identify the pool uniquely.

Options

pool-name

Name of the pool.

description

Description of the pool.

enhanced-port-overloading-algorithm The hash algorithm uses destination IP and port to calculate the port overloading index.
preserve-range Assign a port within the same range as the incoming port—either 0 through 1023 or 1024 through 65,535. You cannot configure the preserve range option with port no-translation and secure port block allocation.
port-overloading-usage-alarm (raise-threshold | clear-threshold) Through the raise-threshold option, you can raise threshold for alarm on port usage per overload index value through 50 to 100. Through the clear-threshold option, you can clear threshold for alarm on port usage per overload index value through 40 to 100.
burst-pool Burst mode allows you to use the ports beyond the allocated port blocks.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

security—To view this statement in the configuration.

security-control—To add this statement to the configuration.

Release Information

Statement modified in Junos OS Release 9.6. The description option added in Junos OS Release 12.1. Statement modified in Junos OS Release 12.1X45-D10. Statement modified in Junos OS Release 12.3X48-D10. The enhanced-port-overloading-algorithm and preserve-range option added in Junos OS Release 22.4R1.

The burst-pool and port-overloading-usage-alarm options are added in Junos OS Release 23.4R1.

footer-navigation