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

three-color-policer

See the following sections:

three-color-policer (Applying)

Syntax

three-color-policer {
(single-rate | two-rate) policer-name;
}

Hierarchy Level

[edit firewall family family-name filter filter-name term term-name then]

Release Information

Statement introduced in JUNOS Release 7.4.

single-rate statement added in JUNOS Release 8.2.

Description

For T-series and M320 platforms with Enhanced II Flexible PIC Concentrators (FPCs) and the T640 platform with Enhanced Scaling FPC4, apply a tricolor marking policer.

Options

single-rate—Named tricolor policer is a single-rate policer.

two-rate—Named tricolor policer is a two-rate policer.

policer-name—Name of a tricolor policer.

Usage Guidelines

See Applying a Tricolor Marking Policer to a Firewall Filter.

Required Privilege Level

firewall—To view this statement in the configuration.

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

three-color-policer (Configuring)

Syntax

three-color-policer policer-name {
action {
loss-priority high then discard;
}
logical-interface-policer;
single-rate {
(color-aware | color-blind);
committed-information-rate bps;
committed-burst-size bytes;
excess-burst-size bytes;
}
two-rate {
(color-aware | color-blind);
committed-information-rate bps;
committed-burst-size bytes;
peak-information-rate bps;
peak-burst-size bytes;
}
}

Hierarchy Level

[edit firewall]

Release Information

Statement introduced in JUNOS Release 7.4.

The action and single-rate statements added in JUNOS Release 8.2.

Description

For T-series and M320 platforms with Enhanced II Flexible PIC Concentrators (FPCs), configure a tricolor marking policer.

Options

single-rate—Marking is based on the CIR.

two-rate—Marking is based on the CIR and the PIR.

color-aware—Metering varies by preclassification. Metering can increase a packet’s assigned PLP, but cannot decrease it.

color-blind—All packets are evaluated by the CIR or CBS. If a packet exceeds the CIR or CBS, it is evaluated by the PIR or EBS.

committed-burst-size bytes—Guaranteed deliverable burst.

Range: 1500 through 100,000,000,000

committed-information-rate bps—Guaranteed bandwidth under normal line conditions.

Range: 1500 through 100,000,000,000

excess-burst-size bytes—Maximum allowable excess burst.

Range: 1500 through 100,000,000,000

peak-burst-size bytes—Maximum allowable burst.

Range: 1500 through 100,000,000,000

peak-information-rate bps—Maximum achievable rate.

Range: 1500 through 100,000,000,000

The remaining statements are explained separately.

Usage Guidelines

See Configuring a Tricolor Marking Policer.

Required Privilege Level

firewall—To view this statement in the configuration.

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


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