Wireless LAN Controller (WLC) is the centralized management and control of access points (APs). WLC allows network administrators to configure and monitor wireless networks from a single interface. Advance features such as security, roaming, and Quality of Service (QoS) can also be configured on WLC.
In this article, I will configure wireless LAN controller starting from basic setting via Command Line Interface (CLI).
Step 1: Connect to the WLC
The first step in configuring a WLC is to connect to it. This can be done via a console cable or a web interface. To connect via a console cable, plug the cable into the WLC's console port and connect the other end to a computer's serial port. To access the WLC command line use putty. You can also access WLC via a web browser by entering the WLC's default IP address.
Step 2: Basic Settings
When connected to the WLC either via its default IP address or via console. First we have to configuration the basic settings such as the hostname, IP address, and default gateway. Now lets configure the hostname using the following command:
(config)# hostname [hostname]
To configure the IP address and default gateway, use the following commands:
(config)# interface management [interface number]
(config-if)# ip address [IP address] [subnet mask]
(config-if)# exit
(config)# ip default-gateway [default gateway]
(config)# qos [QoS settings]
(config-qos)# end
Step 10: Save the Configuration
After configuring the WLC, it is essential to save the configuration to ensure that the changes persist after a reboot. To save the configuration, use the following command:
save config
Conclusion
In conclusion, configuring a Wireless LAN Controller can be a complex process. The ten steps outlined in this article cover the basic configuration steps required to set up a WLC. However, there are many additional advanced settings that can be configured, such as load balancing, RF profiles, and network analysis. By following the steps outlined in this article and exploring the WLC's advanced settings, network administrators can create a highly available and secure wireless network.
Manish Srivastava is Network Solution Architect with an expertise on Cisco Wireless, Cisco ACI and F5 & Citrix Load Balancers. Currently he is working with an IT company in India. He has been associated with different organizations since last more than 16 years such as TCS, Wipro, HCL, BT, KPMG etc. If we talk about certifications, he has done ...
More... | Author`s Bog | Book a Meeting