See the following sections:
- interface interface-name {
- address
ip-address to ip-address ;
- }
- [edit security nat proxy-arp]
Statement introduced in Release 9.2 of JUNOS software.
Specify the interface on which the ARP proxy is to be configured. It should be a logical interface.
This statement is supported on SRX-series devices.
interface-name —Name of the logical interface.
For configuration instructions and examples, see the JUNOS Software Security Configuration Guide.
security—To view this statement in the configuration.
security-control—To add this statement to the configuration.
- interface interface-name {
- allow-incoming;
-
- proxy-arp {
- address
prefix ;
- address-range high ip-address
low ip-address ;
- }
-
- source-nat {
-
- pool
pool-name {
- address
prefix ;
- address-range high ip-address
low ip-address ;
- allow-incoming;
- host-address-low ip-address ;
- no-port-translation;
- overflow-pool (interface
| pool-name
);
- }
- }
-
- static-nat ip-prefix {
- host
ip-prefix ;
- virtual-router vr-name ;
- }
- }
- [edit security nat]
Statement introduced in Release 8.5 of JUNOS software.
Specify the interface on which to configure NAT.
This statement is supported on J-series devices.
interface-name —Name of the interface.
The remaining statements are explained separately.
For configuration instructions and examples, see the JUNOS Software Security Configuration Guide.
security—To view this statement in the configuration.
security-control—To add this statement to the configuration.