[Contents] [Prev] [Next] [Index] [Report an Error]

classifiers

See the following sections:

classifiers (Application)

Syntax

classifiers {
type (classifier-name | default);
}

Hierarchy Level

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

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Apply a CoS aggregate behavior classifier to a logical interface. You can apply a default classifier or one that is previously defined.

Options

classifier-name—Name of the aggregate behavior classifier.

type—Traffic type.

Values: dscp, dscp-ipv6, exp, ieee-802.1, inet-precedence

Usage Guidelines

See Applying a Classifier to a Logical Interface.

Required Privilege Level

interface—To view this statement in the configuration.

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

classifiers (Application for Routing Instances)

Syntax

classifiers {
exp (classifier-name | default);
}

Hierarchy Level

[edit class-of-service routing-instances]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

For routing instances with VRF table labels enabled, apply a custom Multiprotocol Label Switching (MPLS) EXP classifier to the routing instance. You can apply the default MPLS EXP classifier or one that is previously defined.

Options

classifier-name—Name of the behavior aggregate MPLS EXP classifier.

Usage Guidelines

See Applying MPLS EXP Classifiers to Routing Instances.

Required Privilege Level

interface—To view this statement in the configuration.

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

classifiers (Definition)

Syntax

classifiers {
type classifier-name {
import (classifier-name | default);
forwarding-class class-name {
loss-priority level {
code-points [ aliases ] [ 6-bit-patterns ];
}
}
}
}

Hierarchy Level

[edit class-of-service],
[edit class-of-service routing-instances routing-instance-name]

Release Information

Statement introduced before JUNOS Release 7.4.

ieee-802.1ad option introduced in JUNOS Release 9.2.

Description

Define a CoS aggregate behavior classifier for classifying packets. You can associate the classifier with a forwarding class or code-point mapping, and import a default classifier or one that is previously defined.

Options

classifier-name—Name of the aggregate behavior classifier.

type—Traffic type: dscp, dscp-ipv6, exp, ieee-802.1, ieee-802.1ad, inet-precedence.

Usage Guidelines

See Classifier Types.

Required Privilege Level

interface—To view this statement in the configuration.

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


[Contents] [Prev] [Next] [Index] [Report an Error]