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

classifiers (Class of Service)

date_range 03-Jun-24

Syntax (BA Classifiers)

content_copy zoom_out_map
classifiers {
    (dscp | dscp-ipv6 | ieee-802.1) classifier-name {
        import (classifier-name | default);
        forwarding-class class-name {
            loss-priority level {
               code-points [ aliases ] [ bit-patterns ];
            }
        }
    }
}

Syntax (Multidestination BA Classifiers)

Multidestination BA Classifiers

content_copy zoom_out_map
classifiers {
    (dscp | ieee-802.1) classifier-name;
}

Syntax (Interface Classifier Association: DSCP, DSCP IPv6, IEEE)

Interface Classifier Association

content_copy zoom_out_map
classifiers {
    (dscp | dscp-ipv6 | ieee-802.1) (default | classifier-name);
}

Syntax (Global EXP Interface Classifier Association with Interfaces)

content_copy zoom_out_map
classifiers {
    exp classifier-name;
}

Hierarchy Level (BA Classifiers)

content_copy zoom_out_map
[edit class-of-service],

Hierarchy Level (Multidestination BA Classifiers)

content_copy zoom_out_map
[edit class-of-service multi-destination],

Hierarchy Level (Interface Classifier Association: DSCP, DSCP IPv6, IEEE)

content_copy zoom_out_map
[edit class-of-service interfaces interface-name  unit logical-unit-number]

Hierarchy Level (Global EXP Classifier)

content_copy zoom_out_map
[edit class-of-service system-defaults]

Description

Define a unicast or multidestination CoS behavior aggregate (BA) classifier.

Options

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 before Junos OS Release 7.4.

footer-navigation