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 fabric scheduler-map

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show class-of-service fabric scheduler-map 

Description

(M320 routers, MX Series routers, T Series routers and EX Series switches only) Display the mapping of class-of-service (CoS) schedulers to switch fabric traffic priorities and a summary of scheduler parameters for each priority.

Options

This command has no options.

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show class-of-service fabric scheduler-map command. Output fields are listed in the approximate order in which they appear.

Table 1: show class-of-service fabric scheduler-map Output Fields

Field Name

Field Description

Fabric priority

Indicates the fabric traffic priority. Currently, two priorities are supported: low and high.

Scheduler

Name of the scheduler.

Index

Index of the indicated object. Objects that have indexes in this output include schedulers and drop profiles.

Drop profiles

Display the assignment of drop profile by name and index to a given loss priority and protocol pair:

  • Loss priority—Packet loss priority for drop profile assignment.

  • Protocol—Transport protocol for drop profile assignment.

  • Name—Name of the drop profile.

Sample Output

show class-of-service fabric scheduler-map

content_copy zoom_out_map
 user@host> show class-of-service fabric scheduler-map  
Fabric priority: low
  Scheduler: fab-ef-scheduler, Index: 60211
    Drop profiles:
      Loss priority   Protocol    Index    Name
      Low             non-TCP     44321    fab-ef-profile
      Low             TCP         44321    fab-ef-profile
      High            non-TCP     44321    fab-ef-profile
      High            TCP         44321    fab-ef-profile

Fabric priority: high
  Scheduler: fab-ef-scheduler, Index: 60211
    Drop profiles:
      Loss priority   Protocol    Index    Name
      Low             non-TCP     44321    fab-ef-profile
      Low             TCP         44321    fab-ef-profile
      High            non-TCP     44321    fab-ef-profile
      High            TCP         44321    fab-ef-profile

Release Information

Command introduced before Junos OS Release 7.4.

footer-navigation