Network Queue QoS Policies
Quality of Service Guide 163
config>qos>sap-ingress>ip-criteria>entry
config>qos>sap-ingress>mac-criteria>entry
config>qos>scheduler-policy
config>qos>scheduler-policy>tier>scheduler
Description This command creates a text description stored in the configuration file for a configuration context.
The description command associates a text string with a configuration context to help identify the
context in the configuration file.
The no form of this command removes any description string from the context.
Default No description is associated with the configuration context.
Parameters description-string — A text string describing the entity. Allowed values are any string up to 80
characters long composed of printable, 7-bit ASCII characters. If the string contains special
characters (#, $, spaces, etc.), the entire string must be enclosed within double quotes.
Operational Commands
copy
Syntax copy network-queue src-name dst-name [overwrite]
Context config>qos
Description This command copies or overwrites existing network queue QoS policies to another network queue
policy ID.
The copy command is a configuration level maintenance tool used to create new policies using existing
policies. It also allows bulk modifications to an existing policy with the use of the overwrite keyword.
Parameters network-queue — Indicates that the source policy ID and the destination policy ID are network-
queue policy IDs. Specify the source policy ID that the copy command will attempt to copy
from and specify the destination policy ID to which the command will copy a duplicate of the
policy.
overwrite — specifies to replace the existing destination policy. Everything in the existing
destination policy will be overwritten with the contents of the source policy. If overwrite is
not specified, a message is generated saying that the destination policy ID exists.
SR7>config>qos# copy network-queue nq1 nq2
MINOR: CLI Destination "nq2" exists - use {overwrite}.
SR7>config>qos# copy network-queue nq1 nq2 overwrite