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 03-Jun-24

Syntax (Classifier)

content_copy zoom_out_map
dscp-ipv6 classifier-name {
    import (classifier-name | default);
    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 switches 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.

Options

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

interface—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 12.2.

footer-navigation