For MX-series router interfaces or IQ2 PICs with IEEE 802.1ad frame formats, you can set the forwarding class and loss priority for traffic on the basis of the three IEEE 802.1p bits and the DEI bit. You can apply the default map or customize one or more of the default values.
You then apply the classifier to the interface on which you configure IEEE 802.1ad frame formats.
You can customize the default IEEE 802.1ad map by defining values for IEEE 802.1ad code points.
- class-of-service {
-
- classifiers {
-
- ieee-802.1ad dot1p_dei_class {
-
- forwarding-class best-effort {
- loss-priority low code-points [ 0000 1101 ];
- }
- }
- }
- }
You then apply the classifier map to the logical interface:
- interfaces {
-
- ge-2/0/0 {
-
- unit 0 {
-
- classifiers {
- ieee-802.1ad dot1p_dei_class;
- }
- }
- }
- }
To verify your configuration, you can issue the following operational mode commands: