rule (Source NAT Next Gen Services)
Syntax
rule rule-name {
match {
application [application-name]
destination-address-name address-name;
source-address (address | any-unicast);
source-address-name address-name;
}
then {
source-nat {
clat-prefix clat-prefix;
pool nat-pool-name;
eif-flow-limit number-of-flows;
mapping-refresh (inbound | inbound-outbound | outbound);
}
}
}
}
Hierarchy Level
[edit services nat source rule-set rule-set]
Release Information
Statement introduced in Junos OS Release 19.3R2 on MX Series routers (MX240, MX480 and MX960) running Next Gen Services with the MX-SPC3 services card.
Description
Configure a source NAT rule, which translates the source address of IP packets.
The remaining statements are explained separately. See CLI Explorer.
Required Privilege Level
interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.