ap dot11 24ghz [setting]
Configures 2.4 GHz radio settings on a Cisco AP, used to enable/disable the radio or adjust parameters like channel and power.
Definition: ap dot11 24ghz [setting] is a Cisco IOS global config command. Configures 2.4 GHz radio settings on a Cisco AP, used to enable/disable the radio or adjust parameters like channel and power.
Overview
The `ap dot11 24ghz` command in global configuration mode is used to configure 2.4 GHz radio settings on a Cisco access point (AP). This command is essential for managing wireless networks, as it allows network engineers to enable or disable the 2.4 GHz radio, set the channel, adjust transmit power, and configure other radio parameters. The 2.4 GHz band is widely used for Wi-Fi (802.11b/g/n) and is prone to interference from Bluetooth, microwaves, and other devices, making fine-tuning critical for performance.
This command is typically used when deploying new APs, optimizing wireless coverage, or troubleshooting connectivity issues. Unlike the `interface dot11radio` command, which enters interface configuration mode for a specific radio, `ap dot11 24ghz` provides a global context for all 2.4 GHz radios on the AP, simplifying bulk configuration. It fits into the broader workflow of wireless configuration: after basic AP setup (e.g., SSID, security), you use this command to fine-tune radio parameters.
Important IOS behavior: changes take effect immediately and are written to the running config; the command requires privileged EXEC access (level 15) and affects only the AP being configured (not the controller in lightweight mode). Misconfiguration can lead to poor coverage or channel overlap, so careful planning is advised.
ap dot11 24ghz [setting]When to Use This Command
- Disabling the 2.4 GHz radio on an AP to force clients to use 5 GHz for better performance.
- Setting a specific channel on the 2.4 GHz radio to avoid interference from neighboring APs.
- Adjusting transmit power to reduce coverage overlap in a dense deployment.
- Enabling the 2.4 GHz radio after maintenance or troubleshooting.
Parameters
| Parameter | Syntax | Description |
|---|---|---|
| setting | channel <1-11|auto> | power <1-8|maximum> | disable | enable | shutdown | no shutdown | Specifies the radio setting to configure. Common options: `channel` sets the 2.4 GHz channel (1-11 for US, auto for automatic selection); `power` sets transmit power level (1-8 or maximum); `disable`/`enable` controls the radio state; `shutdown`/`no shutdown` administratively disables/enables the radio. A common mistake is using channels outside the allowed regulatory domain (e.g., channel 12-14 in the US) or setting power too high, causing interference. |
Command Examples
Enable 2.4 GHz radio
ap dot11 24ghz enableNo output is displayed; the command simply enables the 2.4 GHz radio on the AP.
Set channel and power
ap dot11 24ghz channel 6 power 8Sets the 2.4 GHz radio to channel 6 and transmit power level 8 (out of 8, maximum). No output is shown.
Understanding the Output
This command does not produce any output. It silently applies the configuration. To verify settings, use 'show ap dot11 24ghz' or 'show ap config general'.
The absence of error messages indicates success.
Configuration Scenarios
Enable 2.4 GHz Radio and Set Channel to 6
A new AP is deployed in an office with existing Wi-Fi networks. To avoid interference, the 2.4 GHz radio must be enabled and set to channel 6, which is less congested.
Topology
AP (2.4 GHz radio) --- Wireless ClientsSteps
- 1.Step 1: Enter global configuration mode: configure terminal
- 2.Step 2: Enable the 2.4 GHz radio: ap dot11 24ghz enable
- 3.Step 3: Set the channel to 6: ap dot11 24ghz channel 6
- 4.Step 4: Verify the configuration: show ap dot11 24ghz summary
! configure terminal ap dot11 24ghz enable ap dot11 24ghz channel 6 end
Verify: Use `show ap dot11 24ghz summary` to confirm the radio is enabled and channel is set to 6. Expected output includes 'Radio: Enabled', 'Channel: 6'.
Watch out: If the AP is in lightweight mode (connected to a WLC), this command may not be available; use the WLC GUI or CLI instead.
Disable 2.4 GHz Radio for Maintenance
During scheduled maintenance, the 2.4 GHz radio must be disabled to prevent client connections while the AP firmware is updated.
Topology
AP (2.4 GHz radio) --- Wireless ClientsSteps
- 1.Step 1: Enter global configuration mode: configure terminal
- 2.Step 2: Disable the 2.4 GHz radio: ap dot11 24ghz disable
- 3.Step 3: Verify the radio is disabled: show ap dot11 24ghz summary
! configure terminal ap dot11 24ghz disable end
Verify: Use `show ap dot11 24ghz summary` to confirm the radio is disabled. Expected output includes 'Radio: Disabled'.
Watch out: Using `shutdown` instead of `disable` may have different effects; `disable` is preferred for administrative control.
Troubleshooting with This Command
When troubleshooting 2.4 GHz radio issues, the `ap dot11 24ghz` command is used to verify and adjust radio parameters. Healthy output from `show ap dot11 24ghz summary` shows the radio as 'Enabled', channel set to a valid value (e.g., 1, 6, or 11), and power level appropriate for the environment. Problem indicators include 'Radio: Disabled', 'Channel: Auto' (if manual was intended), or 'Power: 1' (lowest) causing poor coverage.
Common symptoms this command helps diagnose include: clients unable to see the SSID (radio disabled), intermittent connectivity (channel interference), or weak signal (power too low). A step-by-step diagnostic flow: 1) Check radio state with `show ap dot11 24ghz summary`; if disabled, enable it. 2) Verify channel setting; if on auto, consider manual assignment to avoid overlap. 3) Check transmit power; if coverage is poor, increase power (but avoid maximum to prevent interference). 4) Use `show ap dot11 24ghz statistics` to see errors or retries. Correlate with `show interfaces dot11radio` for interface-level errors and `debug dot11 events` for real-time issues.
Remember that changes take effect immediately, so monitor client impact after adjustments.
CCNA Exam Tips
Remember that 'ap dot11 24ghz' is used in global config mode, not interface mode.
The 'power' parameter range is 1-8 (8 = max power).
Channel selection must comply with local regulatory domain; exam may test allowed channels.
Disabling the 2.4 GHz radio can be a troubleshooting step for client connectivity issues.
Common Mistakes
Using 'interface dot11radio 0' instead of 'ap dot11 24ghz' – the latter is for autonomous APs.
Setting a channel that is not allowed in the regulatory domain, causing the AP to reject it.
Forgetting to save the configuration with 'write memory' after changes.
ap dot11 24ghz [setting] vs ap dot11 5ghz [setting]
The 'ap dot11 24ghz' and 'ap dot11 5ghz' commands are commonly paired because they configure identical parameters for the two different wireless frequency bands supported by dual-band Cisco access points. Network engineers often need to decide which band to tune based on client environment and interference.
| Aspect | ap dot11 24ghz [setting] | ap dot11 5ghz [setting] |
|---|---|---|
| Frequency Band | 2.4 GHz (channels 1-11/13) | 5 GHz (channels 36-165) |
| Applicable Hardware | APs with 2.4 GHz radios (e.g., 802.11b/g/n/ax) | APs with 5 GHz radios (e.g., 802.11a/n/ac/ax) |
| Configuration Items | channel, power, client limit, radio enable/disable | Same set of parameters, channel width may differ |
| Typical Configuration | Lower throughput, longer range, more interference | Higher throughput, shorter range, less interference |
| Impact on Clients | Affects legacy and IoT devices | Affects modern high-performance clients |
| Verification | 'show ap dot11 24ghz summary' | 'show ap dot11 5ghz summary' |
Use ap dot11 24ghz [setting] when you need to tune the 2.4 GHz radio for maximum coverage or to support older clients that lack 5 GHz capability.
Use ap dot11 5ghz [setting] when you prioritize throughput and capacity, such as in high-density environments where 5 GHz provides more channels and less congestion.
Platform Notes
On IOS-XE (e.g., Catalyst 9800), the equivalent command is `ap dot11 24ghz` but may be replaced by `radio dot11a 5ghz` for 5 GHz. The syntax is similar but output format differs (XML-based). NX-OS does not support this command directly; instead, use `interface mgmt0` or `wireless` commands on Cisco Wireless Controllers.
For ASA, there is no equivalent; wireless is handled via separate APs. In IOS versions 12.x and 15.x, the command is consistent, but in 16.x (IOS-XE), the output may include additional fields like 'Channel Width'. IOS-XR does not support this command as it is not used on routers.
Always verify the exact syntax with `?` in the CLI.
Related Commands
Practice for the CCNA 200-301
Test your knowledge with practice questions covering all CCNA 200-301 exam domains.
Practice CCNA 200-301 Questions