Configuring and applying advanced policies is optional. If no advanced policy is explicitly applied to a SAP or IP interface, then no default advanced policy is applied.
To create a new advanced policy, define the following:
a slope policy ID value. The system does not dynamically assign a value.
a description. The description provides a brief overview of policy features.
the child control parameters, which are intended to allow more precise control of the method that hierarchical virtual scheduling employs to emulate the effect of a scheduling context upon a member child queue or policer
The following displays an example of an advanced policy configuration:
ALA-7>config>qos# info
#------------------------------------------
echo "QoS Policies Configuration"
#------------------------------------------
...
        adv-config-policy "childPolicy1" create
            description "Test"
            child-control
                offered-measurement
                    add percent 30
                    granularity percent 30
                exit
                bandwidth-distribution
                    above-offered-cap percent 5
                    granularity percent 5
                exit
            exit
        exit
...
#------------------------------------------
ALA-7>config>qos#