Configuring Micro-Burst Detection Per-Queue
The parameters are defined under the individual queues in the queuing policy-maps.
SUMMARY STEPS
1. configure terminal
2. policy-map type queuing policy-map-name
3. class type queuing class-name
4. burst-detect rise-threshold rise-threshold-bytes bytes fall-threshold fall-threshold-bytes bytes
5. exit
6. exit
7. interface ethernet slot/port
8. service-policy type queuing output policy-map-name
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
policy-map type queuing policy-map-name
Example:
switch(config)# policy-map type queuing xyz
switch(config-pmap-que)#
Step 3
class type queuing class-name
Example:
switch(config-pmap-que)# class type queuing
c-out-def
switch(config-pmap-c-que)#
Step 4
burst-detect rise-threshold rise-threshold-bytes bytes
fall-threshold fall-threshold-bytes bytes
Example:
switch(config-pmap-c-que)# burst-detect
rise-threshold 208 bytes fall-threshold 208 bytes
Step 5
exit
Example:
switch(config-pmap-c-que)# exit
switch(config-pmap-que)#
Cisco Nexus 9000 Series NX-OS Quality of Service Configuration Guide, Release 7.x
176
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.
Configures the class map of type queuing and then enters
policy-map class queuing mode.
Specifies the rise-threshold and the fall-threshold for
micro-burst detection.
Exits policy-map queue mode.
Micro-Burst Monitoring