WirelessGlobal Config

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.

Syntax·Global Config
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.

Command Examples

Enable 2.4 GHz radio

ap dot11 24ghz enable

No 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 8

Sets 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.

CCNA Exam Tips

1.

Remember that 'ap dot11 24ghz' is used in global config mode, not interface mode.

2.

The 'power' parameter range is 1-8 (8 = max power).

3.

Channel selection must comply with local regulatory domain; exam may test allowed channels.

4.

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.

Related Commands

Practice for the CCNA 200-301

Test your knowledge with hundreds of CCNA practice questions covering all exam domains.

Practice CCNA Questions