classifiers
classifiers (define)
Syntax
classifiers{
typeclassifier-name{
import(classifier-name|default);
forwarding-classclass-name{
loss-priority(low | high)code-points[alias|bits];
}
}
}Hierarchy Level
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-precedenceThe 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-serviceinterfacesinterface-nameunitlogical-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-precedenceUsage 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.