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
{ "lCode": "en_US", "lName": "English", "folder": "en_US" }
English

Configuring Address Pools for Network Address Port Translation (NAPT) Overview

date_range 19-Dec-19

With Network Address Port Translation (NAPT), you can have up to 4096 network address or port translations.

The port statement specifies port assignment for the translated addresses. To configure a specific range of port numbers, include the port range low minimum-value high maximum-value statement at the [edit services nat pool nat-pool-name] hierarchy level.

Junos OS for ACX Series routers allocates ports sequentially—that is, ACX Series routers allocate the first available address or port from the NAT pool.

The NAT pool called napt in the following configuration example uses the sequential implementation:

content_copy zoom_out_map
pool napt {
address-range low 100.0.0.1 high 100.0.0.3;
port {
range low 49160 high 53255;
}
}

Endpoint Independent Flow for NAPT

Endpoint independent flow ensures the assignment of the same external address and port for all connections from a given host or port to any destination. This means if the address or port are from a different source, you are free to assign a different external address.

footer-navigation