I have a CRS317 I am using as a backbone switch, and I am trying to move some inter-vlan traffic off my poor router using switch ACLs for inter-vlan routing. I was hoping someone could help me come up with an “allow” rule to allow DHCP requests and responses from my TRUSTED network (VLAN ID 10 CIDR 10.0.1.0/24) to my SERVER network (VLAN ID 20 CIDR 10.0.2.0/24).
Although now that I think about this, it might not actually work since there’s no equivalent to “accept established”, right? I was hoping to also use this to keep things like SMB traffic off my router. If switch ACLs aren’t the right tool for this job is there any other way to do it? Can I do full routing between vlans on the switch without a significant performance hit?
Your CRS supports L3HW offloading pretty good. You might want to turn it into a speedy router, it can offload fasttracked connections so you can use “normal” IP firewall as well, with some decent rules it could do wirespeed routing (yup, 10Gbps).
You can use CRS as your core router and use your current router as your border router (carrying only internet-bound traffic and performing NAT etc.)