Firewalled Services
Location in Dashboard: Security and SD-WAN
>> Configure
>> Firewall
Diagram
Classes
firewall (meraki.domains.organizations.networks.appliance)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
firewalled_services | List | [firewalled_services] | No |
firewalled_services (meraki.domains.organizations.networks.appliance.firewall)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
service_name | String | min: 1 , max: 127 | Yes | |
access | Choice | blocked , restricted , unrestricted | Yes | |
allowed_ips | List | Any[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"