Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Example: Configuring Dynamic Source Translation (NAPT)
The following example configures dynamic source (address and port) translation, or NAPT:
[edit services nat]pool public {address-range low 192.16.2.1 high 192.16.2.32;port automatic;}rule Private-Public {match-direction input;term Translate {then {translated {source-pool public;translation-type source dynamic;}}}}
![]() | Note: The only difference between the configurations for dynamic address-only source translation and NAPT is the inclusion of the port statement for NAPT. |


