0% found this document useful (0 votes)
177 views

CCNA Wireless Sample Lab Labs List

This document outlines the steps to upgrade an AP 1131 to LWAPP mode using an upgrade tool. The steps include: 1. Opening the upgrade tool and selecting the IP file with AP details 2. Configuring the AP with an IP and enabling telnet/SSH access 3. Providing the AP and upgrade tool IP details to the upgrade tool 4. The upgrade tool will then upgrade the AP software and reboot it into LWAPP mode.

Uploaded by

CH
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
177 views

CCNA Wireless Sample Lab Labs List

This document outlines the steps to upgrade an AP 1131 to LWAPP mode using an upgrade tool. The steps include: 1. Opening the upgrade tool and selecting the IP file with AP details 2. Configuring the AP with an IP and enabling telnet/SSH access 3. Providing the AP and upgrade tool IP details to the upgrade tool 4. The upgrade tool will then upgrade the AP software and reboot it into LWAPP mode.

Uploaded by

CH
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

1

Cisco Certified Network Associate (CCNA)


Wireless
Students Lab Manual
Developed by: NETWORK EXPERT INC.






2

Table of Contents

Lab#1 Password Recovery on AP 1131
Lab#2 Upgrading AP 1131 to LWAPP Mode
Lab#3 Setting up AP as Bridge
Lab#5 Installing Windows Server.
Lab#6 Configure DHCP Server on Windows for LWAPP Options
Lab#7 Configure IIS & CA Server on Windows Server
Lab#8 Install the RADIUS Server and Request a Certificate
Lab#9 Configure the RADIUS Server for PEAP-MS-CHAP v2 Authentication
Lab#10 Add User to AD and Allow Wireless Access for the User
Lab#11 Create Wireless LAN, VLANS, Interfaces in the WLC and configure WLC
for RADIUS Authentication
Lab#12 Setup Windows7 for Wireless Connectivity
Lab#13 Configure 3750 Switch for Connectivity
Lab#14 Configure Router to Perform NAT to reach the Internet
Lab#15 Upgrade Code on Wireless LAN Controller





3

Lab 2: Upgrading AP 1131 to LWAPP Mode

Step 1:
Install the upgrade tool on your system provide by your instructor. Or check if tool is already installed on
your laptop.

Step 2:
Open the upgrade toll by clicking on its link:



Step 3:

The IP File field is the input file of access points to upgrade. Whether you have one or several access
points to upgrade, create a flat text file in the following format:

ap-ip-address,telnet-username,telnet-user-password,enable-password
ap-ip-address,telnet-username,telnet-user-password,enable-password

Each line in the text file lists the unit IP address, Telnet username and password, and a password that
permits access to the access point CLI privileged EXEC mode. Use a comma to separate each item on a
line. Save the text file on the same machine that hosts the upgrade tool. Click the . . . button to browse
to and select the text file.
4




Step 4:

Make the AP ready to communicate to the Upgrade tool:


5

ap(config)#username network password cisco
ap(config)#int fastEthernet 0
ap(config-if)#ip address 172.16.1.10 255.255.255.0
ap(config-if)#no shut
ap(config)#int BVI1
ap(config-if)#ip address 172.16.1.15 255.255.255.0
ap(config-if)#no shut
ap(config)#line vty 0 4
ap(config-line)#pass
ap(config-line)#password cisco
ap(config-line)#login
ap(config-line)#end
ap#wr

Assign IP to your laptop as below:

Ethernet adapter Local Area Connection:
IPv4 Address. . . . . . . . . . . : 172.16.1.20
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :

Test connectivity between Laptop where Upgrade tool is installed and AP:

C:\Users\ms041m>ping 192.168.5.5

Pinging 192.168.5.5 with 32 bytes of data:
Reply from 192.168.5.5: bytes=32 time=1ms TTL=255
Reply from 192.168.5.5: bytes=32 time<1ms TTL=255
6

Reply from 192.168.5.5: bytes=32 time<1ms TTL=255
Reply from 192.168.5.5: bytes=32 time<1ms TTL=255

Ping statistics for 192.168.5.5:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms

C:\Users\ms041m>


Access the Wireless LAN Controller using its Service Port which has 192.168.1.1 IP by default, assign your
laptop NIC 192.168.1.10 for the time being to connect to WLC to check its settings:



Uername: Administrator
7

Password: cisco123

And under Controller and Interfaces look like this:



Provide all the info in the Upgrade Tool. You will need image to upgrade AP to LWAPP mode.

8



And Tool will start upgrading the AP:

9




10

Detailed Log from the Upgrade tool will show similar to this:



As after restart AP will be in LWAPP mode and its FastEthernet Interface will be setup to look for IP from
DHCP Server, haveDHCP Scope configured on the WLC:



11

Restart the LWAPP and as soon as it restarts it will get IP from the DHCP Scope from the WLC and will
attempt to register with WLC and as soon as it registers, it will check and if its existing code is not
matching with the code on WLC it will upgrade with the code on WLC:

You might also like