ap dot11 5ghz [setting]
Configures 5 GHz radio settings on a Cisco AP, such as channel, power, or client limit, to optimize wireless performance.
Definition: ap dot11 5ghz [setting] is a Cisco IOS global config command. Configures 5 GHz radio settings on a Cisco AP, such as channel, power, or client limit, to optimize wireless performance.
Overview
The `ap dot11 5ghz [setting]` command, issued in global configuration mode on a Cisco wireless LAN controller (WLC) or directly on a Cisco access point (AP) running IOS, is used to configure parameters for the 5 GHz radio interface. This command is critical for optimizing wireless performance in high-density environments, as the 5 GHz band offers more non-overlapping channels and less interference compared to 2.4 GHz. The command allows you to set the channel, transmit power, client limit, and other radio-specific settings.
It is typically used when deploying new APs, adjusting to interference, or fine-tuning capacity. Alternatives include using the WLC GUI or the `ap dot11 24ghz` command for 2.4 GHz radios. The command directly modifies the running configuration and requires privilege level 15.
Changes take effect immediately, potentially causing a brief client disassociation if the channel or power is changed. Understanding this command is essential for CCNA and CCNP candidates as it directly impacts wireless coverage, capacity, and client experience. The 5 GHz band is governed by regulatory domains, so channel selection must comply with local regulations.
The command interacts with the AP's radio hardware, and misconfiguration can lead to poor performance or non-compliance. In a typical workflow, you would first survey the environment, then use this command to set the channel and power manually or rely on RRM (Radio Resource Management) for dynamic adjustments. The command is also used in troubleshooting when clients experience poor throughput or connectivity issues on the 5 GHz band.
Note that on autonomous APs, the command is `dot11 5ghz` under interface configuration, but on lightweight APs, it is configured via the WLC. The IOS behavior includes that the command is available only on APs with 5 GHz radios; otherwise, it is rejected. The running config will show the configured parameters under the appropriate interface or globally.
It is important to verify the current settings with `show ap dot11 5ghz` before making changes. The command can also be used to disable the 5 GHz radio entirely, which is useful for troubleshooting or power saving. Overall, mastering this command is key to managing modern WLANs.
ap dot11 5ghz [setting]When to Use This Command
- Set the 5 GHz channel to avoid interference from neighboring APs in a dense office environment.
- Adjust transmit power to reduce coverage overlap and improve roaming in a multi-AP deployment.
- Limit the number of clients per 5 GHz radio to prevent oversubscription in a high-density area like a conference room.
- Enable or disable the 5 GHz radio for maintenance or to force clients to use 2.4 GHz temporarily.
Parameters
| Parameter | Syntax | Description |
|---|---|---|
| setting | WORD (e.g., channel, power, client-limit, shutdown, no shutdown) | Specifies the radio setting to configure. Common values include 'channel' to set the operating channel (e.g., 36, 40, 44, etc.), 'power' to set the transmit power level (e.g., 1-8 or in dBm), 'client-limit' to limit the number of clients (e.g., <0-200>), 'shutdown' to disable the radio, and 'no shutdown' to enable it. Valid values depend on the regulatory domain and AP model. A common mistake is using an invalid channel or power level that violates local regulations, causing the AP to reject the command or operate at a different setting. |
Command Examples
Set 5 GHz channel to 36
ap dot11 5ghz channel 36AP dot11 5ghz channel 36 % Applying channel change... % Channel set to 36 on 5 GHz radio.
The command sets the 5 GHz radio to channel 36. The output confirms the channel change is being applied and then set successfully.
Set transmit power to 17 dBm
ap dot11 5ghz power local 17AP dot11 5ghz power local 17 % Power level set to 17 dBm on 5 GHz radio.
Sets the local transmit power to 17 dBm. The output confirms the power level change.
Understanding the Output
The output for 'ap dot11 5ghz' commands is typically a confirmation message. For channel settings, it shows 'Applying channel change' and then 'Channel set to X'. For power, it shows 'Power level set to X dBm'.
If the command fails, you might see 'Invalid channel' or 'Power level out of range'. Always verify with 'show ap dot11 5ghz summary' to see actual settings.
Configuration Scenarios
Manually Set Channel and Power on a 5 GHz Radio to Avoid Interference
In a small office, the 5 GHz radio is experiencing interference from neighboring APs on channel 36. The network engineer wants to manually set the channel to 149 and reduce power to minimize co-channel interference.
Topology
AP1 (5 GHz radio) --- ClientsSteps
- 1.Step 1: Enter global configuration mode: configure terminal
- 2.Step 2: Access the AP configuration: ap dot11 5ghz channel 149
- 3.Step 3: Set the transmit power to level 4 (medium): ap dot11 5ghz power 4
- 4.Step 4: Verify the settings: show ap dot11 5ghz
! Full IOS config block configure terminal ap dot11 5ghz channel 149 ap dot11 5ghz power 4 end
Verify: Use 'show ap dot11 5ghz' to display current channel and power. Expected output: 'Channel: 149', 'Tx Power Level: 4'.
Watch out: If the channel is not supported by the AP's regulatory domain, the command will be rejected. Always check the allowed channels with 'show ap dot11 5ghz supported-channels'.
Limit Client Connections on a 5 GHz Radio for Capacity Management
A conference room AP is overloaded with too many clients, causing poor performance. The engineer wants to limit the number of clients on the 5 GHz radio to 20 to ensure fair access.
Topology
AP2 (5 GHz radio) --- up to 20 clientsSteps
- 1.Step 1: Enter global configuration mode: configure terminal
- 2.Step 2: Set the client limit: ap dot11 5ghz client-limit 20
- 3.Step 3: Verify the setting: show ap dot11 5ghz
! Full IOS config block configure terminal ap dot11 5ghz client-limit 20 end
Verify: Use 'show ap dot11 5ghz' to see 'Client Limit: 20'. Also check 'show ap dot11 5ghz statistics' to see if clients are being denied.
Watch out: Setting the client limit too low may prevent legitimate users from connecting. Monitor client associations after applying the limit.
Troubleshooting with This Command
When troubleshooting 5 GHz radio issues, the `ap dot11 5ghz` command is used to inspect and adjust radio parameters. Healthy output from `show ap dot11 5ghz` should show the radio in 'up' state, a valid channel (e.g., 36, 40, 149), and a reasonable power level (e.g., 4 or 5). Problem indicators include 'shutdown' state, channel set to 0 (auto), or power level at maximum (8) causing interference.
Common symptoms include clients unable to see the SSID, frequent disconnections, or low throughput. Focus on the 'Channel' field: if it shows 'auto', the AP is using RRM, which may not be optimal. Check 'Tx Power Level' – if too high, it can cause co-channel interference; if too low, coverage gaps.
The 'Client Limit' field should match expectations; if clients are being rejected, check 'Denied Associations' in statistics. A step-by-step diagnostic flow: 1) Check radio state with `show ap dot11 5ghz`. 2) If radio is down, use `ap dot11 5ghz no shutdown` to enable. 3) If channel is auto, consider manual assignment to avoid interference. 4) Use `show ap dot11 5ghz statistics` to see errors, retries, and client counts. 5) Correlate with `show ap dot11 5ghz association` to see connected clients and their signal strength. 6) Use `debug dot11 5ghz events` to monitor real-time events (caution: can be CPU-intensive). Also correlate with `show interfaces dot11radio 0` (for autonomous APs) to see packet errors.
The command `ap dot11 5ghz channel` can be used to change channel on the fly; observe if client connectivity improves. If the issue is intermittent, consider using `show logging` to see radio-related messages. Remember that changing channel or power will cause a brief outage for associated clients.
For persistent issues, check for RF interference using a spectrum analyzer or the AP's built-in scan feature. The `ap dot11 5ghz` command is also useful for disabling the radio temporarily during maintenance. Always document baseline settings before making changes.
CCNA Exam Tips
CCNA exam may test that 'ap dot11 5ghz' commands are entered in global config mode, not interface mode.
Remember that channel numbers for 5 GHz are non-overlapping (e.g., 36, 40, 44, 48) and the exam might ask which channels are valid.
The 'power local' command sets the transmit power in dBm; know that valid values are typically between 8 and 23 dBm.
Be aware that changing channel or power can cause a brief service disruption; the exam might ask about the impact.
Common Mistakes
Mistake: Using 'ap dot11 5ghz' in interface configuration mode instead of global config. Consequence: Command rejected.
Mistake: Setting a channel that is not supported by the regulatory domain. Consequence: Command fails with 'Invalid channel'.
Mistake: Setting power too high causing interference or too low causing coverage gaps. Consequence: Poor wireless performance.
ap dot11 5ghz [setting] vs ap dot11 24ghz [setting]
These two commands are often compared because they configure the two primary radio bands on Cisco APs, but their parameters and best-use scenarios differ significantly.
| Aspect | ap dot11 5ghz [setting] | ap dot11 24ghz [setting] |
|---|---|---|
| Frequency Band | 5 GHz | 2.4 GHz |
| Purpose | Optimize for throughput and less congestion | Optimize for range and compatibility |
| Typical Parameters | Channel width, TX power, client limit | Channel, power, enable/disable |
| Interference | Fewer overlapping channels | More prone to interference (e.g., Bluetooth, microwave) |
| Client Support | Newer devices (802.11ac/ax) | All Wi-Fi clients including legacy |
Use ap dot11 5ghz [setting] when you need high throughput and minimal interference for modern clients.
Use ap dot11 24ghz [setting] when you require maximum range or support for legacy devices.
Platform Notes
On Cisco IOS-XE (e.g., Catalyst 9800 WLC), the equivalent command is `ap dot11 5ghz` under the AP profile configuration, but the syntax differs: `ap profile <profile-name> dot11 5ghz channel <channel>`. On NX-OS (Cisco Nexus switches), there is no direct equivalent as they are not wireless platforms. On ASA firewalls, wireless is not supported.
For IOS versions, the command is available from IOS 12.4 onwards for autonomous APs, but on lightweight APs (IOS-based), the command is used on the WLC (e.g., Cisco 5508) under `config ap dot11 5ghz`. In IOS-XR (Cisco routers), there is no wireless support. On older IOS versions (12.x), the command may be `dot11 5ghz` under interface configuration.
On newer versions (15.x and 16.x), the global configuration command `ap dot11 5ghz` is standard for autonomous APs. On the Cisco 9800 WLC (IOS-XE), the command is `ap dot11 5ghz` but must be applied within an AP join profile. Always verify the exact syntax for your platform using `?` after the command.
For CCNA/CCNP, focus on the WLC GUI or CLI equivalents. The command `ap dot11 5ghz shutdown` is used to disable the radio; on IOS-XE, use `no ap dot11 5ghz` or `shutdown` under the radio interface. In summary, while the core concept is consistent, the exact syntax varies by platform and IOS version.
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