Reference Guide

Dropped 0 0
Green Drop 123 NA
Congure WRED prole
Congure a WRED prole, congure WRED threshold parameters, and assign the prole to an interface, a queue, or global service pools.
Congure WRED prole in the CONFIGURATION mode.
wred wred-profile-name
Congure WRED prole in the CONFIGURATION mode.
wred wred-profile-name
Congure WRED threshold parameters for dierent colors in the WRED CONFIGURATION mode.
random-detect color color-name minimum-threshold minimum-value maximum-threshold maximum-
value drop-probability drop-rate
Enable explicit ECN for the WRED prole in the WRED CONFIGURATION mode.
random-detect ecn
Congure the exponential weight value for the WRED prole in the WRED CONFIGURATION mode.
random-detect weight weight-value
Congure WRED prole on an interface in the INTERFACE mode.
random-detect wred-profile
Congure WRED prole on a queue in the PMAP-C-QUE mode.
random-detect wred-profile
Congure WRED prole on global service pool in the SYSTEM-QOS mode.
random-detect pool pool-value wred-profile-name
Congure WRED prole and parameters
OS10(config)# wred wred_prof_1
OS10(config-wred)# random-detect color yellow minimum-threshold 100 maximum-threshold 300 drop-
probability 40
OS10(config-wred)# random-detect ecn
OS10(config-wred)# random-detect weight 4
Congure WRED prole on an interface
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# random-detect wred_prof_1
Congure WRED prole on a queue
OS10(config)# class-map type queuing c1
OS10(config-cmap-queuing)# match queue 2
OS10(config-cmap-queuing)# exit
OS10(config)# policy-map type queuing p1
OS10(config-pmap-queuing)# class c1
OS10(config-pmap-c-que)# random-detect wred_prof_1
Congure WRED prole on global service pool
OS10(config)# system qos
OS10(config-sys-qos)# random-detect pool 0 wred_prof_1
View WRED conguration
OS10# show qos wred-profile
Profile Name | Green | Yellow
| Red|
MIN MAX DROP-RATE| MIN MAX DROP-RATE| MIN MAX DROP-
RATE| WEIGHT| ECN|
KB KB %| KB KB %| KB KB
%| | |
Quality of service
565