show qos threshold-profile

Syntax

show qos threshold-profile [[vsx-peer]

描述

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

Command context

操作符(>)或经理(#)

Parameters

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

[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.

权威

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

Usage

Status field values are:
  • applied : The threshold profile is applied to all configured ports.

  • partially applied: The threshold profile is applied to some configured ports but failed on other configured ports.

  • not applied : The threshold profile could not be applied to any configured ports.

  • blank field: The threshold profile is not applied in the configuration (globally or as a port override).

  • Error: Insufficient TCAM Resources: The switch hardware failed to activate a threshold profile.

Examples

Showing the status of threshold profilemythreshold:

switch#show qos threshold-profile mythresholdqueue_num action Threshold --------- ------- --------- 5 ecn 40 7 ecn 50 Ports Status --------- -------------------- 1/1/1 applied 1/1/8 applied

Showing the status of threshold profileCustomThreshthat failed to be activated by the switch hardware:

switch(config-if)#apply qos threhold-profile CustomThreshswitch(config-if)#show qos threshold-profile CustomThreshqueue_num action Threshold --------- ------- --------- 5 ecn 40 7 ecn 50 Ports Status --------- -------------------- 1/2/2Error: Insufficient TCAM Resources