Service Management Tasks
558 Quality of Service Guide
sap sap-id
egress
no scheduler policy
ingress
no scheduler policy
Example: config>service# vprn 1
config>service>vprn# interface "to-ce1"
config>service>vprn>if# sap 1/1/10:1
config>service>vprn>if>sap# ingress
config>service>vprn>if>sap>ingress# no scheduler-policy
config>service>vprn>if>sap>ingress# exit
config>service>vprn>if>sap# egress
config>service>vprn>if>sap>egress# no scheduler-policy
config>service>vprn>if>sap>egress# exit
config>service>vprn>if>sap#
Removing a Policy from the QoS Configuration
To delete a scheduler policy, enter the following commands:
CLI Syntax: config>qos# no scheduler-policy network-policy-id
Example: config>qos# no scheduler-policy SLA1
To delete a port scheduler policy, enter the following commands:
CLI Syntax: config>qos# no port-scheduler-policy network-policy-id
Example: config>qos# no port-scheduler-policy test1
Copying and Overwriting Scheduler Policies
You can copy an existing QoS policy, rename it with a new QoS policy value, or overwrite
an existing policy. The overwrite option must be specified or an error occurs if the destination
policy exists.
CLI Syntax: config>qos> copy scheduler-policy src-name dst-name
[overwrite]
Example: config>qos# copy scheduler-policy SLA1 SLA2