Cisco Wireless LAN Controller (WLC) Basic Configuration

Comments · 350 Views

In this example, we'll make an essential organization with the Cisco Wireless LAN Controller (WLC) and two passageways. I utilize a Cisco WLC 2504 and 2702 passages yet some other WLC and passageways will work.

I'll disclose how to design the WLC and the switch, and we'll investigate the WLC's GUI.
VLAN 10 is the administration VLAN. The WLC utilizes the administration connection point to speak with the passages, and we can utilize the administration connection point to design the WLC through SSH or the GUI.
VLAN 20 and 30 are for remote organizations.
We need to isolate our administration traffic from our remote client traffic, which is the reason we have a different administration VLAN. Each SSID can guide to an alternate VLAN in this way, with two VLANs, we can make two separate remote organizations. For instance, you could make one remote organization for corporate clients and another for visitor clients.

SW1 and the WLC will have a static IP address in VLAN 10:

WLC1: 192.168.10.100
SW1: 192.168.10.254
We'll arrange SW1 as a DHCP server, so the passageways get a unique IP address. The passageways will actually want to find the WLC consequently on the grounds that they are in a similar VLAN.

Design

SW1
We should begin with the switch and make those VLANs:

SW1(config)#vlan 10
SW1(config-vlan)#name MANAGEMENT
SW1(config-vlan)#exit
SW1(config)#vlan 20
SW1(config-vlan)#name SSID1
SW1(config-vlan)#exit
SW1(config)#vlan 30
SW1(config-vlan)#name SSID2
SW1(config-vlan)#exit

For more information about wireless lan controller

Comments