Purpose
Command or Action
The list of CoS values can potentially include the
CoS value that is used for FCoE traffic in
class-fcoe. You must determine if this is desired
behavior for your topology.
Caution
(Optional)
Removes the no-drop option from this class.
switch(config-pmap-c-nq)#
no
pause no-drop
Step 10
Specifies the tail drop threshold on this interface. The threshold
range is from 20480 to 204800 bytes.
switch(config-pmap-c-nq)#
queue-limit number-bytes bytes
Step 11
The queue limit can only be configured on drop
classes. If you try to configure a queue limit on a
no-drop class, or try to configure no-drop on a class
where a queue limit is already defined, the CLI will
return an error.
Note
Use the pause no-drop buffer size option to change the buffer
size and pause threshold for the no-drop class.
(Optional)
Disables the queue limit specification in this class.
switch(config-pmap-c-nq)#
no
queue-limit number-bytes bytes
Step 12
Specifies a 802.1Q CoS value which is used to mark packets
on this interface. The value range is from 0 to 7.
switch(config-pmap-c-nq)#
set
cos cos-value
Step 13
(Optional)
Disables the marking operation in this class.
switch(config-pmap-c-nq)#
no
set cos cos-value
Step 14
This example shows how to define a type network-qos policy map:
switch#
configure terminal
switch(config)#
policy-map type network-qos policy-que1
switch(config-pmap-nq)#
class type network-qos class-que1
switch(config-pmap-c-nq)#
mtu 5000
switch(config-pmap-c-nq)#
set cos 4
Configuring Type Queuing Policies
Type queuing policies are used for scheduling and buffering the traffic of a specific system class. A type
queuing policy is identified by its QoS group and can be attached to the system or to individual interfaces
(except for Fabric Extender host interfaces) for input or output traffic.
Procedure
Purpose
Command or Action
Enters global 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
switch(config)#
policy-map type
queuing policy-name
Step 2
Cisco Nexus 5000 NX-OS Quality of Service Configuration Guide, Release 5.1(3)N2(1)
OL-26657-01
23
Configuring Policy Maps
Configuring Type Queuing Policies