Packet limit filter.

Post Reply
Scap

Packet limit filter.

Post 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.
agungaryo

Re: Packet limit filter.

Post 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
Scap

Re: Packet limit filter.

Post 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.
Post Reply

Return to “7750 SR”