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

application-traffic-control

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
application-traffic-control {
    rate-limiters {
        rate-limiter-name {
            bandwidth-limit value-in-kbps;
            burst-size-limit value-in-bytes;
        }
    }
    rule-sets ruleset-name{
         {
            rule rule-name {
                match {
                    application application-name1;
                    application-any;
                    application-group application-group-name;
                    application-known;
                    application-unknown;
                }
                then {
                    dscp-code-point dscp-value;
                    forwarding-class forwarding-class-name;
                    log;
                    loss-priority [ high | medium-high | medium-low | low ];
                    rate-limit {
                        loss-priority-high;
                        client-to-server rate-limiter-name;
                        server-to-client rate-limiter-name;
                    }
                }
            }
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit class-of-service]

Description

Mark DSCP values for outgoing packets or apply rate limits based on the specified Layer 7 application types.

Options

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

security—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 11.4.

footer-navigation