classifiers

Syntax

classifiers {(dscp | dscp-ipv6 | exp | ieee-802.1 | ieee-802.1ad | inet-precedence) classifier-name {import (default | user-defined) ;forwarding-class class-name {loss-priority level code-points (alias | bits);}}}

Hierarchy Level

[edit class-of-service classifiers (dscp | dscp-ipv6 | exp | ieee-802.1 | ieee-802.1ad | inet-precedence) classifier-name]

Release Information

Statement introduced in Release 8.5 of Junos OS.

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.

Usage Guidelines

You can use predefined or user-defined classifiers in class-of-service configurations. You use this statement to configure a user-defined classifier.

See the Junos OS Class of Service Configuration Guide for Security Devices.

Required Privilege Level

interface—To view this statement in the configuration.

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