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

term (Application Aware Access List)

date_range 03-Jan-25

Syntax

content_copy zoom_out_map
term term-name {
    from {
        application-group-any;
        application-groups [ application-group-names ];
        application-unknown;
        applications [ application-names ];
        destination-address address <any-unicast>;
        destination-address-range low minimum-value high maximum-value;
        destination-prefix-list list-name;
        nested-application-unknown;
        source-address address <any-unicast>;
        source-address-range low minimum-value high maximum-value;
        source-prefix-list list-name;
    }
    then {
        (accept | discard);
        count (application | application-group | application-group-any | nested-application | none);
        forwarding-class class-name;
        policer policer-name;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit services aacl rule rule-name]

Description

Define the AACL term properties.

Options

term-name—Identifier for the term.

The remaining statements are explained separately. See CLI Explorer.

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 9.5.

Configuring AACL Rules
footer-navigation