Quality of Service
Left running head:
Chapter name (automatic)
1008
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
Alcatel-Lucent
B
ANDWIDTH
You cannot mix the absolute bandwidth command with percentage bandwidth
command across policy hierarchy.
S
HAPE
This command is available for the leaf class. User cannot shape the
class_full_class (non leaf class). Leaf class can have both bandwidth and shape
commands.
P
RIORITY
Priority is applicable only on the leaf class. If priority is already applied on a class
then you cannot configure a child policy on the same.
R
ANDOM DETECT
RED/WRED is applicable only on the leaf class. If there is RED/WRED configured
on a class, then child policy can be added on the class. But if there is child
attached to a class, then RED/WRED cannot be configured on the class.
Example 1
Consider a policy p1 with class c1 and random detect enabled. And, policy p2
(without random detect) included in p1:
ALU(config)# policy-map p1
ALU(config-qos-p1)# class c1
ALU(config-qos-p1-c1)# random detect
ALU(config)# policy-map p2
ALU(config-qos-p2)# class c2
ALU(config-qos-p2-c2)#
ALU(config-qos-p1-c1)# service-policy p2
In the above example, class c2 is child of the class c1. c1 is random-detect
enable, it implies that c2 is also random-detect enable.