Quality of Service Guide Network QoS Policies
Edition: 01 3HE 11014 AAAC TQZZA 171
 
4.3 Service Management Tasks
This section describes the following service management tasks:
• Deleting QoS Policies
• Copying and Overwriting Network Policies
• Editing QoS Policies
4.3.1 Deleting QoS Policies
A network policy is associated by default with router interfaces. You can replace the 
default policy with a non-default policy, but you cannot entirely remove the policy 
from the configuration. When you remove a non-default policy, the policy association 
reverts to the default network policy-id 1.
Use the following syntax to delete a network policy.
CLI Syntax: config>qos# no network network-policy-id
Example: config>qos# no network 700
4.3.2 Copying and Overwriting Network Policies
You can copy an existing network policy to 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. 
Use the following syntax to overwrite an existing policy ID.
CLI Syntax: config>qos# copy network source-policy-id dest-policy-id 
[overwrite]
Example: config>qos# copy network 1 600
config>qos# copy slope-policy 600 700 
MINOR: CLI Destination "700" exists use {overwrite}.
config>qos# copy slope-policy 600 700 overwrite
config>qos#