Multifield Classification Limitations On M Series Routers; Problem: Output-Filter Matching On Input-Filter Classification - Juniper EX9200 Features Manual

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

Advertisement

Multifield Classification Limitations on M Series Routers

Problem: Output-Filter Matching on Input-Filter Classification

Copyright © 2016, Juniper Networks, Inc.
Multifield Classification Overview on page 115
Multifield Classification Limitations on M Series Routers on page 119
Example: Configuring Multifield Classification on page 121
statement
tri-color
This topic covers the following information:
Problem: Output-Filter Matching on Input-Filter Classification on page 119
Workaround: Configure All Actions in the Ingress Filter on page 120
On M Series routers (except M120 routers), you cannot classify packets with an output
filter match based on the ingress classification that is set with an input filter applied to
the same IPv4 logical interface.
For example, in the following configuration, the filter called
IPv4 packets to the
expedited-forwarding
that were assigned to the
expedited-forwarding
does not work on most M Series routers. It works on all other routing platforms, including
M120 routers, MX Series routers, and T Series routers.
[edit]
user@host # show firewall
family inet {
filter ingress {
term 1 {
then {
forwarding-class expedited-forwarding;
accept;
}
}
term 2 {
then accept;
}
}
filter egress {
term 1 {
from {
forwarding-class expedited-forwarding;
}
then count ef;
}
term 2 {
then accept;
}
}
}
Chapter 11: Multifield Classification
assigns all incoming
ingress
class. The filter called
egress
class in the
ingress
filter. This configuration
counts all packets
119

Advertisement

Table of Contents
loading

Table of Contents