Oct 10 2023
2:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 10 2023
2:43 AM
Meraki MS - ACL
Hello ,
I have configured the ACL and want to confirm if it also get apply to traffic within VLAN:
Confgi:
VLAN 10
IP -192.168.10.0/24
ACL :
"comment": "TEST_ACL2",
"policy": "deny",
"ipVersion": "ipv4",
"protocol": "tcp",
"srcCidr": "192.168.10.10/32",
"srcPort": any,
"dstCidr": "192.168.10.11/32",
"dstPort": any,
"vlan": 10
"policy": "deny",
"ipVersion": "ipv4",
"protocol": "tcp",
"srcCidr": "192.168.10.10/32",
"srcPort": any,
"dstCidr": "192.168.10.11/32",
"dstPort": any,
"vlan": 10
If I send a packet from 192.168.10.10 destined for 192.168.10.11 will it be blocked by ACL as this is local switching traffic?
-Pavan
Solved! Go to solution.
Labels:
- Labels:
-
ACLs
1 Accepted Solution
Oct 10 2023
2:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 10 2023
2:48 AM
Yes, ACL's apply to all traffic going through the switch, including within the same VLAN.
"Any traffic passing through the switch will be evaluated. Even traffic that is not routed."
https://documentation.meraki.com/MS/Other_Topics/Switch_ACL_Operation
1 Reply 1
Oct 10 2023
2:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 10 2023
2:48 AM
Yes, ACL's apply to all traffic going through the switch, including within the same VLAN.
"Any traffic passing through the switch will be evaluated. Even traffic that is not routed."
https://documentation.meraki.com/MS/Other_Topics/Switch_ACL_Operation

Get notified when there are additional replies to this discussion.