xStack® DGS-3420 Series Layer 2 Managed Stackable Gigabit Switch CLI Reference Guide
801
Success.
5-6 config scheduling_mechanism
Description
This command is used to configure the traffic scheduling mechanism for each CoS queue.
Format
config scheduling_mechanism {ports [<portlist> | all]} [strict | wrr]
Parameters
ports - (Optional) Specifies the range of ports to be configured.
<portlist> - Enter the list of ports here.
all - Specifies that all the ports will be used.
strict - Specifies that all the queues will operate in strict mode.
wrr - Specifies that each queue will operate based on their weight settings.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To configure the traffic scheduling mechanism for each CoS queue:
DGS-3420-28SC:admin# config scheduling_mechanism strict
Command: config scheduling_mechanism strict
Success.
To configure the traffic scheduling mechanism for the CoS queue on port 1:
DGS-3420-28SC:admin# config scheduling_mechanism ports 1 strict
Command: config scheduling_mechanism ports 1 strict
Success.