Page 1 of 1

Prioritize VoiP with tos/dscp

Posted: Thu Mar 12, 2015 3:06 pm
by Davepar
Hi,

Im new here, my name is Dave, i have an issue with my mikrotik and is that i am unable to configure the priorization of Voip with tos/dscp in my mikrotick, the version is v6.15.

Anyone can give me a hand?

Regards

Re: Prioritize VoiP with tos/dscp

Posted: Thu Mar 12, 2015 9:44 pm
by StubArea51

Re: Prioritize VoiP with tos/dscp

Posted: Fri Mar 13, 2015 11:22 am
by timo38
Hi,
Im new here, my name is Dave, i have an issue with my mikrotik and is that i am unable to configure the priorization of Voip with tos/dscp in my mikrotick, the version is v6.15.
If you just want to change the dscp marking in pkts coming from an ata then all you need is a firewall/mangle rule like this.
chain=postrouting action=change-dscp new-dscp=46 passthrough=no protocol=udp src-address=192.168.88.254 log=yes log-prefix=""

where src-address= your ata

Re: Prioritize VoiP with tos/dscp

Posted: Mon Mar 16, 2015 5:55 pm
by Davepar
An examplo of this without filter by IP?