3

I have read that DSCP consists of 6 bits, thus providing us with 64 DSCP marking values (0-63).

If I understood all correctly, 21 of these values have been standardized and named (AF, EF, DF, etc)

What about the remaining 43 DSCP values? Can we still use/configure them in our network?

1 Answer 1

9

You can use the DSCP values in any way you want on your own network (DSCP values are not honored on the public Internet). You can even make EF be the lowest priority value.

You first classify the traffic, then you mark it using DSCP values. You must configure your routers to do something with those values under congested conditions (by default, DSCP values are ignored). What you configure on your routers is completely up to you. You should really be consistent across your entire network, otherwise you can make a real mess of it.


Using too many values is a rookie mistake. You should not use more than about half a dozen. Once you get to that many, it is probably time to rethink your QoS strategy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.