Mikrotik Howto give PiNG / iCMP high Priority

If you want to provide PING / ICMP high priority so you wont get any high delay in ping reply Use the following Code.

 

/ip firewall mangle
add chain=prerouting protocol=icmp action=mark-connection new-connection-mark=icmp-con passthrough=yes comment="" disabled=no

add chain=prerouting protocol=icmp connection-mark=icmp-con action=mark-packet new-packet-mark=icmp-pkt passthrough=no comment="" disabled=no

/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=1024k max-limit=2048k name=Hi-Prio-to-icmp-aacable packet-mark=icmp-pkt parent=global-in priority=1 queue=default

2 thoughts on “Mikrotik Howto give PiNG / iCMP high Priority

Leave a comment