Cisco Nexus 9000 Series Configuration Manual page 128

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

Advertisement

Configuring Priority
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
policy-map type queuing {[match-first]
policy-map-name}
Example:
switch(config)# policy-map type queuing
priority_queue1
switch(config-pmap-que)#
Step 3
class type queuing class-name
Example:
switch(config-pmap-que)# class type queuing
c-out-q1
switch(config-pmap-c-que)#
Step 4
priority [level value]
Example:
switch(config-pmap-c-que)# priority
Step 5
class type queuingclass-name
Example:
switch(config-pmap-que)# class type queuing
c-out-q2
switch(config-pmap-c-que)#
Step 6
bandwidth remaining percent percent
Example:
switch(config-pmap-c-que)# bandwidth remaining
percent 25
Step 7
(Optional) Repeat Steps 5 to 6 to assign the remaining
bandwidth for the other nonpriority queues.
Step 8
exit
Example:
switch(config-cmap-que)# exit
switch(config)#
Cisco Nexus 9000 Series NX-OS Quality of Service Configuration Guide, Release 7.x
114
Purpose
Enters global configuration mode.
Configures the policy map of type queuing and then enters
policy-map mode for the policy-map name you specify.
Policy-map names can contain alphabetic, hyphen, or underscore
characters, are case sensitive, and can be up to 40 characters.
Configures the class map of type queuing and then enters
policy-map class queuing mode. Class queuing names are listed
in the previous System-Defined Type queuing Class Maps table.
Selects this queue as a priority queue. Only one priority level
is supported.
(Optional) Configures the class map of type queuing and then
enters policy-map class queuing mode. Class queuing names
are listed in the previous System-Defined Type queuing Class
Maps table.
Choose a nonpriority queue where you want to configure the
remaining bandwidth. By default, the system evenly distributes
the remaining bandwidth among the nonpriority queues.
(Optional) Assigns the percent of the bandwidth that remains
to this queue. The range is from 0 to 100.
Exits policy-map queue mode and enters global configuration
mode.
Configuring Queuing and Scheduling

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents