Answer the question
In order to leave comments, you need to log in
How to properly increase the priority of ICMP packets in Mikrotik?
Greetings!
I want to increase the priority for all ICMP packets on Mikrotik. I did it like this:
1. Mark ICMP packets incoming, outgoing and passing:
/ip firewall mangle
add action=mark-packet chain=input new-packet-mark=pktICMP protocol=icmp
add action=mark-packet chain=output new-packet-mark=pktICMP protocol=icmp
add action=mark-packet chain=forward new-packet-mark=pktICMP protocol=icmp
/queue tree
add name=Prio1 packet-mark=pktICMP parent=global priority=1 queue=default
Answer the question
In order to leave comments, you need to log in
You must set the rate limit: limit-at=15M/15M max-limit=100M/100M
Otherwise, queues simply won't work.
And it will work if your interface is really loaded, otherwise the reason for the high latency or losses is something else:
a) The processor of the router is loaded
b) The quality of the transmission lines is
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question