Hello,
I would like to add ip in an address list.
The condition for an ip to go to this address list would be:
- IP upload between 20M and 50M during 5 min
Currently I use this in mangle, but I do not know how to add the notion of 5 min.
chain=forward action=add-src-to-address-list
address-list=upload_hv address-list-timeout=10m connection-rate=20M-50M
in-interface=VLAN20 log=no log-prefix=""
Could you help me ?
Best regards