Exercise No5
Exercise No5
5
Configure a WPA2 Enterprise WLAN on the WLC
-Create a new WLAN
-Configure a DHCP Scope and SNMP
-Connect Hosts to the Network
TOPOLOGY
Addressing Table
Subnet Default
Device Interface IP Address Description
Mask Gateway
R1 G0/0/1 192.168.1.1 255.255.255.0 Not Applicable Connected to S1 G0/1
WLC Management 192.168.1.2 255.255.255.0 192.168.1.1 WLC Management
LAP NIC DHCP Connected to S1 Fa0/1
Admin NIC DHCP Connected to S1 Fa0/2
AAA NIC 192.168.1.3 255.255.255.0 192.168.1.1 Connected to S1 Fa0/3
Laptop NIC DHCP Connected Wirelessly to LAP
Router R1 Configuration
Router>enable
Router#configure terminal
Router(config)#hostname R1
R1(config)#interface g0/0/1
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#ip dhcp excluded-address 192.168.1.1 192.168.1.9
R1(config)#ip dhcp pool DHCP_Pool
R1(dhcp-config)#network 192.168.1.0 255.255.255.0
R1(dhcp-config)#default-router 192.168.1.1
R1(dhcp-config)#end
R1#copy run start
Please confirm settings and apply (There will be a reboot message, click Ok)
Close the Admin Window
User Setup
Username: admin
Password: admin
Then Click on Add
Configure the WLC to use a RADIUS server.
WPA2-Enterprise uses an external RADIUS server to authenticate WLAN users. Individual user accounts with
unique usernames and passwords can be configured on the RADIUS server. Before the WLC can use the services
of the RADIUS server, the WLC must be configured with the server address.
Click the Security menu on the WLC.
Click the New button and enter the IP address of the RADIUS server in the Server IP Address field.
The RADIUS server will authenticate the WLC before it will allow the WLC to access the user account information
that is on the server. This requires a shared secret value. Use Cisco123. Confirm the shared secret and click Apply.
Configure SNMP
Click the Management menu in the WLC GUI and expand the entry for SNMP in the left-hand menu.
Click Trap Receivers and then New…
Enter the community string as WLAN_SNMP and the IP address of the server at 192.168.1.3.
Click Apply to finish the configuration.
Configure a host to connect to the enterprise network.
In the Packet Tracer PC Wireless client app, you must configure a WLAN Profile in order to attach to a
WPA2-Enterprise WLAN.
Click Laptop and open the PC Wireless app.
Click the Profiles tab and then click Edit.
Highlight the Wireless Network Name for the WLAN that we created earlier and click Advanced Setup.
Verify that the SSID for the wireless LAN is present and then click Next. Wireless Host should see CP08.
Verify that the DHCP network setting is selected and click Next.
In the Security drop down box, select WPA2-Enterprise. Click Next.
Enter login admin and the password admin and click Next.
Verify the Profile Settings and click Save.
Then Click Connect to Network
Confirm that Wireless Host has connected to the WLAN. Wireless Host should receive an IP address from the
DHCP server
Test Connectivity.