Juniper EX9200 Features Manual page 149

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

Advertisement

Results
Copyright © 2016, Juniper Networks, Inc.
From configuration mode, confirm your configuration by entering the
,
show class-of-service
show firewall
configuration, repeat the instructions in this example to correct the configuration.
user@R1# show interfaces
ge-1/0/0 {
description to-host;
unit 0 {
family inet {
filter {
input mf-classifier;
}
address 172.16.50.2/30;
}
}
}
ge-1/0/2 {
description to-R2;
unit 0 {
family inet {
address 10.30.0.1/30;
}
}
}
user@R1# show class-of-service
forwarding-classes {
class BE-data queue-num 0;
class Premium-data queue-num 1;
class Voice queue-num 2;
class NC queue-num 3;
}
user@R1# show firewall
family inet {
filter mf-classifier {
term BE-data {
from {
protocol tcp;
port 80;
}
then forwarding-class BE-data;
}
term Premium-data {
from {
protocol tcp;
port 12345;
}
then forwarding-class Premium-data;
}
term accept-all-else {
then accept;
}
}
}
If you are done configuring the device, enter
Chapter 11: Multifield Classification
commands. If the output does not display the intended
commit
from configuration mode.
,
show interfaces
131

Advertisement

Table of Contents
loading

Table of Contents