See the following sections:
- three-color-policer {
- (single-rate | two-rate) policer-name;
- }
- [edit firewall family family-name filter filter-name term term-name then]
Statement introduced in JUNOS Release 7.4.
single-rate statement added in JUNOS Release 8.2.
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.
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.
See Applying a Tricolor Marking Policer to a Firewall Filter.
firewall—To view this statement in the configuration.
firewall-control—To add this statement to the configuration.
- 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;
- }
- }
- [edit firewall]
Statement introduced in JUNOS Release 7.4.
The action and single-rate statements added in JUNOS Release 8.2.
For T-series and M320 platforms with Enhanced II Flexible PIC Concentrators (FPCs), configure a tricolor marking policer.
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.
committed-information-rate bps—Guaranteed bandwidth under normal line conditions.
excess-burst-size bytes—Maximum allowable excess burst.
peak-burst-size bytes—Maximum allowable burst.
peak-information-rate bps—Maximum achievable rate.
The remaining statements are explained separately.
See Configuring a Tricolor Marking Policer.
firewall—To view this statement in the configuration.
firewall-control—To add this statement to the configuration.