Default Slope Policy Values

The default slope policies are identified as default. The default policies cannot be edited or deleted. Table: Slope Policy Defaults displays the default slope policy parameters.

Table: Slope Policy Defaults

Field

Default

description

‟Default slope policy”

high-slope

    shutdown

shutdown

    start-avg

70

    max-avg

90

    max-prob

80

low-slope

    shutdown

shutdown

    start-avg

50

    max-avg

75

    max-prob

80

The following output displays the default configuration:

A*A:ALU-1>config>qos# info detail
#--------------------------------------------------
echo "QoS Policy Configuration"
#--------------------------------------------------
 ...    
        slope-policy "default" create
            description "Default slope policy."
            high-slope
                shutdown
                start-avg 70
                max-avg 90
                max-prob 80
            exit
            low-slope
                shutdown
                start-avg 50
                max-avg 75
                max-prob 80
            exit
 ...