Bonjour Forwarding
Location in Dashboard: Wireless
>> Configure
>> Access Control
Diagram
Classes
ssids (meraki.domains.organizations.networks.wireless)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
bonjour_forwarding | Class | [bonjour_forwarding] | No |
bonjour_forwarding (meraki.domains.organizations.networks.wireless.ssids)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
enabled | Boolean | true , false | No | |
rules | List | [rules] | No | |
exception | Class | [exception] | No |
rules (meraki.domains.organizations.networks.wireless.ssids.bonjour_forwarding)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
description | String | min: 1 , max: 1024 | No | |
vlan_id | Any | Integer[min: 1 , max: 4094 ] or String[matches: `(?:[1-9] | [1-9][0-9] | [1-9][0-9]2 |
services | List | Choice[AFP , AirPlay , All Services , Apple screen share , BitTorrent , Chromecast , FTP , Printers , SSH , Samba , Scanners , Spotify , iChat , iTunes ] | Yes |
exception (meraki.domains.organizations.networks.wireless.ssids.bonjour_forwarding)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
enabled | Boolean | true , false | 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
wireless:
ssids:
- name: CORP
ssid_number: '0'
bonjour_forwarding:
enabled: false
exception:
enabled: false
rules:
- description: CORP
services:
- All Services
vlan_id: 10
- description: BMS
services:
- AirPlay
- Printers
- Samba
vlan_id: 20