The factory configuration of the WLC is preconfigured to require minimal configuration from the user to get the first working Wi-Fi network. To quickly connect the WLC to the workbench, follow these steps:
To successfully authorize a client, it is necessary to create an account for it in the database of the local RADIUS server embedded in the WLC. It can be created using the following commands:
Login for authorization in WLC: "admin", password: "password". After authorization it is necessary to change the password: wlc(change-expired-password)# password newpassword wlc(change-expired-password)# commit wlc(change-expired-password)# confirm wlc# configure wlc(config)# radius-server local wlc(config-radius)# domain default #Create Wi-Fi user account to connect to the Enterprise SSID: wlc(config-radius-domain)# user name1 wlc(config-radius-user)# password ascii-text password1 wlc(config-radius-user)# end wlc# commit wlc# confirm |
After that you can connect to SSID “default_ssid” with login “name1” and password “password1” and get Internet service.
Status of the access point on the controller can be viewed using the following command:
wlc# show wlc ap |
The complete WLC configuration is described in the WLC configuration section. All of the configuration described there is already contained in the factory configuration of the WLC, except for the Wi-Fi user account settings above. Examining the full WLC configuration provides an understanding of what the various objects in the configuration are responsible for and how they relate to each other.