Figure 14: Multifield Classifier Scenario - Juniper EX9200 Features Manual

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

Advertisement

Configuration
CLI Quick
Configuration
Device R1
Copyright © 2016, Juniper Networks, Inc.
You apply the multifield classifier's firewall filter as an input filter on each customer-facing
or host-facing interface that needs the filter. The incoming interface is ge-1/0/0 on Device
R1. The classification and queue assignment is verified on the outgoing interface. The
outgoing interface is Device R1's ge-1/0/2 interface.
Topology
Figure 14 on page 129
shows the sample network.

Figure 14: Multifield Classifier Scenario

"CLI Quick Configuration" on page 129
Networks devices in
Figure 14 on page
The section
"Step-by-Step Procedure" on page 130
Classifiers are described in more detail in the following Juniper Networks Learning Byte
video.
Video:
Class of Service Basics, Part 2: Classification Learning Byte
To quickly configure this example, copy the following commands, paste them into a text
file, remove any line breaks, change any details necessary to match your network
configuration, copy and paste the commands into the CLI at the
and then enter
commit
from the configuration mode.
set interfaces ge-1/0/0 description to-host
set interfaces ge-1/0/0 unit 0 family inet filter input mf-classifier
set interfaces ge-1/0/0 unit 0 family inet address 172.16.50.2/30
set interfaces ge-1/0/2 description to-R2
set interfaces ge-1/0/2 unit 0 family inet address 10.30.0.1/30
set class-of-service forwarding-classes class BE-data queue-num 0
set class-of-service forwarding-classes class Premium-data queue-num 1
set class-of-service forwarding-classes class Voice queue-num 2
set class-of-service forwarding-classes class NC queue-num 3
set firewall family inet filter mf-classifier term BE-data from protocol tcp
set firewall family inet filter mf-classifier term BE-data from port 80
set firewall family inet filter mf-classifier term BE-data then forwarding-class BE-data
set firewall family inet filter mf-classifier term Premium-data from protocol tcp
set firewall family inet filter mf-classifier term Premium-data from port 12345
Chapter 11: Multifield Classification
shows the configuration for all of the Juniper
129.
describes the steps on Device R1.
hierarchy level,
[edit]
129

Advertisement

Table of Contents
loading

Table of Contents