Creating a slope QoS policy

Configuring and applying slope policies is optional. If no slope policy is explicitly applied to a pool, a default slope policy is applied.

To create a new slope policy, define the following:

Use the following CLI syntax to configure a slope policy:
config>qos#
slope-policy name [create]
   description description-string   
   exceed-slope
     max-avg percent
     max-prob percent     
     start-avg percent     
     no shutdown
high-slope
     max-avg percent
     max-prob percent
     start-avg percent
     no shutdown
highplus-slope
     max-avg percent
     max-prob percent
     start-avg percent
     no shutdown
low-slope
     max-avg percent
     max-prob percent
     start-avg percent
     no shutdown
time-average-factor value

The following displays the slope policy configuration:

A:ALA-7>config>qos# info
#------------------------------------------
echo "QoS Slope/Queue Policies Configuration"
#------------------------------------------
...
        slope-policy "slopePolicy1" create
            description "Test"
            highplus-slope
                no shutdown
            exit
            high-slope
                no shutdown
            exit
            low-slope
                no shutdown
            exit
            exceed-slope
                no shutdown
            exit
        exit
...
#------------------------------------------
A:ALA-7>config>qos#