- policer policer-name{
- logical-bandwidth-policer;
-
- if-exceeding {
- bandwidth-limit rate;
- burst-size-limit bytes;
- }
- then {
- policer-action;
- }
- }
Command introduced in JUNOS Release 9.5 for the SRX 210 services gateway.
Configure policer rate limits and actions. To activate a policer, you must include the policer action modifier in the then statement in a firewall filter term or on an interface.
policer-name—Name of the policer to evaluate when packets are received on the interface.
Policer-action—One or more actions to take.
then —Action to take on matching packets.
interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.