I remember a QoS example in a document/tutorial, which was like this:
40% Priority
60% Best Effort
..and in addition there was following table:
TOS/EXP Class of service Customer TOS/DSCP
0 Best Effort 0
2 Advanced Class AF30, 31, 32, 33, 40, 41, 42, 43
5 Priority Class EF
As I understand, Best Effort is DSCP value of 000000 and EF(Expedited Forwarding) has a value of 101110. In addition, I generally understand the idea of Assured Forwarding classes, but how to implement those in a router? How to set up such QoS?
In addition, am I correct, that DSCP value is checked only by routers?