Reference Guide

Table Of Contents
QoS commands
bandwidth
Assigns a percentage of weight to the queue.
Syntax
bandwidth percent value
Parameters percent value Enter the percentage assignment of bandwidth to the queue (1 to 100).
Default Not configured
Command Mode POLICY-MAP QUEUE
Usage
Information
If you configure this command, you cannot use the priority command for the class.
Example
OS10(conf-pmap-que)# bandwidth percent 70
Supported
Releases
10.2.0E or later
class
Creates a QoS class for a type of policy-map.
Syntax
class classname
Parameters class-name Enter a name for the class-map (up to 32 characters).
Default Not configured
Command Mode
POLICY-MAP-QUEUEING
POLICY-MAP-QOS
POLICY-MAP-NQOS
POLICY-MAP-CP
POLICY-MAP-APPLICATION
Usage
Information
If you define a class-map under a policy-map, the type (qos, queuing, or control-plane) is the
same as the policy-map. You must create this map in advance. The only exception to this rule is when the
policy-map type is trust, where the class type must be qos.
Example
OS10(conf-pmap-qos)# class c1
Supported
Releases
10.2.0E or later
class-map
Creates a QoS class-map which filters traffic to match packets to the corresponding policy created for your network.
Syntax
class-map [type {qos | queuing | control-plane}] [{match-any | match-all}]
class-map-name
Parameters
type Enter a class-map type.
qos Enter a qos type class-map.
queuing Enter a queueing type class-map.
control-plane Enter a control-plane type class-map.
Quality of service 647