[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

show class-of-service drop-profile

Syntax

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

Release Information

Command introduced before JUNOS Release 7.4.

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

List of Sample Output

show class-of-service drop-profile

Output Fields

Table 148 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 148: show class-of-service drop-profile Output Fields

Field Name

Field Description

Drop profile

Name of a drop profile.

Type

Type of this drop profile: discrete or 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

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

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]