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

routing-instances (CoS)

date_range 06-Feb-24

Syntax

content_copy zoom_out_map
routing-instances routing-instance-name {
    classifiers {
        dscp (classifier-name | default);
        dscp-ipv6 (classifier-name | default);
        exp (classifier-name | default);
        ieee-802.1 (classifier-name | default);
        no-default;
    }
    policy-map policy-map-name {
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit class-of-service]

Description

For routing instances with VRF table labels enabled, apply a DSCP, MPLS EXP, or IEEE 802.1 classifier to the routing instance. You can apply the default classifier or one that is previously defined.

Apply the no-default option to disable the application of any default classifier to the routing instance.

You can also apply a policy map that defines the rewrite rules for a routing instance.

Default

If you do not include this statement with the classifiers option, the default MPLS EXP classifier is applied to the routing instance. When no DSCP classifier is configured, the default MPLS EXP classifier is applied.

Options

routing-instance-name—Name of the routing instance.

classifier-name—Name of the behavior aggregate DSCP, MPLS EXP, or IEEE 802.1 classifier.

policy-map-name—Name of the policy map that defines the rewrite rules for a routing instance.

Required Privilege Level

routing—To view this statement in the configuration.

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

Release Information

Statement introduced before Junos OS Release 7.4.

no-default and policy-map options added in Junos OS Release 16.1.

footer-navigation