Step-by-Step
Procedure
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
creating:
1.
[edit class-of-service]
user@switch#
set classifiers exp exp1 import default
2.
Add the expedited-forwarding class to this custom EXP classifier, specifying a loss
priority and code point:
[edit class-of-service]
user@switch#
set classifiers exp exp1 forwarding-class expedited-forwarding
loss-priority low code-points 010
Results
Display the results of the configuration:
[edit]
user@switch# show
class-of-service {
classifiers {
exp exp1 {
import default;
forwarding-class expedited-forwarding {
loss-priority low code-points 010;
}
}
Configuring the Provider Switch
CLI Quick
Configuration
To quickly configure a custom EXP classifier and a custom EXP rewrite rule on the provider
switch, copy the following commands and paste them into the switch terminal window
of the provider switch:
[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
set class-of-service rewrite-rules exp e1 forwarding-class expedited-forwarding loss-priority
low code-point 111
Step-by-Step
Procedure
To configure a custom EXP classifier and a custom EXP rewrite rule on the provider
switch:
1.
Import the default EXP classifier classes to the custom EXP classifier that you are
creating:
[edit class-of-service]
user@switch#
set classifiers exp exp1 import default
2.
Add the expedited-forwarding class to this custom EXP classifier, specifying a loss
priority and code point:
[edit class-of-service]
user@switch#
set classifiers exp exp1 forwarding-class expedited-forwarding
loss-priority low code-points 010
3.
Specify the values for the custom EXP rewrite rule,
e1
:
3385
Copyright © 2010, Juniper Networks, Inc.
Chapter 122: Example of MPLS Configuration
Summary of Contents for JUNOS OS 10.3 - SOFTWARE
Page 325: ...CHAPTER 17 Operational Mode Commands for System Setup 229 Copyright 2010 Juniper Networks Inc ...
Page 1323: ...CHAPTER 56 Operational Mode Commands for Interfaces 1227 Copyright 2010 Juniper Networks Inc ...
Page 2841: ...CHAPTER 86 Operational Commands for 802 1X 2745 Copyright 2010 Juniper Networks Inc ...
Page 3367: ...CHAPTER 113 Operational Mode Commands for CoS 3271 Copyright 2010 Juniper Networks Inc ...
Page 3435: ...CHAPTER 120 Operational Mode Commands for PoE 3339 Copyright 2010 Juniper Networks Inc ...
Page 3529: ...CHAPTER 126 Operational Mode Commands for MPLS 3433 Copyright 2010 Juniper Networks Inc ...