Page 1 of 1

Packet limit filter.

Posted: 19 Feb 2013 10:32
by Scap
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.

Re: Packet limit filter.

Posted: 23 Feb 2013 10:22
by agungaryo
how about you define it as QoS classification with different Queue and define them in the same tier scheduler with queue port 22 is set no CIR
it should be dropped when tier reach 100 mbps

Re: Packet limit filter.

Posted: 05 Mar 2013 08:08
by Scap
I did QoS like this but it doen't match criteria and don't drop package. What do I need to looking about it?

Order of Qos or any switch on/off about match ip criteria.

I happy if you send any sample about it.

Thanks.