Configuration example, Configuring sp+wrr queuing, Configuration procedure – H3C Technologies H3C S6300 Series Switches User Manual

Page 58

Advertising
background image

48

4.

Assign a queue to a WFQ group,

and configure scheduling
parameters for the queue.

qos wfq queue-id group { 1 |
2 } { byte-count | weight }

schedule-value

Select weight or byte-count
according to the WFQ type

(byte-count or packet-based) you

have enabled.
By default, all queues are in WFQ
group 1 and have a weight of 1.

5.

(Optional.) Configure the
minimum guaranteed bandwidth

for a WFQ queue.

qos bandwidth queue

queue-id min
bandwidth-value

The default setting is 64 kbps for
each queue.

Configuration example

1.

Network requirements

{

Configure byte-count WFQ queuing on interface Ten-GigabitEthernet 1/0/1.

{

Assign queues 1, 3, 4, 5, and 6 to WFQ group 1, with their weights being 2, 5, 10, 10, and
10, respectively, and assign queues 0, 2, and 7 to WFQ group 2, with their weights being 1,

2, and 4, respectively.

{

Configure the minimum guaranteed bandwidth as 100 Mbps for each queue.

2.

Configuration procedure
# Enter system view.

<Sysname> system-view

# Configure byte-count WFQ queuing on interface Ten-GigabitEthernet 1/0/1.

[Sysname] interface ten-gigabitethernet 1/0/1

[Sysname-Ten-GigabitEthernet1/0/1] qos wfq byte-count

[Sysname-Ten-GigabitEthernet1/0/1] qos wfq 1 group 1 byte-count 2

[Sysname-Ten-GigabitEthernet1/0/1] qos wfq 3 group 1 byte-count 5

[Sysname-Ten-GigabitEthernet1/0/1] qos wfq 4 group 1 byte-count 10

[Sysname-Ten-GigabitEthernet1/0/1] qos wfq 5 group 1 byte-count 10

[Sysname-Ten-GigabitEthernet1/0/1] qos wfq 6 group 1 byte-count 10

[Sysname-Ten-GigabitEthernet1/0/1] qos wfq 0 group 2 byte-count 1

[Sysname-Ten-GigabitEthernet1/0/1] qos wfq 2 group 2 byte-count 2

[Sysname-Ten-GigabitEthernet1/0/1] qos wfq 7 group 2 byte-count 4

[Sysname-Ten-GigabitEthernet1/0/1] qos bandwidth queue 0 min 100000

[Sysname-Ten-GigabitEthernet1/0/1] qos bandwidth queue 1 min 100000

[Sysname-Ten-GigabitEthernet1/0/1] qos bandwidth queue 2 min 100000

[Sysname-Ten-GigabitEthernet1/0/1] qos bandwidth queue 3 min 100000

[Sysname-Ten-GigabitEthernet1/0/1] qos bandwidth queue 4 min 100000

[Sysname-Ten-GigabitEthernet1/0/1] qos bandwidth queue 5 min 100000

[Sysname-Ten-GigabitEthernet1/0/1] qos bandwidth queue 6 min 100000

[Sysname-Ten-GigabitEthernet1/0/1] qos bandwidth queue 7 min 100000

Configuring SP+WRR queuing

Configuration procedure

To configure SP+WRR queuing:

Advertising