Cisco Nexus 9000 Series Configuration Manual page 137

Nx-os quality of service configuration, release 7.x
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Configuring Queuing and Scheduling
3.
4.
5.
6.
7.
8.
9.
10.
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
class type queuing class-name
priority [level value]
class type queuingclass-name
bandwidth remaining percent percent
(Optional) Repeat Steps 5 to 6 to assign the remaining bandwidth for the other nonpriority queues.
exit
show policy-map [type queuing [policy-map-name | default-out-policy]]
copy running-config startup-config
Cisco Nexus 9000 Series NX-OS Quality of Service Configuration Guide, Release 7.x
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.
Configuring Priority
123

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents