Modifying the default shared-queue policy

The only configurable entities in the default shared queue policy are the queue attributes and the description string. The changes are applied immediately to all services where this policy is applied. Use the following CLI syntax to modify a shared-queue policy:

config>qos#
shared-queue name
  description description-string
  queue queue-id [queue-type] [multipoint]
    cbs percent
    drop-tail low percent-reduction-from-mbs percent
    mbs percent
    rate percent [cir percent]

The following displays a shared-queue policy configuration example:

A:ALA-48>config>qos>shared-queue# info
----------------------------------------------
            description "test1"
            queue 1 create
                cbs 2
                drop-tail
                    low
                        percent-reduction-from-mbs 20
                    exit
                exit
            exit
----------------------------------------------
A:ALA-48>config>qos>shared-queue#