Advertisement
retnet

ping icmp priority 1 mikrotik

May 30th, 2021
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. /ip firewall mangle
  2. add action=change-dscp chain=postrouting comment="ICMP CHANGE DSCP" new-dscp=1 passthrough=yes protocol=icmp
  3. add action=mark-connection chain=postrouting comment=ICMP-KOMEKSI dscp=1 new-connection-mark=ICMP-KONEKSI passthrough=yes
  4. add action=mark-packet chain=postrouting comment=ICMP-PAKET connection-mark=ICMP-KONEKSI new-packet-mark=ICMP-PAKET passthrough=yes
  5.  
  6.  
  7. /queue tree add max-limit=512k name=++ICMPPING packet-mark=ICMP-PAKET parent=global priority=1 queue=default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement