AT-S62 Command Line User’s Guide
331
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. The specified classifiers replace any classifiers
already assigned to the flow group. Separate
multiple classifiers with commas (e.g., 4,7,8). The
classifiers must already exist. The NONE options
removes all classifiers currently assigned to the flow
group without assigning any new ones. To add
classifiers without replacing those already assigned,
see ADD QOS FLOWGROUP on page 308.
Description
This command modifies the specifications of an existing flow group. The
only parameter you cannot change is a flow group’s ID number. To
initially create a flow group, refer to CREATE QOS FLOWGROUP on page
311.
Note
For examples of command sequences used to create entire QoS
policies, refer to CREATE QOS POLICY on page 314.
When modifying a flow group, note the following:
You cannot change a flow group’s ID number.
Specifying an invalid value for a parameter that already has a
value causes the parameter to revert to its default value.
Examples
This command changes the user priority value to 6 in flow group 15:
set qos flowgroup=15 priority=6
This command assigns classifiers 23 and 41 to flow group 25. Any
classifiers already assigned to the flow group are replaced:
set qos flowgroup=25 classifierlist=23,41