For feedback and comments: |
documentation.feedback@alcatel-lucent.com |
![]() |
![]() |
![]() |
![]() |
• Each MDA has three associated pool objects:
• Each slope policy must have a unique policy ID.Configuring and applying slope policies is optional. If no slope policy is explicitly applied to a SAP or IP interface, a default slope policy is applied.CLI Syntax: config>qos#slope-policy namedescription description-stringmax-avg percentmax-prob percentmax-avg percentmax-prob percentALA-7>config>qos# info#------------------------------------------echo "QoS Slope/Queue Policies Configuration"#------------------------------------------...slope-policy "slopePolicy1" createdescription "Test"high-slopeno shutdownexitlow-slopeno shutdownexitexit...#------------------------------------------ALA-7>config>qos#
•
• CLI Syntax: config>card>mda>access>ingress>pool>slope-policy name
config>card>mda>network>egress>pool>slope-policy nameMDA PortsCLI Syntax: config>port>access>egress>pool>slope-policy name
config>port>network>egress>pool>slope-policy name
Table 45: Slope Policy Defaults ALA-7>config>qos>slope-policy# info detail----------------------------------------------description "Default slope policy."high-slopeshutdownstart-avg 70max-avg 90max-prob 80exitlow-slopeshutdownstart-avg 50max-avg 75max-prob 80exittime-average-factor 7----------------------------------------------ALA-7>config>qos>slope-policy#A slope policy is associated by default with MDAs and port access and network egress pools. A default policy may be replaced with a non-default policy, but a policy cannot be entirely removed from the configuration. When a non-default policy is removed, the policy association reverts to the default slope policy policy-id default. A QoS policy cannot be deleted until it is removed from all MDAs or ports where it is applied.ALA-7>config>qos# no slope-policy slopePolicy1MINOR: QOS #1902 Slope policy has referencesALA-7>config>qos#CLI Syntax: config>card>mda>access>ingress>pool# no slope-policy name
config>card>mda>network>egress>pool# no slope-policy nameMDA PortsCLI Syntax: config>port>access>egress>pool# no slope-policy name
config>port>network>egress>pool# no slope-policy nameExample: config>qos# no slope-policy slopePolicy1You can copy an existing slope policy, rename it with a new policy ID value, or overwrite an existing policy ID. The overwrite option must be specified or an error occurs if the destination policy ID exists.ALA-7>config>qos# info---------------------------------------------...slope-policy "default" createdescription "Default slope policy."high-slopeshutdownstart-avg 70max-avg 90max-prob 80exitlow-slopeshutdownstart-avg 50max-avg 75max-prob 80exittime-average-factor 7exitslope-policy "slopePolicy1" create
description "Default slope policy."high-slopeshutdownstart-avg 70max-avg 90max-prob 80exitlow-slopeshutdownstart-avg 50max-avg 75max-prob 80exittime-average-factor 7exitslope-policy "slopePolicy2" create
description "Default slope policy."high-slopeshutdownstart-avg 70max-avg 90max-prob 80exitlow-slopeshutdownstart-avg 50max-avg 75max-prob 80exittime-average-factor 7exit#------------------------------------------ALA-7>config>qos#