Hi everyone
I have a very large LAN that I need to “filter”.
I’ll explain:
at some point on my LAN I installed a CRS1128G. this device has two cables connected, one to the entire network, on eth1, and one to the part of the LAN to be filtered, on sfp9. all devices are on the same subnet
what kind of approach would you use to allow only a pool of IPs (or macs) to transit from sfp9 to eth1? (obviously I created the pool).
if I put the physical interfaces in a bridge, I can’t create a bridge-filter that works, all the devices continue to communicate
Since both ports connect devices in same subnet, they clearly have to be in same bridge.
But: simple bridge (no VLANs, etc.) is by default offloaded to hardware so bridge filters can’t catch traffic (bridge is executed by CPU, HW offloaded traffic never leaves switch chip). There are two options: 1) disable HW offload on one of two ports or 2) use switch chip menu to construct ACLs. I really wouldn’t recommend option #1, it would hurt performance a lot.
You mentioned CRS model that doesn’t exist (CRS1128G … I’ll assume we’re talking about CRS112-8G-4S-IN), so have a look at ACL section of manual of CRS1xx/2xx series switches.