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

date_range 19-Nov-23

Syntax

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

Description

Display the mapping of code point value to queue number and loss priority for each classifier as it exists 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 command. Output fields are listed in the approximate order in which they appear.

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

Field Name

Field Description

Classifier table index

Index of the classifier table.

entries

Total number of entries.

Table type

Type of code points in the table: DSCP, EXP (not on the QFX Series), IEEE 802.1, IPv4 precedence (not on the QFX Series), or IPv6 DSCP.

Entry #

Entry number.

Code point

Code point value used for classification.

Forwarding-class #

Forwarding class to which the code point is assigned.

PLP

Packet loss priority value set by classification. For most platforms, the value can be 0 or 1. For some platforms, the value is 0, 1, 2, or 3. The value 0 represents low PLP. The value 1 represents high PLP. The value 2 represents medium-low PLP. The value 3 represents medium-high PLP.

Sample Output

show class-of-service forwarding-table classifier

content_copy zoom_out_map
user@host> show class-of-service forwarding-table classifier              
Classifier table index: 62436, # entries: 64, Table type: DSCP

Entry #   Code point   Forwarding-class #   PLP
   0        000000       0                  0
   1        000001       0                  0
   2        000010       0                  0
   3        000011       0                  0
   4        000100       0                  0
   5        000101       0                  0
   6        000110       0                  0
   7        000111       0                  0
   8        001000       0                  0
   9        001001       0                  0
  10        001010       1                  1
  11        001011       0                  0
...
  60        111100       0                  0
  61        111101       0                  0
  62        111110       0                  0
  63        111111       0                  0

Release Information

Command introduced before Junos OS Release 7.4.

footer-navigation