How to Configure Wireless Access Point in Packet Tracer

Wireless networks are the fundamental component of today’s networking environment. However, if you are working in the field of computer networking and cannot configure a wireless network,. It could negatively impact your performance in a professional environment. One of the best ways to practice this is by using Cisco Packet Tracer. It is easier to configure compared to other network simulation software. In this blog, you will learn how to configure a wireless access point in Packet Tracer step-by-step. 

What You’ll Learn

  • How to set up a wireless access point
  • How to configure laptops and smartphones to connect wirelessly
  • How to use a DHCP server for IP addressing
  • How to expand the wireless network and set up wireless security using WPA2-PSK

Lab Setup

Here in this lab we will configure a Cisco wireless access point in Packet Tracer from scratch.

Start by dragging and dropping the following devices into the workspace:

  • 1 Wireless Access Point (AP)
  • 2 Laptops
  • 1 Smartphone
drag and drop WAP for how to configure wireless access point in Packet Tracer.

The smartphone has been connected to the access point, but laptops are unable to connect directly to it. Why is that? Because laptops come with a wired network by default. Therefore, you need to change it to a wireless adapter, as below in the screenshot below.

Laptop Configuration

Remove the existing adapter and place it in the designated slot, as shown in the image below.

remove the existing NIC

Add the Linksys-WPC300N module to the laptop to enable wireless connectivity, and then power on the laptop.

add wireless NIC and then turn it on

In the same way, configure the second laptop. After that, add a switch and a DHCP server to the topology. Connect the switch to the wireless access point through port 0. Finally, set the IP address of the DHCP server to 192.168.1.10/24.

add a dhcp server and a switch

Configure the DHCP server settings, including the IP address pool, default gateway, and DNS server.

onfigure the DHCP Server

Enable DHCP on Laptop1 in the topology.

 Enable DHCP on Laptop1

Enable dhcp on the second laptop as well.  Additionally, enable dhcp on the smartphone.

enable dhcp on smartphone

Now, we will expand our topology by adding a router, a switch, another Cisco wireless access point, and a second DHCP server. Configure the IP address of the second DHCP server as shown in the screenshot (192.168.2.10/24).

add router, switch, another dhcp server 2 and an access point

Set up second DHCP server as given below:

 configure 2nd dhcp server

Add three more laptops in the topology. You will notice that they connect randomly to either of the access points.

 wrongly connected to WAP1

Laptop6 is connected to the first access point (AP), while Laptop4 and Laptop5 are connected to the second AP.

In order to resolve this issue, we will configure authentication on the second AP. The authentication we will use is WPA2-PSK. To address this issue, we will configure authentication on the second access point using WPA2. PSK

 configure authentication on WAP2

Now, examine the topology shown in the screenshot below, and pay close attention to Laptop4, Laptop5, and Laptop6.

Once authentication is enabled, Laptop4, Laptop5, and Laptop6 will be disconnected from the second AP and will automatically connect to the first AP.

All laptops are connected to WAP1 due to open wifi

Go to each laptop and enter the following passphrase.

 Setup password on Laptop6 to connected to WAP2

After entering the passphrase on all laptops, you will observe that all three laptops disconnect from the first access point and connect to the second access point, as shown below.

 check the Laptops for connection

The next step is to obtain an IP address from DHCP Server 2 on each laptop using DHCP.

Laptop6

We will now check connectivity from Laptop6 to the gateway, as well as to the router interface Fa 0/0 side.

 ping from laptop6 to router both interfaces

The ping to the gateway was successful. Now, proceed to ping Laptop1.

ping to Laptop1

In this lab, we walked through the entire step-by-step process to configure a wireless access point in Packet Tracer, starting from connecting devices and enabling wireless adapters to setting up DHCP and securing the network with WPA2-PSK. These are real-world tasks you’ll likely face in a professional environment, so practicing them in Packet Tracer is a great way to build your confidence.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *