Cisco Nexus 7000 Series Command Reference Manual page 78

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

Advertisement

random-detect
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .
Supported User Roles
network-admin
vdc-admin
Command History
Release
4.0
Usage Guidelines
You must enter the random-detect cos-based command before you enter the random-detect command.
Note
The minimum and maximum threshold units must match.
The system drops packets that exceed the minimum threshold at an increasing rate as the maximum
threshold is reached. By default, the units are in packets,
WRED and tail drop cannot be configured in the same class. For information about configuring tail drop,
see the queue-limit command.
You cannot configure WRED on ingress on the 10-Gigabit Ethernet ports.
For CoS lists, you can use the following:
This command does not require a license.
Examples
This example shows how to configure WRED for a queue by setting the default WRED thresholds
followed by thresholds that apply to CoS values 5 and 7:
switch(config)# policy-map type queuing match-first my_queue
switch(config-pmap-que)# class type queuing 1p3q4t-out-pq1
switch(config-pmap-c-que)# random-detect cos-based aggregate 10 mbytes 20 mbytes
switch(config-pmap-c-que)# random-detect cos 5,7 15 mbytes 20 mbytes
switch(config-pmap-c-que)#
This example shows how to configure WRED for a queue by setting the default WRED thresholds
followed by queue buffer size thresholds that apply to CoS value 5:
switch(config)# policy-map type queuing match-first my_queue
switch(config-pmap-que)# class type queuing 1p3q4t-out-pq1
switch(config-pmap-c-que)# random-detect cos-based aggregate 10 mbytes 20 mbytes
switch(config-pmap-c-que)# random-detect cos 5 percent 5 percent 15
switch(config-pmap-c-que)#
This example shows how to remove a WRED configuration from a policy map queuing class:
switch(config)# policy-map type queuing match-first my_queue
switch(config-pmap-que)# class type queuing 1p3q4t-out-pq1
switch(config-pmap-c-que)# no random-detect cos-based aggregate 10 mbytes 20 mbytes
switch(config-pmap-c-que)# no random-detect cos 5 percent 5 percent 15
switch(config-pmap-c-que)#
Cisco Nexus 7000 Series NX-OS Quality of Service Command Reference, Release 5.x
QOS-68
Modification
This command was introduced.
Specify only one value—cos 1
Specify a range of values—cos 1-3
Specify a comma-separated list of values—cos 1, 4-6
Cisco Nexus 7000 Series NX-OS Quality of Service Commands
OL-23378-01

Advertisement

Table of Contents
loading

Table of Contents