Purpose
Command or Action
Configures one or more qos-group values to match for
classification of traffic into this class map. The range of
qos-group-values is from 2 to 5. There is no default value.
The Cisco Nexus 5000 Series switch can only
support a maximum of five qos-groups within this
range.
Note
switch(config-pmap-c-qos)#
set
qos-group qos-group-value
Step 4
Exits qos configuration mode and enters policy-map mode.
switch(config-pmap-c-qos)#
exit
Step 5
Specifies a class map for a policy map.
switch(config-pmap-qos)#
class
class-name
Step 6
Configures one or more qos-group values to match for
classification of traffic into this class map. The range of
qos-group-values is from 2 to 5. There is no default value.
The Cisco Nexus 5000 Series switch can only
support a maximum of five qos-groups within this
range.
Note
switch(config-pmap-c-qos)#
set
qos-group qos-group-value
Step 7
Exits qos configuration mode and enters policy-map mode.
switch(config-pmap-c-qos)#
exit
Step 8
Adds a reference to the system default class that does not
match any traffic class.
switch(config-pmap-qos)#
class
class-default
Step 9
This example shows how to define a QOS policy map.
switch#
configure terminal
switch(config)#
policy-map type qos c1
switch(config-pmap-qos)#
class c1
switch(config-pmap-c-qos)#
set qos-group 2
switch(config-pmap-c-qos)#
exit
switch(config-pmap-qos)#
class class-fcoe
switch(config-pmap-c-qos)#
set qos-group 1
switch(config-pmap-c-qos)#
exit
switch(config-pmap-qos)#
class class-default
Configuring No-Drop Policy Maps
Procedure
Purpose
Command or Action
Enters global configuration mode.
switch#
configure terminal
Step 1
Creates a named object that represents a class of traffic. Class-map
names can contain alphabetic, hyphen, or underscore characters,
are case sensitive, and can be up to 40 characters.
switch(config)#
class-map type
{
network-qos
}
class-name
Step 2
Cisco Nexus 5500 Series NX-OS SAN Switching Configuration Guide, Release 7.x
OL-30895-01
209
Configuring iSCSI TLV
Configuring No-Drop Policy Maps