Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

dscp-ipv6 (Class of Service)

date_range 09-May-24

Syntax (Classifier)

content_copy zoom_out_map
dscp-ipv6 classifier-name {
    import (classifier-name | default) protocol mpls;
    forwarding-class class-name {
        loss-priority level {
            code-points [ aliases ] [ bit-patterns ];
        }
    }
}

Syntax (Code-Point Alias)

content_copy zoom_out_map
dscp-ipv6 alias-name bit-pattern;

Syntax (Interface Classifier Association)

content_copy zoom_out_map
dscp-ipv6 (classifier-name | default);

Syntax (Rewrite Rule)

content_copy zoom_out_map
dscp-ipv6 rewrite-name {
    import (rewrite-name | default);
    forwarding-class class-name {
        loss-priority level {
            code-point [ aliases ] [ bit-patterns ];
        }
    }
}

Hierarchy (Classifiers)

content_copy zoom_out_map
[edit class-of-service classifiers],

Hierarchy (Code-Point Aliases)

content_copy zoom_out_map
[edit class-of-service code-point-aliases],

Hierarchy (Interface Classifier Association)

content_copy zoom_out_map
[edit class-of-service interfaces interface-name unit logical-unit-number classifiers],
[edit class-of-service interfaces interface-name unit logical-unit-number rewrite-rules],

Hierarchy (Rewrite Rules)

content_copy zoom_out_map
[edit class-of-service rewrite-rules]

Description

Define the Differentiated Services code point (DSCP) IPv6 mapping that is applied to the packets.

Note:

On devices that use different classifiers for unicast and multidestination (multicast, broadcast, and destination lookup fail) traffic, there is no DSCP IPv6 classifier for multidestination (multicast, broadcast, and destination lookup fail) traffic. Multidestination IPv6 traffic uses the multidestination DSCP classifier.

Logical interfaces do not support multiple dscp-ipv6 rewrite rules for the same protocol.

Options

The remaining statements are explained separately. See CLI Explorer.

protocol mpls

(Optional for ingress MPLS tunnel nodes) On devices that support this option, rewrite the MPLS EXP bits in the MPLS header independently of the IPv6 DSCP value for IPv6 packets entering an MPLS tunnel.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Release Information

Statement introduced before Junos OS Release 7.4.

Support for protocol mpls option introduced in Junos OS Release 10.4R2.

footer-navigation