Specifications

2-342
Cisco ME 3400 Ethernet Access Switch Command Reference
OL-9640-07
Chapter 2 Cisco ME 3400 Ethernet Access Switch Cisco IOS Commands
set qos-group
set qos-group
Use the set qos-group policy-map class configuration command to set a a quality of service (QoS) group
identifier that can be used later to classify packets. Use the no form of this command to remove the group
identifier.
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 dscp, and set
precedence, for the same class. Support was also added for the ability to configure more than one
marking action with enhanced packet marking by using table maps 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.
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
You can verify your settings by entering the show policy-map privileged EXEC command.
value Set the QoS group value to use to classify traffic. The range is from 0
to 99.
Release Modification
12.2(25)EX This command was introduced.
12.2(25)SEG The number of supported QoS groups was increased to 100. Support was
added to set multiple marking actions and to use table maps for enhanced
packet marking. See “Usage Guidelines.