new-tos (max-reliability | max-throughput | min-cost | min-delay | normal integer) - specify TOS value to be used in conjunction with action=change-tos
max-reliability - maximize reliability (ToS=4)
max-throughput - maximize throughput (ToS=8)
min-cost - minimize monetary cost (ToS=2)
min-delay - minimize delay (ToS=16)
normal - normal service (ToS=0)
Below is a table taken from RFC 4594 and augmented with decimal values for DSCP; the decimal values were validated against <
www.cisco.com/web/CA/ppt/design__day_presentation.ppt> BUT the MT TOS? values are a SWAG based on an assumption.
It would surely be nice if MikroTik were to augment the drop down box in 2.9.43 with the RFC names for the DSCP values (e.g., CS1, AF3, EF, yada 1, yada 2).
rgds/ldv
|--------------------------------------------------------------------------|
| Service | DSCP | DSCP DEC MT | Application |
| Class Name | Name | Value TOS?| Examples |
|===============+=========+=====================+==========================|
|Network Control| CS6 | 110000 48 192 | Network routing |
|---------------+---------+---------------------+--------------------------|
| Telephony | EF | 101110 46 184 | IP Telephony bearer |
|---------------+---------+---------------------+--------------------------|
| Signaling | CS5 | 101000 | IP Telephony signaling |
|---------------+---------+---------------------+--------------------------|
| Multimedia |AF41,AF42|100010,100100 | H.323/V2 video |
| Conferencing | AF43 | 100110 34 136 | conferencing (adaptive) |
|---------------+---------+---------------------+--------------------------|
| Real-Time | CS4 | 100000 32 128 | Video conferencing and |
| Interactive | | | Interactive gaming |
|---------------+---------+---------------------+--------------------------|
| Multimedia |AF31,AF32|011010,011100 | Streaming video and |
| Streaming | AF33 | 011110 26 104 | audio on demand |
|---------------+---------+---------------------+--------------------------|
|Broadcast Video| CS3 | 011000 24 96 |Broadcast TV & live events|
|---------------+---------+---------------------+--------------------------|
| Low-Latency |AF21,AF22|010010,010100 |Client/server transactions|
| Data | AF23 | 010110 18 72 | Web-based ordering |
|---------------+---------+---------------------+--------------------------|
| OAM | CS2 | 010000 16 64 | OAM&P |
|---------------+---------+---------------------+--------------------------|
|High-Throughput|AF11,AF12|001010,001100 | Store and forward |
| Data | AF13 | 001110 10 40 | applications |
|---------------+---------+---------------------+--------------------------|
| Standard | DF (CS0)| 000000 0 0 | Undifferentiated |
| | | | applications |
|---------------+---------+---------------------+--------------------------|
| Low-Priority | CS1 | 001000 8 32 | Any flow that has no BW |
| Data | | | assurance |
|--------------------------------------------------------------------------|