
CONFIGURING THE SWITCH
Setting the Service Weight for Traffic Classes
This switch uses the Weighted Round Robin (WRR) algorithm to determine the frequency at which it services each priority queue. As described in “Mapping CoS Values to Egress Queues” on page
Command Attributes
•WRR Setting Table – Displays a list of weights for each traffic class (i.e., queue).
•Weight Value – Set a new weight for the selected traffic class.
Web – Open Priority/Queue Scheduling. Select a traffic class by clicking on it with your cursor, enter a weight value, and then click “Apply.”
CLI – The following example shows how to assign WRR weights of 1, 4, 16 and 64 to the CoS priority queues 0, 1, 2 and 3.
Console(config)#queue bandwidth 1 4 16 64 | ||
Console(config)#exit |
| |
Console#show queue bandwidth |
| |
Queue ID Weight |
| |
| ||
0 | 1 |
|
1 | 4 |
|
2 | 16 |
|
3 | 64 |
|
Console# |
|
|
|
|
|