Hello, we are building a network that needs to have a few dozen VLANs. By default, all VLANs can get to all other VLANs. In order to block inter VLAN traffic, it looks like I need to create explicit rules blocking each VLAN from every other VLAN. When you get past a few VLANs that gets to be a ton of rules and this would be a lot easier to handle if routing was disabled by default. We can improve things a bit by using IP ranges that are farther apart and easier to create broad rules, but is there a better way to handle this? Any way to prevent routing by default? Thanks
... View more