Configuring traffic scheduling – Brocade BigIron RX Series Configuration Guide User Manual

Page 579

Advertising
background image

BigIron RX Series Configuration Guide

501

53-1002484-04

Scheduling traffic for forwarding

18

Strict priority-based scheduling – This scheme guarantees that higher-priority traffic is always
serviced before lower priority traffic. The disadvantage of strict priority-based scheduling is
that lower-priority traffic can be starved of any access.

Enhanced strict scheduling – With enhanced strict scheduling enabled, a configurable
minimum bandwidth is allocated to lower-priority traffic so that it is not starved. The remaining
bandwidth is used in a strict scheduling manner.

WFQ destination-based scheduling – With WFQ destination-based scheduling enabled, some
weight-based bandwidth is allocated to all queues. With this scheme, the configured weight
distribution is guaranteed across all traffic leaving an egress port.

WFQ source-based scheduling – With WFQ source-based scheduling enabled, some
weight-based bandwidth is allocated to all queues. With this scheme, the configured weight
distribution from an input port is guaranteed allocation in relationship to the configured weight
distribution. However, because multiple input ports can aggregate traffic to a single output
port, the traffic egressing a single port may not equal the configured values.

Maximum rate-based scheduling – With maximum rate-based scheduling enabled, a
configured maximum bandwidth is allocated to each priority level. Bandwidth remaining after
the aggregate maximum is allocated is not used.

Minimum rate-based scheduling – With minimum rate-based scheduling enabled, a configured
minimum bandwidth is allocated to each priority level. Bandwidth remaining after the
aggregate minimum is allocated is redistributed equally among the four priority queues.

Configuring traffic scheduling

Traffic scheduling is configured on a per-port basis. The following sections describe how to
configure each of the traffic scheduling schemes:

“Configuring strict priority-based traffic scheduling”

“Configuring enhanced strict priority-based traffic scheduling”

“Calculating the values for WFQ source and destination-based traffic scheduling”

“Configuring WFQ destination-based traffic scheduling”

“Configuring WFQ source-based traffic scheduling”

“Configuring maximum rate-based traffic scheduling”

“Configuring minimum rate-based traffic scheduling”

NOTE

Brocade only support "strict" and "destination-weighted" scheduling schemes. (qos scheduler ..) on
the 16 x 10G modules.

Configuring strict priority-based traffic scheduling

To configure strict priority-based scheduling use a command such as the following.

BigIron RX(config)# interface ethernet 1/1

BigIron RX(config-if-e1000-1/1)# qos scheduler strict

Syntax: qos scheduler strict

Advertising