Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

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

DSCP IPv6 Rewrites and Forwarding Class Maps

date_range 19-Feb-21

You cannot configure a DSCP IPv6 rewrite rule and output forwarding class map on the same logical interface (unit). These must be used on different logical interfaces. Although a warning is issued, there is nothing in the CLI that prevents this configuration. An error message appears when you attempt to commit the configuration.

This example shows the warning and error message that results when the default DSCP IPv6 rewrite rule is configured on logical interface ge-1/0/4.0 with output forwarding class map vg1.

content_copy zoom_out_map
[edit class-of-service]
interfaces {
    ge-1/0/4 {
        unit 0 {
            ##
            ## Warning: DSCP-IPv6 rewrite and forwarding class map not allowed on same unit
            ##
            output-forwarding-class-map vg1;
            rewrite-rules {
                dscp-ipv6 default;
            }
        }
    }
}
content_copy zoom_out_map
user@router# commit
[edit class-of-service interfaces ge-1/0/4 unit 0 output-forwarding-class-map]
  'output-forwarding-class-map vg1'
    DSCP-IPv6 rewrite and forwarding class map not allowed on same unit
error: commit failed: (statements constraint check failed)
footer-navigation