Configure SSIDs
Location in Dashboard: Wireless
>> Configure
>> SSIDs
Diagram
Classes
ssids (meraki.domains.organizations.networks.wireless)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | min: 1 , max: 127 | No | |
auth_mode | Choice | 8021x-entra , 8021x-google , 8021x-localradius , 8021x-meraki , 8021x-nac , 8021x-radius , ipsk-with-nac , ipsk-with-radius , ipsk-with-radius-easy-psk , ipsk-without-radius , open , open-enhanced , open-with-nac , open-with-radius , psk | No | |
available_on_all_aps | Boolean | true , false | No | |
default_vlan_id | Any | Integer[min: 1 , max: 4094 ] or String[matches: `(?:[1-9] | [1-9][0-9] | [1-9][0-9]2 |
encryption_mode | Choice | open , wep , wpa , wpa-eap | No | |
ip_assignment_mode | Choice | NAT mode , Bridge mode , Layer 3 roaming , Ethernet over GRE , Layer 3 roaming with a concentrator , VPN | No | |
wpa_encryption_mode | Choice | WPA1 and WPA2 , WPA1 only , WPA2 only , WPA3 192-bit Security , WPA3 Transition Mode , WPA3 only | No | |
lan_isolation | Boolean | true , false | No | |
mandatory_dhcp | Boolean | true , false | No | |
use_vlan_tagging | Boolean | true , false | No | |
visible | Boolean | true , false | No | |
splash_page | Choice | Billing , Cisco ISE , Click-through splash page , Facebook Wi-Fi , Google Apps domain , Google OAuth , Microsoft Entra ID , None , Password-protected with Active Directory , Password-protected with LDAP , Password-protected with Meraki RADIUS , Password-protected with custom RADIUS , SMS authentication , Sponsored guest , Systems Manager Sentry | No | |
per_client_bandwidth_limit_down | Integer | min: 0 , max: 1000000 | No | |
per_client_bandwidth_limit_up | Integer | min: 0 , max: 1000000 | No | |
per_ssid_bandwidth_limit_down | Integer | min: 0 , max: 1000000 | No | |
per_ssid_bandwidth_limit_up | Integer | min: 0 , max: 1000000 | No |
radius (meraki.domains.organizations.networks.wireless.ssids)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
accounting | Boolean | true , false | No | |
attribute_for_group_policies | Choice | Airespace-ACL-Name , Aruba-User-Role , Filter-Id , Reply-Message | No | |
coa | Boolean | true , false | No | |
fallback | Boolean | true , false | No | |
override | Boolean | true , false | No | |
proxy | Boolean | true , false | No | |
server_attempts_limit | Integer | min: 1 , max: 5 | No | |
server_timeout | Integer | min: 1 , max: 10 | No | |
testing | 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' enabled: true auth_mode: 8021x-radius available_on_all_aps: true default_vlan_id: 666 encryption_mode: wpa-eap ip_assignment_mode: Bridge mode lan_isolation: false mandatory_dhcp: false use_vlan_tagging: true splash_page: None visible: true wpa_encryption_mode: "WPA2 only" radius_proxy: false radius_testing: true radius_server_timeout: 5 radius_server_attempts_limit: 3 radius_coa: true radius_fallback: true radius_override: true radius_accounting: true radius_accounting_interim_interval: 360 radius_attribute_for_group_policies: Filter-Id per_client_bandwidth_limit_down: 0 per_client_bandwidth_limit_up: 0 per_ssid_bandwidth_limit_down: 0 per_ssid_bandwidth_limit_up: 0 - name: Guest ssid_number: '1' enabled: true auth_mode: psk psk: guest_secure_password encryption_mode: wpa wpa_encryption_mode: WPA2 only visible: true # dhcp_enforced_deauthentication: # enabled: true