I am presently blocking a small scale DDOS attack using IP addresses but all the packets are the same size, 1514 bits and I kind of don't want to fill up an ACL rule with a bunch of IPs. After reading the Cisco documentation it should be possible to filter by the packet-length operator however it does not appear to work and I have never tried it. This is what i used:
deny ip any any packet-length eq 1514
Has any one ever used the packet-length operator and is this the right usage of it?