Juniper JUNOS OS 10.3 - SOFTWARE Manual page 3481

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

Advertisement

Step-by-Step
Procedure
Results
Configuring the Provider Switch
CLI Quick
Configuration
Step-by-Step
Procedure
Copyright © 2010, Juniper Networks, Inc.
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
Add the expedited-forwarding class to this custom EXP classifier, specifying a loss
2.
priority and code point:
[edit class-of-service]
user@switch# set classifiers exp exp1 forwarding-class expedited-forwarding
loss-priority low code-points 010
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;
}
}
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
To configure a custom EXP classifier and a custom EXP rewrite rule on the provider
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
Add the expedited-forwarding class to this custom EXP classifier, specifying a loss
2.
priority and code point:
[edit class-of-service]
user@switch# set classifiers exp exp1 forwarding-class expedited-forwarding
loss-priority low code-points 010
Specify the values for the custom EXP rewrite rule,
3.
Chapter 122: Example of MPLS Configuration
:
e1
3385

Advertisement

Table of Contents
loading

Table of Contents