Juniper JUNOS OS 10.3 - SOFTWARE Manual page 3289

For ex series ethernet switches
Hide thumbs Also See for JUNOS OS 10.3 - SOFTWARE:
Table of Contents

Advertisement

Results
Configuring the Remote PE Switch
CLI Quick
Configuration
Copyright © 2010, Juniper Networks, Inc.
set label-switched-path lsp_to_pe2_ge1 policing filter myfilter
Display the results of the configuration:
[edit]
user@switch# show
class-of-service {
classifiers {
dscp dscp1 {
import default;
forwarding-class expedited-forwarding {
loss-priority low code-points 000111;
}
}
}
interfaces {
ge-0/0/1 {
unit 0 {
classifiers {
dscp dscp1;
}
}
}
}
rewrite-rules {
exp e1 {
forwarding-class expedited-forwarding {
loss-priority low code-point 111;
}
}
}
}
firewall {
family any {
filter myfilter {
term t1 {
then policer mypolicer;
}
}
}
policer mypolicer {
if-exceeding {
bandwidth-limit 500m;
burst-size-limit 33553920;
}
then discard;
}
}
To quickly configure a custom EXP classifier on the remote PE switch, copy the following
commands and paste them into the switch terminal window of PE-2:
[edit]
set class-of-service classifiers exp exp1 import default
Chapter 108: Examples: CoS Configuration
3193

Advertisement

Table of Contents
loading

Table of Contents