Skip to main content

Firewalled Services

Location in Dashboard: Security and SD-WAN >> Configure >> Firewall

Diagram

Classes

firewall (meraki.domains.organizations.networks.appliance)

NameTypeConstraintMandatoryDefault Value
firewalled_servicesList[firewalled_services]No

firewalled_services (meraki.domains.organizations.networks.appliance.firewall)

NameTypeConstraintMandatoryDefault Value
service_nameStringmin: 1, max: 127Yes
accessChoiceblocked, restricted, unrestrictedYes
allowed_ipsListAny[IP or String[matches: [Aa]ny]]No

Config Sample

meraki:
domains:
- name: EMEA
administrator:
name: Foo Bar
organizations:
- name: Dev
networks:
- name: Dev-main-cx-provider
product_types:
- appliance
- camera
- switch
- wireless
appliance:
firewall_firewalled_services:
- service_name: "ICMP"
access: "blocked"
- service_name: "web"
access: "restricted"
allowed_ips:
- "2.2.2.2"
- "3.3.3.3"
- service_name: "SNMP"
access: "unrestricted"