Configure tricolor marking policing on a logical interface to rate-limit the bandwidth on the logical interface.
- [edit firewall]
- three-color-policer trtcm-1 {
-
- action {
- loss-priority high then discard;
- }
- logical-interface-policer;
-
- two-rate {
- color-blind;
- committed-information-rate 1500000;
- committed-burst-size 150k;
- peak-information-rate 3m;
- peak-burst-size 300k;
- }
- }