Users Guide

Table Of Contents
Supported Releases 10.2.0E or later
set dscp
Sets the drop precedence for incoming packets based on their DSCP value and color map prole.
Syntax
set dscp dscp-value
Parameters dscp-value — Enter a DSCP value (0 to 63).
Default Not congured
Command Mode POLICY-MAP-CLASS-MAP
Usage Information When class-map type is qos, the qos-group corresponds to data queues 0 to 7.
Example
OS10(conf-pmap-c-qos)# set dscp 10
Supported Releases 10.2.0E or later
set qos-group
Congures marking for the QoS-group queues.
Syntax
set qos-group queue-number
Parameters queue-number — Enter a queue number (0 to 7).
Default Not congured
Command Mode POLICY-MAP-CLASS-MAP
Usage Information The qos or control-plane ingress QoS policy type only supports this command. When class-map type is
control-plane, the qos-group corresponds to CPU queues 0 to 11, and when the class-map type is qos, the
qos-group corresponds to data queues 0 to 7.
Example
OS10(conf-pmap-c-qos)# set qos-group 7
Supported Releases 10.2.0E or later
shape
Shapes the outgoing trac rate.
Syntax
shape {min {kbps | mbps} min-value [burst-size]} {max {kbps | mbps} max-value
[max-burst-size]}
Parameters
min — Enter the minimum committed rate in unit (kbps, mbps).
kbps — Enter the committed rate unit in kilobits per second (0 to 40000000).
mbps — Enter the committed rate unit in megabits per second (0 to 40000).
burst-size — Enter the burst size in kilobytes per packet (0 to 10000 or 1 to 1073000).
max — Enter the maximum peak rate in kbps, mbps.
max-burst-size — Enter the burst size in kilobytes per packets (0 to 10000 or 1 to 1073000).
Quality of service 471