Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

match (Stateful Firewall Rule Next Gen Services)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
match {
    application [application-name];
    destination-address (address | any);
    destination-address-excluded address;
    source-address (address | any);
    source-address-excluded address;
}

Hierarchy Level

content_copy zoom_out_map
[edit services policies stateful-firewall-rule rule-name policy policy-name]

Description

Specify the matching properties for a stateful firewall rule policy. When a flow matches these properties, the policy actions are applied to the flow.

Options

application [application-name]

One or more application protocols of flows to which the stateful firewall policy applies. The application protocol definition is configured at the [edit applications] hierarchy level.

destination-address (address | any)

The destination address of the flows to which the stateful firewall rule policy applies. The option any matches all destination addresses.

destination-address-excluded address

The destination address of the flows to which the stateful firewall rule policy does not apply.

source-address (address | any)

The source address of the flows to which the stateful firewall rule policy applies. The option any matches all source addresses.

source-address-excluded address

The source address of the flows to which the stateful firewall rule policy does not apply.

Required Privilege Level

interface—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 19.3R2.

footer-navigation