Chapter 20: Quality of Service (QoS) Commands
312
remarkpriority Replaces the user priority value in the packets with
the new value specified with the PRIORITY
parameter. This parameter is ignored if the PRIORITY
parameter is omitted or set to NONE. Options are:
yes, on, true Replaces the user priority value in the
packets with the new value specified
with the PRIORITY parameter.
no, off, false Does not replace the user priority
value in the packets with the new
value specified in with the PRIORITY
parameter. This is the default.
classifierlist Specifies the classifiers to be assigned to the flow
group. Separate multiple classifiers with commas
(e.g., 4,7,8). The classifiers must already exist.
Description
This command creates a new flow group.
Note
For examples of command sequences used to create entire QoS
policies, refer to CREATE QOS POLICY on page 314.
Examples
This command creates a flow group with an ID of 10 and the description
“VoIP flow”. The flow group is assigned a priority level of 7 and defined
by classifiers 15 and 17. In this example the packets of the flow group
leave the switch with the same priority level as when they entered. The
new priority level is relevant only as the packets traverse the switch. To
alter the packets so that they leave containing the new level, you would
include the REMARKPRIORITY parameter:
create qos flowgroup=10 description=”VoIP flow”
priority=7 classifierlist=15,17
This command creates a similar flow group as in the previous example.
The REMARKPRIORITY parameter is added so that the tagged packets of
the flow group leave the switch with the new priority level of 7:
create qos flowgroup=10 description=”VoIP flow”
priority=7 remarkpriority=yes
classifierlist=15,17