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 drop-profile

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show class-of-service drop-profile 
<profile-name profile-name>

Description

Display data points for each class-of-service (CoS) random early detection (RED) drop profile.

Options

none

Display all drop profiles.

profile-name profile-name

(Optional) Display the specified profile only.

Required Privilege Level

view

Output Fields

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

Table 1: show class-of-service drop-profile Output Fields

Field Name

Field Description

Drop profile

Name of a drop profile.

Type

Type of drop profile:

  • discrete (default)

  • interpolated

Index

Internal index of this drop profile.

Fill Level

Percentage fullness of a queue.

Drop probability

Drop probability at this fill level.

Sample Output

show class-of-service drop-profile

content_copy zoom_out_map
user@host> show class-of-service drop-profile             
Drop profile: <default-drop-profile>, Type: discrete, Index: 1
  Fill level    Drop probability
         100                 100
Drop profile: user-drop-profile, Type: interpolated, Index: 2989
  Fill level    Drop probability
           0                   0
           1                   1
           2                   2
           4                   4
           5                   5
           6                   6
           8                   8
          10                  10
          12                  15
          14                  20
          15                  23
        ... 64 entries total
          90                  96
          92                  96
          94                  97
          95                  98
          96                  98
          98                  99
          99                  99
         100                 100

Release Information

Command introduced before Junos OS Release 7.4.

footer-navigation