QoS Shapers and Shaper QoS Policies
446
Quality of Service Guide
3HE 11014 AAAC TQZZA Edition: 01
10.3 Service Management Tasks
This section describes the following service management tasks:
• Removing and Deleting QoS Policies
• Copying and Overwriting QoS Policies
• Editing QoS Policies
10.3.1 Removing and Deleting QoS Policies
A QoS policy cannot be deleted until its associations with all the ports are removed.
Since one shaper policy can be assigned to multiple ports, you must remove all the
associations to the ports before deleting the shaper policy.
Use the following CLI syntax to remove a shaper policy from a port and then delete
the shaper policy from the QoS configuration:
CLI Syntax: config>port>ethernet>access>egress# no shaper-policy
config>qos# no shaper-policy policy-name
Example: config>port>ethernet>access>egress# no shaper-policy
config>qos# no shaper-policy shaper_policy_2
10.3.2 Copying and Overwriting QoS Policies
You can copy an existing shaper policy to a new shaper policy or overwrite an
existing shaper policy. If the destination policy ID exists, the overwrite option must
be specified or an error occurs.
Use the following syntax to overwrite an existing shaper QoS policy.
CLI Syntax: config>qos> copy shaper-policy src-name dst-name
overwrite
Example: config>qos# copy shaper-policy ShaperPolicy1
ShaperPolicy2 overwrite
config>qos# exit