Wireless Radio Settings Configuration
Dashboard Location: Wireless > Configure > Radio Settings
Wireless Radio Management and Optimization
Section titled “Wireless Radio Management and Optimization”Wireless radio settings configuration in Meraki access points provides administrators with comprehensive device-level wireless radio control, enabling RF profile assignment, frequency band management, channel planning, power control, and antenna configuration. This functionality supports wireless performance optimization, interference mitigation, coverage area management, and regulatory compliance. Radio settings are essential for customizing wireless behavior per access point, optimizing coverage patterns, managing power consumption, and maintaining optimal wireless performance across diverse deployment scenarios.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”wireless (meraki.domains.organizations.networks.devices)
Section titled “wireless (meraki.domains.organizations.networks.devices)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
radio_settings | Class | [radio_settings] | No |
radio_settings (meraki.domains.organizations.networks.devices.wireless)
Section titled “radio_settings (meraki.domains.organizations.networks.devices.wireless)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
two_four_ghz_settings | Class | [two_four_ghz_settings] | No | |
five_ghz_settings | Class | [five_ghz_settings] | No | |
rf_profile_name | String | min: 1 , max: 127 | No |
two_four_ghz_settings (meraki.domains.organizations.networks.devices.wireless.radio_settings)
Section titled “two_four_ghz_settings (meraki.domains.organizations.networks.devices.wireless.radio_settings)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
channel | Choice | 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 | No | |
target_power | Integer | min: 2 , max: 30 | No |
five_ghz_settings (meraki.domains.organizations.networks.devices.wireless.radio_settings)
Section titled “five_ghz_settings (meraki.domains.organizations.networks.devices.wireless.radio_settings)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
channel | Choice | 36 , 40 , 44 , 48 , 52 , 56 , 60 , 64 , 100 , 104 , 108 , 112 , 116 , 120 , 124 , 128 , 132 , 136 , 140 , 144 , 149 , 153 , 157 , 161 , 165 | No | |
channel_width | Choice | 0 , 20 , 40 , 80 , 160 | No | |
target_power | Integer | min: 2 , max: 30 | No |
Examples
Section titled “Examples”Example-1: The example below demonstrates wireless radio settings configuration using tested YAML configuration from pipeline fixtures.
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 devices: - name: "!env ap_01" wireless: radio_settings: # rf_profile_name: "Corp wireless rf profile" # two_four_ghz_settings: # channel: 11 # target_power: 14 # five_ghz_settings: # channel: 40 # channel_width: 20