Dell PowerConnect J-EX4200-24T Software Manual page 3162

J series; j-ex series
Table of Contents

Advertisement

Dell PowerConnect J-Series Ethernet Switch Complete Software Guide for Junos OS
Configuring the Remote PE Switch
CLI Quick
Configuration
Step-by-Step
Procedure
3090
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
set class-of-service classifiers exp exp1 forwarding-class expedited-forwarding loss-priority low
code-points 010
To configure a custom EXP classifier on the egress PE switch:
Import the default EXP classifier classes to the custom EXP classifier that you are
1.
creating:
[edit class-of-service]
user@switch# set classifiers exp exp1 import default

Advertisement

Table of Contents
loading

Table of Contents