Configuring Queue Limits - Cisco Nexus 7000 Series Configuration Manual

Nx-os quality of service configuration guide
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring Queue Limits

Configuring Queue Limits
You can configure the queue limit on both ingress and egress queues. The device drops any packets that
exceed the queue limit. You use the system-defined queue classes for the type of module to which you want
to apply the policy map. See
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Step 7
Step 8
Cisco Nexus 7000 Series NX-OS Quality of Service Configuration Guide
108
Table 6: System-Defined Type queuing Class Maps, on page
Command or Action
switch# configure terminal
switch(config)# policy-map type queuing
[match-first] {policy-map-name |
que-dynamic}
switch(config-pmap-que)# class type queuing
class-queuing-name
switch(config-pmap-c-que)# queue-limit
{threshold [packets | bytes | kbytes | mbytes
| ms | us] | percent percent_of_queuelimit}
switch(config-pmap-c-que)# exit
switch(config-pmap-que)# exit
(Optional) switch(config)# show policy-map
type queuing [policy-map-name |
que-dynamic]
(Optional) switch(config)# copy
running-config startup-config
Configuring Queuing and Scheduling on M-Series I/O Modules
Purpose
Enters global configuration mode.
Configures the policy map of type queuing, and
then enters policy-map mode for the policy-map
name that 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.
You must select one of the system-defined
priority queues.
Assigns a queue limit based on the queue size
or percentage of the buffer memory used by the
queue. The device will drop packets that exceed
the specified threshold. You can configure the
threshold by the number of packets, number of
bytes, or the duration of time at the underlying
interface minimum guaranteed link rate. The
default threshold is in packets. The size is from
1 to 83886080. The duration is from 1 to
83886080. The percentage range is from 1 to
100.
Exits class-map queue mode and enters
policy-map queue mode.
Exits policy-map queue mode and enters global
configuration mode.
Displays information about all configured
policy maps or a selected policy map of type
queuing.
Saves the running configuration to the startup
configuration.
15.

Advertisement

Table of Contents
loading

Table of Contents