cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
606
Views
5
Helpful
2
Replies

QoS WRED C9500/C9600

I try to add WRED to a policy-map on these switch types. Here's the policy-map, based on qos-groups.

policy-map QPM_Egress
description QoS Queuing/Marking on HW Interface to MPE
class QCM_QG1_Prio1
priority level 1 percent 1
class QCM_QG2_Prio2
priority level 2 percent 2
class QCM_QG8_BestEffort
bandwidth percent 97
random-detect dscp-based
random-detect dscp CS1 percent 8 40
random-detect dscp CS2 percent 16 40

switch-01(config-if)#service-policy output QPM_Egress
Unsupported qos-group filter for wred configuration in class QCM_QG8_BestEffort policy QPM_Egress

I can't find a way to add WRED to any queue. Tried various configuration variations, no success so far. Does someone have a running example on 17.3.x versions? Any hint is appreciated.




1 Accepted Solution
2 Replies 2

Thanks for pointing me to the doc again (I read it before, but...). Basically the conclusion is: QoS-Groups are not supported in conjunction with WRED.  That's sad but I have my workaround using DSCP as matching argument.