Changing the Minimum Bandwidth Percentages of the WRR Queues
-
- Last UpdatedJul 08, 2024
- 2 minutes read
Changing the Minimum Bandwidth Percentages of the WRR Queues
If you are using the weighted round robin mechanism instead of the strict priority mechanism, you can change the weights for each queue by changing the minimum percentage of bandwidth you want each queue to guarantee for its traffic.
By default, the eight QoS queues on RUCKUS ICX devices receive the minimum guaranteed percentages of a port’s total bandwidth, as shown in the following table. Note that the defaults differ when jumbo frames are enabled.
Queue | Default Minimum Percentage of Bandwidth | |
---|---|---|
Without Jumbo Frames | With Jumbo Frames | |
qosp7 | 75% | 44% |
qosp6 | 7% | 8% |
qosp5 | 3% | 8% |
qosp4 | 3% | 8% |
qosp3 | 3% | 8% |
qosp2 | 3% | 8% |
qosp1 | 3% | 8% |
qosp0 | 3% | 8% |
When the queuing method is WRR, the software internally translates the percentages into weights. The weight associated with each queue controls how many packets are processed for the queue at a given stage of a cycle through the weighted round robin algorithm.
The bandwidth allocated to each queue is based on the relative weights of the queues. You can change the bandwidth percentages allocated to the queues by changing the queue weights.
Change the Minimum Bandwidth Percentages of the WRR Queues Example
device# configure terminal
device(config)# qos profile qosp7 25 qosp6 15 qosp5 12 qosp4 12 qosp3 10 qosp2
10 qosp1 10 qosp0 6
device(config)# exit
device# write memory