Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Example: Configuring Dynamic Address-only Source Translation
The following example configures dynamic address-only source translation:
[edit services nat]pool public {address-range low 192.16.2.1 high 192.16.2.32;}rule Private-Public {match-direction input;term Translate {then {translated {source-pool public;translation-type source dynamic;}}}}

