Overview
Page 452 7210 SAS D, E, K OS Quality of Service Guide
Creating a QoS Port Scheduler Policy
To create a port scheduler policy, define the following:
• A port scheduler policy name.
• Include a description. The description provides a brief overview of policy features.
Use the following CLI syntax to create a QoS port scheduler policy.
Note that the create keyword is included in the command syntax upon creation of a policy.
A port scheduler policy cannot be deleted unless it is removed from all ports where it is applied.
The “default” port-scheduler policy cannot be deleted.
CLI Syntax: config>qos
port-scheduler-policy port-scheduler-name [create]
description description-string
mode {strict | rr | wrr | wdrr}
queue queue-id [strict | weight weight]
The following displays a port scheduler policy configuration example:
*A:card-1>config>qos>port-sched-plcy# info
----------------------------------------------
mode WRR
queue 1 weight 1
queue 2 weight 3
queue 3 weight 5
queue 5 weight 5
queue 6 weight 1
----------------------------------------------
*A:card-1>config>qos>port-sched-plcy#