[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

interface

See the following sections:

interface (ARP Proxy Services Gateway)

Syntax

interface interface-name {
address ip-address to ip-address ;
}

Hierarchy Level

[edit security nat proxy-arp]

Release Information

Statement introduced in Release 9.2 of JUNOS software.

Description

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.

Options

interface-name —Name of the logical interface.

Usage Guidelines

For configuration instructions and examples, see the JUNOS Software Security Configuration Guide.

Required Privilege Level

security—To view this statement in the configuration.

security-control—To add this statement to the configuration.

interface (NAT Services Router)

Syntax

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 ;
}
}

Hierarchy Level

[edit security nat]

Release Information

Statement introduced in Release 8.5 of JUNOS software.

Description

Specify the interface on which to configure NAT.

This statement is supported on J-series devices.

Options

interface-name —Name of the interface.

The remaining statements are explained separately.

Usage Guidelines

For configuration instructions and examples, see the JUNOS Software Security Configuration Guide.

Required Privilege Level

security—To view this statement in the configuration.

security-control—To add this statement to the configuration.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]