SSID Hotspot 2.0 Configuration
Dashboard Location: Wireless > Configure > SSIDs > Hotspot 2.0
Wireless Hotspot 2.0 and Passpoint Management
Section titled “Wireless Hotspot 2.0 and Passpoint Management”SSID Hotspot 2.0 configuration in Meraki wireless networks provides administrators with comprehensive IEEE 802.11u-based network discovery and automatic connection management, enabling seamless wireless roaming, carrier-grade wireless services, automatic network selection, and enhanced user mobility experience. This functionality supports service provider deployments, enterprise guest access, public Wi-Fi services, and cellular offload scenarios. Hotspot 2.0 is essential for implementing carrier-grade Wi-Fi services, enabling seamless roaming between Wi-Fi networks, supporting mobile network operator partnerships, and providing automated wireless connectivity for mobile devices across multiple venues and locations.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”ssids (meraki.domains.organizations.networks.wireless)
Section titled “ssids (meraki.domains.organizations.networks.wireless)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| hotspot20 | Class | [hotspot20] | No |
hotspot20 (meraki.domains.organizations.networks.wireless.ssids)
Section titled “hotspot20 (meraki.domains.organizations.networks.wireless.ssids)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| enabled | Boolean | true, false | No | |
| operator | String | min: 1, max: 127 | No | |
| venue | Class | [venue] | No | |
| network_access_type | Choice | Chargeable public network, Emergency services only network, Free public network, Personal device network, Private network, Private network with guest access, Test or experimental, Wildcard | No | |
| domains | List | String[min: 1, max: 127] | No | |
| roam_consort_ois | List | String[Regex: ^[0-9a-gA-G]{6,10}$] | No | |
| mcc_mncs | List | [mcc_mncs] | No | |
| nai_realms | List | [nai_realms] | No |
venue (meraki.domains.organizations.networks.wireless.ssids.hotspot20)
Section titled “venue (meraki.domains.organizations.networks.wireless.ssids.hotspot20)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | min: 1, max: 127 | No | |
| type | Choice | Airplane, Alcohol and Drug Rehabilitation Center, Amphitheater, Amusement Park, Arena, Attorney Office, Automobile or Truck, Automotive Service Station, Bank, Bar, Boarding House, Bus, Bus Stop, City Park, Coffee Shop, Convention Center, Doctor or Dentist office, Dormitory, Emergency Coordination Center, Factory, Ferry, Fire Station, Gas Station, Grocery Market, Group Home, Hospital, Hotel or Motel, Kiosk, Library, Long-Term Care Facility, Motor Bike, Muni-mesh Network, Museum, Passenger Terminal, Place of Worship, Police Station, Post Office, Prison or Jail, Private Residence, Professional Office, Research and Development Facility, Rest Area, Restaurant, Retail Store, School, Primary, School, Secondary, Ship or Boat, Shopping Mall, Stadium, Theater, Traffic Control, Train, University or College, Unspecified, Unspecified Assembly, Unspecified Business, Unspecified Educational, Unspecified Factory and Industrial, Unspecified Institutional, Unspecified Mercantile, Unspecified Outdoor, Unspecified Residential, Unspecified Storage, Unspecified Utility and Miscellaneous, Unspecified Vehicular, Zoo or Aquarium | No |
mcc_mncs (meraki.domains.organizations.networks.wireless.ssids.hotspot20)
Section titled “mcc_mncs (meraki.domains.organizations.networks.wireless.ssids.hotspot20)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| mcc | String | min: 1, max: 127 | No | |
| mnc | String | min: 1, max: 127 | No |
nai_realms (meraki.domains.organizations.networks.wireless.ssids.hotspot20)
Section titled “nai_realms (meraki.domains.organizations.networks.wireless.ssids.hotspot20)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| format | Choice | 0, 1 | No | |
| realm | String | min: 1, max: 127 | No | |
| methods | List | [methods] | No |
methods (meraki.domains.organizations.networks.wireless.ssids.hotspot20.nai_realms)
Section titled “methods (meraki.domains.organizations.networks.wireless.ssids.hotspot20.nai_realms)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| id | String | min: 1, max: 127 | No | |
| authentication_types | Class | [authentication_types] | No |
authentication_types (meraki.domains.organizations.networks.wireless.ssids.hotspot20.nai_realms.methods)
Section titled “authentication_types (meraki.domains.organizations.networks.wireless.ssids.hotspot20.nai_realms.methods)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| non_eap_inner_authentication | Choice | Reserved, PAP, CHAP, MSCHAP, MSCHAPV2 | No | |
| eap_inner_authentication | Choice | EAP-TLS, EAP-SIM, EAP-AKA, EAP-TTLS with MSCHAPv2 | No | |
| credentials | Choice | SIM, USIM, NFC Secure Element, Hardware Token, Softoken, Certificate, username/password, none, Reserved, Vendor Specific | No | |
| tunneled_eap_method_credentials | Choice | SIM, USIM, NFC Secure Element, Hardware Token, Softoken, Certificate, username/password, Reserved, Anonymous, Vendor Specific | No |
Examples
Section titled “Examples”Example-1: The example below demonstrates SSID Hotspot 2.0 configuration.
This configuration enables Hotspot 2.0 (Passpoint) functionality for seamless wireless connectivity and automated network selection. The example includes venue information, roaming consortium settings, and authentication parameters for standardized public Wi-Fi access.
The CORP SSID (SSID 0) has Hotspot 2.0 disabled, meaning it does not support seamless, carrier-grade Wi-Fi roaming or automatic network discovery by compatible devices.
meraki: domains: - name: !env domain administrator: name: !env org_admin organizations: - name: !env org networks: - name: !env network_name product_types: - appliance - switch - wireless - camera - sensor - cellularGateway wireless: ssids: - name: CORP ssid_number: "0" hotspot20: enabled: false