MS425 ACL Creation Help

ExeterUnified
Comes here often

MS425 ACL Creation Help

I am new to Meraki switches. Trying to figure out if there is a way to translate the following from a Catalyst 4500 to Meraki MS425? Network administrator got a new job and I inherited the position.... Newbie alert!

 

Thanks in advance! - Brent

 

vlan access-map map-100 1
 match ip address allow-100
 action forward
vlan access-map map-100 2
 match ip address deny-100
 action drop
vlan access-map map-100 3
 match ip address permit-100
 action forward
 
 
vlan filter map-100 vlan-list 100
 
 
 
interface Vlan100
 description Monitored_Cameras
 ip address 10.10.100.1 255.255.252.0
 ip helper-address 10.10.8.27
 ip helper-address 10.10.8.12
 no ip proxy-arp
 
 
ip access-list extended allow-100
 permit ip any 10.10.100.0 0.0.3.255
 permit ip any 10.20.100.0 0.0.3.255
 permit ip any 10.30.100.0 0.0.3.255
 permit ip any 10.40.100.0 0.0.3.255
 permit ip any 10.50.100.0 0.0.3.255
 permit ip any 10.60.100.0 0.0.3.255
 permit ip any 10.70.100.0 0.0.3.255
 permit udp any host 10.10.8.12 eq bootps
 permit udp any host 10.10.8.12 eq bootpc
 permit tcp any host 10.10.8.12 eq domain
 permit udp any host 10.10.8.12 eq domain
 permit udp any host 10.10.8.12 eq ntp
 permit icmp any host 10.10.8.12
 permit udp any host 10.10.8.27 eq bootps
 permit udp any host 10.10.8.27 eq bootpc
 permit tcp any host 10.10.8.27 eq domain
 permit udp any host 10.10.8.27 eq domain
 permit udp any host 10.10.8.27 eq ntp
 permit icmp any host 10.10.8.27
 permit ip host 10.10.8.12 any
 permit ip host 10.10.8.27 any
 
ip access-list extended deny-100
 permit ip any 10.0.0.0 0.255.255.255
 permit ip any 10.10.0.0 0.0.255.255
 permit ip any 10.20.0.0 0.0.255.255
 permit ip any 10.30.0.0 0.0.255.255
 permit ip any 10.40.0.0 0.0.255.255
 permit ip any 10.50.0.0 0.0.255.255
 permit ip any 10.60.0.0 0.0.255.255
 permit ip any 10.70.0.0 0.0.255.255
 
ip access-list extended permit-100
 permit ip any any

 

1 Reply 1
AlexM2
Meraki Employee
Meraki Employee

Hi! 

Meraki switches have the ability to have ACLs configured on them through the dashboard. Here is some more information on configuring ACLs from our knowledge base 


https://documentation.meraki.com/MS/Layer_3_Switching/Configuring_ACLs

https://documentation.meraki.com/MS/Other_Topics/Switch_ACL_Operation


Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.
Labels