Quality of Service Guide QoS Shapers and Shaper QoS Policies
Edition: 01 3HE 11014 AAAC TQZZA 447
 
The following output displays the copied policies:
*A:ALU-2>config>qos# info detail
#--------------------------------------------------
echo "QoS Policy Configuration"
#--------------------------------------------------
...
shaper-policy "default" create
description "Default shaper policy"
shaper-group “default” create
rate max cir 0
exit
exit
shaper-policy "ShaperPolicy2" create
description "Test2"
shaper-group “default” create
rate 2000 cir 250
exit
exit
shaper-policy "ShaperPolicy1" create
description "Test1"
shaper-group “default” create
rate 1000 cir 150
exit
exit
shaper-policy "ShaperPolicy2" create
description "Test1"
shaper-group “default” create
rate 1000 cir 150
exit
exit
...
#--------------------------------------------------
10.3.3 Editing QoS Policies
You can change existing policies and entries in the CLI. The changes are applied 
immediately to all queues where this policy is applied. To prevent configuration 
errors, copy the policy to a work area, make the edits, and then write over the original 
policy.