I want to capture ip traffic at a linux machine based on the following bpf filter:
ether[45]=0x11 and ether[68]=0x34
Incoming traffic is around 20Gbps and the filter discards 95% of the traffic. As my linux machine gets overloaded, I want to put a hardware filter in front of it.
Can someone suggest a solution? Can a cisco router provide such functionality?