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

static

Syntax

static {
rule-set rule-set-name {
from interface [interface-name] |
routing-instance [routing-instance-name] | zone [zone-name];
rule rule-name {
match {
destination-address [destination-address];
}
then {
static-nat prefix < addr-prefix >
<routing-instance routing-instance-name >;
}
}
}
}

Hierarchy Level

[edit security nat]

Release Information

Statement introduced in Release 9.3 of JUNOS software.

Description

Configure static NAT of services gateway.

This statement is supported on SRX-series devices.

Options

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]