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

Example: Applying a Two-Rate Tricolor Marking Policer to a Firewall Filter

Apply the trtcm1-cb policer to a firewall filter:

firewall {
three-color-policer trtcm1-cb {  # Configure the trtcm1-cb policer.
two-rate {
color-blind;
committed-information-rate 1048576;
committed-burst-size 65536;
peak-information-rate 10485760;
peak-burst-size 131072;
}
}
filter fil {   # Configure the fil firewall filter, attaching the trtcm1-cb policer.
term default {
then {
three-color-policer {
two-rate trtcm1-cb;
}
}
}

For more information about applying policers to firewall filters, see the JUNOS Policy Framework Configuration Guide.


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