Juniper EX9200 Features Manual page 183

Traffic policers feature guide ex series
Hide thumbs Also See for EX9200:
Table of Contents

Advertisement

Step-by-Step
Procedure
Results
Copyright © 2016, Juniper Networks, Inc.
peak-information-rate 60m;
peak-burst-size 200k;
}
}
Configuring an IPv4 Stateless Firewall Filter That References the Policer
To configure an IPv4 stateless firewall filter that references the policer:
Enable configuration of an IPv4 standard stateless firewall filter.
1.
[edit]
user@host# set firewall family inet filter filter-trtcm1ca-all
Specify the filter term that references the policer.
2.
[edit firewall family inet filter filter-trtcm1ca-all]
user@host# set term 1 then
Note that the term does not specify any match conditions. The firewall filter passes
all packets to the policer.
Confirm the configuration of the firewall filter by entering the
mode command. If the command output does not display the intended configuration,
repeat the instructions in this procedure to correct the configuration.
[edit]
user@host# show firewall
family inet {
filter filter-trtcm1ca-all {
term 1 {
then {
three-color-policer {
two-rate trTCM1-ca;
}
}
}
}
}
three-color-policer trTCM1-ca {
action {
loss-priority high then discard;
}
two-rate {
color-aware;
committed-information-rate 40m;
committed-burst-size 100k;
peak-information-rate 60m;
peak-burst-size 200k;
}
}
Chapter 15: Basic Two-Rate Three-Color Policers
three-color-policer
two-rate trTCM1-ca
configuration
show firewall
165

Advertisement

Table of Contents
loading

Table of Contents