Hi all,
I am currently configuring our AV network with QoS for Dante & OMNEO (used for Bosch Dicentis Conferencing)
The QoS profile for Dante is very similar to OMNEO with only one additional entry (highlighted) in bold below)
Mandatory DSCP values set for prioritisation of packages:
a. DSCP-PTP time sync and delay request events highest priority • DSCP value 56 decimal, 0x38 hexadecimal • DSCP label CS7 - Same as Dante
a. Audio, PTP time sync follow-up and delay response set to high priority •4 DSCP value 46 decimal, 0x2E hexadecimal • DSCP label EF - Same as Dante
a. Reservation of medium priority • DSCP value 8 decimal, 0x08 hexadecimal • DSCP label CS1 - Additional Entry
a. Other traffic set to low priority • DSCP value 0 decimal, 0x00 hexadecimal • DSCP label CS0
I have followed the official Mikrotik guide to Dante QoS here: Quality of Service - RouterOS - MikroTik Documentation
My question is, how do I determine what the PCP value is for this additional queue, and what traffic class does it needs to be in?
set [find where traffic-class=7] schedule=strict-priority
set [find where traffic-class=5] schedule=strict-priority
I'm assuming whatever traffic class the additional queue gets also needs to be assigned strict priority?