show qos schedule-profile

Syntax

show qos schedule-profile [<NAME> | factory-default] [vsx-peer]

Description

Shows the status of all schedule profiles, or a specific schedule profile.

Command context

Operator (>) or Manager (#)

Parameters

<NAME>

Specifies the name of a queue or schedule profile. Range: 1 to 64 alphanumeric characters, including period (.), underscore (_), and hyphen (-).

factory-default

Specifies the default schedule profile.

[vsx-peer]

Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed. This parameter is available on switches that support VSX.

Authority

Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.

Example

Showing the status of schedule profile myschedule:

switch# show qos schedule-profile myschedule
queue_num algorithm weight
--------- --------- ------
0         dwrr      1
1         dwrr      2
2         dwrr      4
3         dwrr      8
4         dwrr      16
5         dwrr      24
6         dwrr      32
7         dwrr      64

Showing the status of the default schedule profile:

switch# show qos schedule-profile factory-default
queue_num algorithm weight
--------- --------- ------
0         dwrr      1
1         dwrr      1
2         dwrr      1
3         dwrr      1
4         dwrr      1
5         dwrr      1
6         dwrr      1
7         dwrr      1