Allied Telesis AT-S63 User Manual

Page 397

Advertising
background image

AT-S63 Management Software Command Line User’s Guide

Section II: Advanced Operations

397

set tos-priority enable|disable

set priority-tos enable|disable

Mode

To create a traffic class:

Configure mode

To map a flow group to a traffic class:

Policy Map mode

To configure the traffic class parameters:

Class mode

Description

These commands have the following restrictions:

The flow group must already exist.

You cannot use the AlliedWare Plus commands to modify existing
traffic classes. Instead, use “SET QOS TRAFFICCLASS” on page 414
or another management interface.

Example

This example creates a new traffic class with the ID number 11. The ID
number of the flow group for the traffic class is 274. The traffic class is
assigned a maximum bandwidth of 750 Mbps:

awplus> enable
awplus# configure terminal
awplus(config)#

policy-map 11

awplus(config-pmap)#

class 274

awplus(config-pmap-c)#

set bandwidth

750

This example creates a traffic class for a flow group that has the ID
number 302. The traffic class is assigned the ID number 12. The traffic
class sets the priority of the packets of the traffic flow to 7 and enables the
remark option so that the packets retain the new value when they exit the
switch:

awplus> enable
awplus# configure terminal
awplus(config)#

policy-map 12

awplus(config-pmap)#

class 302

awplus(config-pmap-c)#

set priority

7

awplus(config-pmap-c)#

set remark-priority enable

Advertising