Example: Configuring Dynamic Source Address and Port Translation
(NAPT) for an IPv4 Network
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 napt-44;}}}}
 | Note:
The only difference between the configurations for dynamic
address-only source translation and NAPT is the inclusion of the port statement for NAPT. |
Published: 2011-11-02