6-2
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-30644-01
Chapter6 Configuring Radio Settings
Enabling the Radio Interface
Enabling the Radio Interface
The wireless device radios are disabled by default.
Note Beginning with Cisco IOS Release 12.3(8)JA there is no SSID. You must create an SSID before you can
enable the radio interface.
Beginning in privileged EXEC mode, follow these steps to enable the access point radio:
Use the shutdown command to disable the radio port.
Command Purpose
Step1 configure terminal Enter global configuration mode.
Step2 dot11 ssid ssid Enter the SSID. The SSID can consist of up to 32 alphanumeric
characters. SSIDs are case sensitive.
Step3 interface dot11radio {0 | 1slot/port} Enter interface configuration mode for the radio interface.
The 2.4-GHz and the 802.11n 2.4-GHz radio is radio 0
The 5-GHz and the 802.11n 5-GHz radio is radio 1.
Step4 ssid ssid Assign the SSID you created in Step 2 to the appropriate radio
interface.
Step5 no shutdown Enable the radio port.
Step6 end Return to privileged EXEC mode.
Step7 copy running-config startup-config (Optional) Save your entries in the configuration file.