Allied Telesis AT-S63 User Manual

Page 307

Advertising
background image

AT-S63 Management Software Command Line Interface User’s Guide

Section II: Advanced Operations

307

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

Advertising