Description, Examples – Allied Telesis AT-S63 User Manual
Page 256
Chapter 18: Quality of Service (QoS) Commands
256
Section I: Basic Features
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 247.
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