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

interfaces (Dynamic CoS Definition)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
interfaces {
    interface-name {
        unit logical-unit-number {
            classifiers {
                dscp (classifier-name | default);
                dscp-ipv6 (classifier-name | default);
                ieee-802.1 (classifier-name | default) vlan-tag (inner | outer)
                inet-precedence (classifier-name | default);
            }
            output-traffic-control-profile (profile-name  | $junos-cos-traffic-control-profile);
            report-ingress-shaping-rate;
            rewrite-rules {
                dscp (rewrite-name | default);
                dscp-ipv6 (rewrite-name | default);
                ieee-802.1 (rewrite-name | default) vlan-tag (outer | outer-and-inner);
                inet-precedence (rewrite-name | default);
            }
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit dynamic-profiles profile-name class-of-service]

Description

Configure interface-specific CoS properties for incoming packets in a dynamic client profile or a dynamic service profile.

Options

interface-name—Either the specific name of the interface you want to assign to the dynamic profile or the interface variable ($junos-interface-ifd-name). The interface variable is dynamically replaced with the interface the client accesses when connecting to the router.

The remaining statements are explained separately. Search for a statement in CLI Explorer or click a linked statement in the Syntax section for details.

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

footer-navigation