Cisco Nexus 5000 Series Switch CLI Software Configuration Guide (OL-16597-01, July 2009)
PurposeCommand or Action
(Optional)
Removes the strict priority queuing from the traffic in this
class.
switch(config-pmap-c-que)# no
priority
Step 7
This example shows how to define a type queuing policy map:
switch# configure terminal
switch(config)# policy-map type queuing policy-queue1
switch(config-pmap-que)# class type queuing class-queue1
switch(config-pmap-c-que)# bandwidth 20
Configuring Type QoS Policies
Type qos policies are used for classifying the traffic of a specific system class identified by a unique qos-group
value. A type qos policy can be attached to the system or to individual interfaces (including Fabric Extender
host interfaces) for input traffic only.
Procedure
PurposeCommand or Action
Enters configuration mode.switch# configure terminal
Step 1
Creates a named object that represents a set of policies that
are to be applied to a set of traffic classes. Policy-map names
switch(config)# policy-map type
qos policy-name
Step 2
can contain alphabetic, hyphen, or underscore characters,
are case sensitive, and can be up to 40 characters.
Associates a class map with the policy map, and enters
configuration mode for the specified system class.
switch(config-pmap-qos)# class
type qos class-name
Step 3
The associated class map must be the same type as
the policy map type.
Note
Configures one or more qos-group values to match on for
classification of traffic into this class map. The range of
qos-group-value is from 2 to 5. There is no default value.
switch(config-pmap-c-qos)# set
qos-group qos-group-value
Step 4
The Cisco Nexus 5000 Series switch can only
support a maximum of five qos-groups within this
range.
Note
(Optional)
Removes the qos-group values from this class.
switch(config-pmap-c-qos)# no set
qos-group qos-group-value
Step 5
This example shows how to define a type qos policy map:
switch# configure terminal
switch(config)# policy-map type qos policy-s1
switch(config-pmap-qos)# class type qos class-s1
switch(config-pmap-c-qos)# set qos-group 2
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
OL-16597-01 441
Configuring System Classes
Configuring Type QoS Policies