Creating a queue management policy

To create a new queue management policy, define the following:

Use the following CLI syntax to configure a queue management policy.

config>qos
    queue-mgmt name
        description description-string
        cbs kbytes
        mbs kbytes
        high-slope
            start-avg percent
            max-avg percent
            max-prob percent
            no shutdown
        low-slope
            start-avg percent
            max-avg percent
            max-prob percent
            no shutdown
        time-average-factor taf
Example

The following is a sample queue management policy configuration output:

A:7210>config>qos>queue-mgmt# info 
     
      ----------------------------------------------
                high-slope
                    shutdown
                    start-avg 40
                    max-avg 50
                exit
                low-slope
                    shutdown
                    start-avg 40
                    max-avg 80
                exit
            cbs 5000
            mbs 800000
       time-average-factor 7
       ----------------------------------------------