Cisco Nexus 9000 Series Configuration Manual page 158

Nexus 9000 series data center switches
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Enabling Priority Flow Control on a Traffic Class
Command or Action
Step 5
policy-map type qos policy-name
Example:
switch(config)# policy-map type qos p1
switch(config-pmap-qos)#
Step 6
class type qos class-name
Example:
switch(config-pmap-qos)# class type qos
c1
switch(config-pmap-c-qos)#
Step 7
set qos-group qos-group-value
Example:
switch(config-pmap-c-qos)# set qos-group
2
Step 8
exit
Example:
switch(config-pmap-c-qos)# exit
switch(config-pmap-qos)#
Step 9
exit
Example:
switch(config-pmap-qos)# exit
switch(config)#
Step 10
class-map type network-qos match-any
class-name
Example:
switch(config)# class-map type
network-qos match-any c1
switch(config-cmap-nqos)#
Step 11
match qos-group qos-group-value
Example:
switch(config-cmap-nqos)# match
qos-group 2
Step 12
exit
Example:
switch(config-cmap-nqos)# exit
switch(config)#
Step 13
policy-map type network-qos policy-name
Example:
switch(config)# policy-map type
network-qos p1
switch(config-pmap-nqos)#
Cisco Nexus 9000 Series NX-OS Quality of Service Configuration Guide, Release 7.x
144
Purpose
Creates a named object that represents a set of policies that are to be
applied to a set of traffic classes. Policy-map names 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 the configuration
mode for the specified system class.
The associated class map must be the same type as the policy
Note
map type.
Configures one or more qos-group values to match on for classification
of traffic into this class map. There is no default value.
Exits the system class configuration mode and enters policy-map mode.
Exits policy-map mode and enters global configuration mode.
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.
Configures the traffic class by matching packets based on a list of QoS
group values. Values can range from 0 to 5. QoS group 0 is equivalent
to class-default.
Exits class-map mode and enters global configuration mode.
Creates a named object that represents a set of policies that are to be
applied to a set of traffic classes. Policy-map names can contain
alphabetic, hyphen, or underscore characters, are case sensitive, and
can be up to 40 characters.
Configuring Priority Flow Control

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents