qos threshold-profile

Syntax

qos threshold-profile <NAME>

no qos threshold-profile <NAME>

Description

Creates a QoS threshold profile and switches to the config-threshold context for the profile. If the specified threshold profile exists, this command switches to the config-threshold context for the existing profile. The threshold profile determines the action to take when a threshold is exceeded for each queue.

A threshold profile is composed of up to 8 queues, numbered from 0 to 7. Each queue defines the action to take when buffer utilization exceeds a specific threshold. Configure queues with the command queue,

The no form of this command removes the specified QoS threshold profile. Only profiles that are not currently applied to an interface can be removed.

Command context

config

Parameters

<NAME>

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

Authority

Administrators or local user group members with execution rights for this command.

Examples

Creating the threshold profile mythreshold:

switch(config)# qos threshold-profile mythreshold
switch(config-threshold)# 

Deleting the threshold profile myschedule:

switch(config)# no qos threshold-profile mythreshold