Configure a tricolor policer:
- [edit firewall]
- three-color-policer trtcm1 {
-
- two-rate {
- color-blind;
- committed-information-rate 1048576;
- committed-burst-size 65536;
- peak-information-rate 10485760;
- peak-burst-size 131072;
- }
- }
Apply the tricolor policer to a firewall filter.
- [edit firewall]
- filter fil {
-
- term default {
-
- then {
-
- three-color-policer {
- two-rate trtcm1;
- }
- }
- }
- }