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

te-class-matrix

Syntax

te-class-matrix {
tenumber {
priority priority;
traffic-class {
ctnumber priority priority;
}
}
}

Hierarchy Level

[edit logical-systems logical-system-name protocols mpls diffserv-te],
[edit protocols mpls diffserv-te]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Specify the traffic engineering class matrix for a multiclass LSP or a DiffServ-aware traffic engineering LSP.

Default

The default traffic engineering class matrix is:

te-class-matrix {
te0 traffic-class ct0 priority 7;
te1 traffic-class ct1 priority 7;
te2 traffic-class ct2 priority 7;
te3 traffic-class ct3 priority 7;
te4 traffic-class ct0 priority 0;
te5 traffic-class ct1 priority 0;
te6 traffic-class ct2 priority 0;
te7 traffic-class ct3 priority 0;
}

If you define any of the traffic engineering classes, all the default values are dropped.

Options

ctnumber—Specify the number of the class type. It can be one of four values: ct0, ct1, ct2, or ct3.

priority—Specify the priority of the class type. It can be one of eight values from 0 through 7.

tenumber—Specify the number of the traffic engineering class. It can be one of eight values: te0, te1, te2, te3, te4, te5, te6, or te7. You must configure the traffic engineering classes in order, starting with te0.

traffic-class—Specify the traffic class for the traffic engineering class.

Usage Guidelines

See Configuring Traffic Engineering Classes.

Required Privilege Level

routing—To view this statement in the configuration.

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


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