Configuring SP+WRR queuing

Configuration procedure

To configure SP+WRR queuing:

Step

Command

Remarks

1. Enter system view.

system-view

N/A

2. Enter interface view.

interface interface-type interface-number

N/A

3. Enable byte-count or packet-count WRR queuing.

qos wrr { byte-count | weight }

By default, an interface uses byte-count WRR queuing.

4. Assign a queue to the SP group.

qos wrr queue-id group sp

By default, all queues on a WRR-enabled interface are in WRR group 1.

5. Assign a queue to the WRR group, and configure a scheduling weight for the queue.

qos wrr queue-id group 1 { byte-count | weight } schedule-value

By default, all queues on an interface are in WRR group 1, and the scheduling values of queues 0 through 7 are 1, 2, 3, 4, 5, 9, 13, and 15, respectively.

Select byte-count or weight according to the WRR type (byte-count or packet-count) you have enabled.

Configuration example

  1. Network requirements

    • Configure SP+WRR queuing on , and use packet-count WRR.

    • Assign queues 4 through 7 on to the SP group.

    • Assign queues 0 through 3 on to WRR group 1, with their weights as 1, 2, 1, and 3, respectively.

  2. Configuration procedure

    # Enter system view.

    <Sysname> system-view
    

    # Configure SP+WRR queuing on .

    [Sysname] interface 
    [Sysname-] qos wrr weight
    [Sysname-] qos wrr 4 group sp
    [Sysname-] qos wrr 5 group sp
    [Sysname-] qos wrr 6 group sp
    [Sysname-] qos wrr 7 group sp
    [Sysname-] qos wrr 0 group 1 weight 1
    [Sysname-] qos wrr 1 group 1 weight 2
    [Sysname-] qos wrr 2 group 1 weight 1
    [Sysname-] qos wrr 3 group 1 weight 3