-19
Cisco ME 3800X and ME 3600X Switch Command Reference
OL-28238-01
Chapter
set qos-group
set qos-group
To set a quality of service (QoS) group identifier that can be used later to classify packets, use the set
qos-group command in policy-map class configuration mode. To remove the group identifier, use the no
form of this command.
set qos-group value
no set qos-group value
Syntax Description
Defaults No traffic marking is defined.
Command Modes Policy-map class configuration
Command History
Usage Guidelines You can configure set qos-group with all other marking actions, specifically set cos, set discard-class,
set dscp, set mpls, and set precedence, for the same class.
Use this command to associate a QoS group value with a traffic flow as it enters the switch, which can
then be used in an output policy map to identify the flow.
A maximum of 100 QoS groups (0 through 99) is supported on the switch.
To return to policy-map configuration mode, use the exit command. To return to privileged EXEC mode,
use the end command.
You can verify your settings by entering the show policy-map privileged EXEC command.
Examples This example shows how to set all FTP traffic to QoS group 5:
Switch(config)# policy-map policy_ftp
Switch(config-pmap)# class ftp_class
Switch(config-pmap-c)# set qos-group 5
Switch(config-pmap-c)# exit
value Sets the QoS group value to use to classify traffic. The range is from 0
to 99.
Release Modification
12.2(52)EY This command was introduced.