Hello,
I tried to do the configuration of qos to priorize pakets marked with dscp values 46 for Voice treaffic and 26 for signal.
The phone connected to the hap router sends out packets with his values but I’m not sure that this configuration is correct because I get not traffic in queue “Voice” and “Signalisierung”
In the mangle rule the traffic is shown correct with pakets marked.
The interface ether1 is the WAN interface.
Can you please help me, to do the configuration correct?
Thanks
/queue simple
add dst=ether1 name=Voice packet-marks=DSCP46 priority=5/5 queue=\
default/default target="" total-queue=default
add dst=ether1 name=Other-Traffic packet-marks=DSCP0 queue=default/default \
target="" total-queue=default
add dst=ether1 name=Signalisierung packet-marks=DSCP26 priority=3/3 queue=\
default/default target="" total-queue=default
/ip firewall mangle
add action=mark-packet chain=prerouting comment="DSCP 46" connection-mark=\
con_voice dscp=46 log=yes new-packet-mark=DSCP46 passthrough=no
add action=mark-connection chain=prerouting dscp=46 log=yes \
new-connection-mark=con_voice passthrough=no src-address-list=""
add action=mark-packet chain=prerouting comment="DSCP 0" connection-mark=\
con_other dscp=0 log=yes new-packet-mark=DSCP0 passthrough=no
add action=mark-connection chain=prerouting dscp=0 log=yes \
new-connection-mark=con_other passthrough=no
add action=mark-packet chain=prerouting comment="DSCP 26" connection-mark=\
con_signalisierung dscp=26 log=yes new-packet-mark=DSCP26 passthrough=no
add action=mark-connection chain=prerouting dscp=26 log=yes \
new-connection-mark=con_signalisierung passthrough=no