cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
484
Views
5
Helpful
1
Replies

random-detect dscp-based in Priority class

gauravprakash
Level 1
Level 1

Hi,

I get the following error message when I configure this <random-detect dscp-based> while making a priority class policy.

Router(config-pmap)#class Premium-Class

Router(config-pmap-c)#priority percent 30

Router(config-pmap-c)#random-detect dscp-based

<<Must deconfigure priority in this class before issuing this command>>

Can anybody explain whats this..

IOS c1700-ipbase-mz.123-1a.bin

regards,

Gaurav

1 Reply 1

pkhatri
Level 11
Level 11

Hi Gaurav,

That error message simply means that you cannot enable WRED for a class that is configured as a priority classes. There are 2 reasons why it does not make sense to enable WRED here:

- the entire point of a priority class is to ensure that traffic is NOT dropped so configuring WRED is contrary to that aim

- most of the traffic requiring priority treatment is likely to be UDP, which does not benefit from WRED.

Hope that helps.

I would appreciate you rating the post if it helps.

Paresh