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

show class-of-service forwarding-table classifier mapping

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show class-of-service forwarding-table classifier mapping

Description

For each logical interface, display either the table index of the classifier for a given code point type or the queue number (if it is a fixed classification) in the forwarding table.

Options

This command has no options.

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show class-of-service forwarding-table classifier mapping command. Output fields are listed in the approximate order in which they appear.

Table 1: show class-of-service forwarding-table classifier mapping Output Fields

Field Name

Field Description

Table index/ Q num

If the table type is Fixed, the number of the queue to which the interface is mapped. For all other types, this value is the classifier index number.

Interface

Name of the logical interface. This field can also show the physical interface (QFX Series).

Index

Logical interface index.

Table type

Type of code points in the table: DSCP, EXP (not on the QFX Series), Fixed, IEEE 802.1, IPv4 precedence (not on the QFX Series),or IPv6 DSCP. none if no-default option set.

Sample Output

show class-of-service forwarding-table classifier mapping

content_copy zoom_out_map
user@host> show class-of-service forwarding-table classifier mapping
                       Table index/
Interface      Index     Q num      Table type
so-5/0/0.0        10     62436      DSCP         
so-0/1/0.0        11     62436      DSCP         
so-0/2/0.0        12         1      Fixed        
so-0/2/1.0        13     62436      DSCP         
so-0/2/1.0        13     62437      IEEE 802.1   
so-0/2/2.0        14     62436      DSCP         
so-0/2/2.0        14     62438      IPv4 precedence

Release Information

Command introduced before Junos OS Release 7.4.

footer-navigation