2-71
Cisco ME 3400 Ethernet Access Switch Command Reference
OL-9640-10
Chapter 2 Cisco ME 3400 Ethernet Access Switch Cisco IOS Commands
cpu traffic qos qos-group
cpu traffic qos qos-group
Use the cpu traffic qos qos-group command in global configuration mode to map all CPU-generated
traffic to a single class in the output policy-maps without changing the class of service (CoS), IP
differentiated services code point (DSCP), or IP-precedence packet markings. To return to the default
settings, use the no form of this command.
cpu traffic qos qos-group qos-group-value
no cpu traffic qos qos-group qos-group-value
Syntax Description
Command Default Control plane (CPU) traffic is not marked for QoS.
Command Modes Global configuration
Command History
Usage Guidelines This feature must be configured globally for a switch; it cannot be configured per-port or per-protocol.
Enter each cpu traffic qos marking action on a separate line.
The cpu traffic qos qos-group global configuration command can be used to configure QoS group
marking for CPU-generated traffic only for a specific QoS group. The table-map option is not available.
Examples The following example shows how to mark all the CPU-generated traffic with a QoS-group and
configure egress queuing based on that QoS-group.
CPU QoS:
switch(config)# cpu traffic qos qos-group 40
Class-maps:
switch(config)# class-map group40
switch(config-cmap)# match qos-group 40
switch(config-cmap)# end
Policy-maps:
switch(config)# policy-map output-policy
switch(config-pmap)# class group40
switch(config-pmap-c)# bandwidth percent 50
switch(config-pmap-c)# end
qos-group-value Specify the QoS group number. Valid values are from 0 to 99.
Release Modification
12.2(52)SE This command was introduced.