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

Example: Configuring an Aggregate Policer

Configure an aggregate policer to rate-limit:

[edit firewall policer new-police1]
if-exceeding {
bandwidth-limit 100m;
burst-size-limit 500k;
}
logical-interface-policer;
then {
discard;
}

Apply the aggregate policer to rate-limit IPv4 and IPv6 traffic on interface fe-0/1/1:

[edit interfaces fe-0/1/1 unit 0 family inet]
policer new-police1;
[edit interfaces fe-0/1/1 unit 0 family inet6]
policer new-police1;

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