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

destination

See the following sections:

destination (Destination NAT Services Gateway)

Syntax

destination {
pool pool-name {
address < ip-address > (to ip-address | port port-number );
routing-instance routing-instance-name ;
}
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 ;
destination-port port-number ;
source-address [source-address];
}
then {
destination-nat (off | pool pool-name );
}
}
}
}

Hierarchy Level

[edit security nat]

Release Information

Statement introduced in Release 9.2 of JUNOS software.

Description

Configure destination NAT of services gateway, which allows you to configure the following:

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.

destination (IP Headers in Signature Attack)

Syntax

destination {
match (equal | greater-than | less-than | not-equal);
value hostname ;
}

Hierarchy Level

[edit security idp custom-attack attack-name attack-type signature protocol ip]

Release Information

Statement introduced in Release 9.3 of JUNOS software.

Description

Specify the IP address of the attack target.

This statement is supported on SRX-series devices.

Options

match (equal | greater-than | less-than | not-equal)—Match an operand.

value host-name —Match an ip-address or a host name.

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]