Workaround: Configure All Actions In The Ingress Filter - Juniper EX9200 Features Manual

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

Advertisement

Traffic Policers Feature Guide for EX9200 Switches

Workaround: Configure All Actions in the Ingress Filter

Related
Documentation
120
[edit]
user@host# show interfaces
ge-1/2/0 {
unit 0 {
family inet {
filter {
input ingress;
output egress;
}
}
}
}
As a workaround, you can configure all of the actions in the ingress filter.
user@host # show firewall
family inet {
filter ingress {
term 1 {
then {
forwarding-class expedited-forwarding;
accept;
count ef;
}
}
term 2 {
then accept;
}
}
}
[edit]
user@host# show interfaces
ge-1/2/0 {
unit 0 {
family inet {
filter {
input ingress;
}
}
}
}
Two-Color Policer Configuration Overview on page 49
Multifield Classification Overview on page 115
Multifield Classification Requirements and Restrictions on page 118
Example: Configuring Multifield Classification on page 121
Copyright © 2016, Juniper Networks, Inc.

Advertisement

Table of Contents
loading

Table of Contents