Creating a QoS port scheduler policy

To create a port scheduler policy, define the following:

Use the following syntax to create a QoS port scheduler policy.

Note that the create keyword is included in the command syntax upon creation of a policy.

config>qos
    port-scheduler-policy port-scheduler-name [create]
        description description-string
        mode {strict | rr | wrr | wdrr}
        queue queue-id [strict | weight weight]
Example

The following is a sample port scheduler policy configuration output.

*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#