AT-S62 Command Line User’s Guide
323
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.
flowgrouplist Specifies the flow groups to be assigned to the
traffic class. The specified flow groups must
already exist. Separate multiple IDs with commas
(e.g., 4,11,13).
Description
This command creates a new traffic class.
Note
For examples of command sequences used to create entire QoS
policies, refer to CREATE QOS POLICY on page 314.
Examples
The following command creates a traffic class with an ID number of 25
and the description “Database flow”. The only parameter in the traffic
class is the identification of the flow group, which is 11:
create qos trafficclass=25 description=”Database
flow” flowgrouplist=11
This command creates a traffic class with the ID number of 41 and
description “Video flow”. The traffic class is assigned the flow group 3
and is given a maximum bandwidth of 5 Mbps:
create qos trafficclass=41 description=”Video
flow” maxbandwidth=5 flowgrouplist=3
This command creates a traffic class with the ID number of 51 and
description “DB Eng”. It assigns flow group 5 a maximum bandwidth of
50 Mbps. The DSCP value in all flow traffic that exceeds the maximum
bandwidth is changed to 35:
create qos trafficclass=51 description=”DB Eng”
exceedaction=remark exceedremarkvalue=35
maxbandwidth=50 flowgrouplist=5