Is there any known way to retrive the court of a specific filter.
I have a bridge → filter
and i would like to pull the packet count value as seen in winbox
via snmp? or telnet?
tks
Is there any known way to retrive the court of a specific filter.
I have a bridge → filter
and i would like to pull the packet count value as seen in winbox
via snmp? or telnet?
tks
this gets you the stats,
/ip firewall filter print from=[/ip firewall filter find comment=“hackers” ] stats
but I cant remember how to pull out just the PACKETS. I thought there was somehow to grab it using $“PACKETS” somehow.
Sam
/interface bridge filter get [id] packets
/interface bridge filter get [id] bytes
that’s way easier : )