When you enable VRF table labels and you do not explicitly apply a classifier configuration to the routing instance, the default MPLS EXP classifier is applied to the routing instance. For detailed information about VRF table labels, see the JUNOS VPNs Configuration Guide.
The default MPLS EXP classification table contents are shown in Table 26.
Table 26: Default MPLS EXP Classification Table
For PICs that are installed on enhanced FPCs, you can override the default MPLS EXP classifier and apply a custom classifier to the routing instance. To do this, perform the following configuration tasks:
- [edit routing-instances routing-instance-name]
- vrf-table-label;
- [edit class-of-service]
-
classifiers {
-
-
exp classifier-name {
-
import (classifier-name | default);
-
-
forwarding-class class-name {
-
-
loss-priority level {
-
code-points [ aliases ] [ 6-bit-patterns ];
- }
- }
- }
- }
-
forwarding-classes {
-
queue queue-number class-name priority (high | low);
- }
- [edit class-of-service routing-instances routing-instance-name classifiers]
-
exp classifier-name;
To display the MPLS EXP classifiers associated with all routing instances, issue the show class-of-service routing-instances command.
![]() |
Note: The following caveats apply to custom MPLS EXP classifiers for routing instances:
|
For more details, see the following sections: