ap dot11 5ghz [setting]
Configures 5 GHz radio settings on a Cisco AP, such as channel, power, or client limit, to optimize wireless performance.
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.
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.
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.
Related Commands
Practice for the CCNA 200-301
Test your knowledge with hundreds of CCNA practice questions covering all exam domains.
Practice CCNA Questions