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

classifiers (Definition)

date_range 03-Jun-24

Syntax

content_copy zoom_out_map
classifiers {
    (dscp | dscp-ipv6 | exp | ieee-802.1 | ieee-802.1ad | inet-precedence) classifier-name {
        forwarding-class forwarding-class-name {
        loss-priority (high  | low  | medium-high  | medium-low) {
            code-point alias-or-bit-string ;
        }
        import (default | user-defined;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit class-of-service]

Description

Configure a user-defined behavior aggregate (BA) classifier.

Options

  • classifier-name—User-defined name for the classifier.

  • import (default | user-defined)—Specify the template to use to map any code points not explicitly mapped in this configuration. For example, if the classifier is of type dscp and you specify import default, code points you do not map in your configuration will use the predefined DSCP default mapping; if you specify import mymap, for example, code points not mapped in the forwarding-class configuration would use the mappings in a user-defined classifier named mymap.

  • forwarding-class class-name—Specify the name of the forwarding class. You can use the default forwarding class names or define new ones.

  • loss-priority level—Specify a loss priority for this forwarding class: high, low, medium-high, medium-low.

  • code-points (alias | bits)—Specify a code-point alias or the code points that map to this forwarding class.

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