Packet limit filter.
Posted: 19 Feb 2013 10:32
Hi,
I already use a filter for drop traffic from source port 22. But I need limit based filter which it start to drop packets after some limit. For example drop after 100Mbps.
My current filter is ;
entry xx create
match protocol tcp
src-port eq 22
exit
action drop
exit
I need to help about action part. Waiting for your help...
Thanks.
I already use a filter for drop traffic from source port 22. But I need limit based filter which it start to drop packets after some limit. For example drop after 100Mbps.
My current filter is ;
entry xx create
match protocol tcp
src-port eq 22
exit
action drop
exit
I need to help about action part. Waiting for your help...
Thanks.