Hi all!
I’m trying to figure out the right terminal command to obtain the # of bytes of a certain mangle rule.
So far I have ‘/ip firewall mangle print bytes’
But how do I indicate the rule? I only need the # of bytes of 1 rule, not all of them…
Hi all!
I’m trying to figure out the right terminal command to obtain the # of bytes of a certain mangle rule.
So far I have ‘/ip firewall mangle print bytes’
But how do I indicate the rule? I only need the # of bytes of 1 rule, not all of them…
/ip firewall mangle print bytes from=0
Edgars
or more advanced:
ip firewall mangle print bytes from=[/ip firewall mangle find ....]