Skip to content

Instantly share code, notes, and snippets.

@wolkartt
Created October 24, 2020 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wolkartt/1ca2ce402b7b2774c06c467545b00d04 to your computer and use it in GitHub Desktop.
Save wolkartt/1ca2ce402b7b2774c06c467545b00d04 to your computer and use it in GitHub Desktop.
Mapeamento ToS/DSCP
+---------------+------------+------------------+
| ToS (decimal) | DSCP Value | DSCP Class |
+---------------+------------+------------------+
| 0 | 0 | best effort (be) |
+---------------+------------+------------------+
| 4 | 1 | none |
+---------------+------------+------------------+
| 8 | 2 | none |
+---------------+------------+------------------+
| 12 | 3 | none |
+---------------+------------+------------------+
| 16 | 4 | none |
+---------------+------------+------------------+
| 32 | 8 | cs1 |
+---------------+------------+------------------+
| 40 | 10 | af11 |
+---------------+------------+------------------+
| 48 | 12 | af12 |
+---------------+------------+------------------+
| 56 | 14 | af13 |
+---------------+------------+------------------+
| 64 | 16 | cs2 |
+---------------+------------+------------------+
| 72 | 18 | af21 |
+---------------+------------+------------------+
| 80 | 20 | af22 |
+---------------+------------+------------------+
| 88 | 22 | af23 |
+---------------+------------+------------------+
| 96 | 24 | cs3 |
+---------------+------------+------------------+
| 104 | 26 | af31 |
+---------------+------------+------------------+
| 112 | 28 | af32 |
+---------------+------------+------------------+
| 120 | 30 | af33 |
+---------------+------------+------------------+
| 128 | 32 | cs4 |
+---------------+------------+------------------+
| 136 | 34 | af41 |
+---------------+------------+------------------+
| 144 | 36 | af42 |
+---------------+------------+------------------+
| 152 | 38 | af43 |
+---------------+------------+------------------+
| 160 | 40 | cs5 |
+---------------+------------+------------------+
| 176 | 44 | voice-admit |
+---------------+------------+------------------+
| 184 | 46 | ef |
+---------------+------------+------------------+
| 192 | 48 | cs6 |
+---------------+------------+------------------+
| 224 | 56 | cs7 |
+---------------+------------+------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment