05-20-2026 09:24 AM
Trying to isolate some guest VLANs in an environment with an L3 switch via switch ACLs
Opting to block traffic to and from the RFC1918 blocks instead of having 30+ rules (we have 10+ vlans per site) but wondering if I need an Allow rule at the top so that clients on that subnet can communicate with each other.
Merakis KBs don't specifically mention the scenario but in this article:
https://documentation.meraki.com/Switching/MS_-_Switches/Operate_and_Maintain/How-Tos/Switch_ACL_Operation
They show an example where the VLAN tag is used it does isolate clients.
If there is an entirely better way of doing this I'm all ears.
Solved! Go to Solution.
05-20-2026 09:26 AM
Meraki MS ACLs are stateless, and the first match prevails.
If you add a broad deny (such as RFC1918), it will also match intra-VLAN traffic.
So yes, you should add an allow if you want intra-VLAN communication.
05-20-2026 09:26 AM
Meraki MS ACLs are stateless, and the first match prevails.
If you add a broad deny (such as RFC1918), it will also match intra-VLAN traffic.
So yes, you should add an allow if you want intra-VLAN communication.
05-20-2026 09:40 AM
Perfect, thanks for the gutcheck!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide