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


classifiers

classifiers (define)

Syntax

classifiers {
    
type classifier-name {
        
import (classifier-name |default);
        
forwarding-class class-name {
            
loss-priority (low | high) code-points [ alias | bits ];
        }
    }
}

Hierarchy Level

[edit class-of-service]

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.
Values: dscp, exp, ieee-802.1, inet-precedence

The remaining statements are explained separately.

Usage Guidelines

See Classify Packets by Behavior Aggregate.

Required Privilege Level

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

classifiers (apply)

Syntax

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

Hierarchy Level

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

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, exp, ieee-802.1, inet-precedence

Usage Guidelines

See Classify Packets by Behavior Aggregate.

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]