WLAN, DHCP, and wireless connectivity.

 

📶 Packet Tracer Wireless LAN Lab

🧭 Topology

        PC (Wireless)
|
Laptop / Phone
|
📡 Wireless Router (WRT300N)
|
Switch
|
PC (Wired)

Or expanded:

Laptop ----\
Phone ------> WRT300N ---- SW1 ---- PC1 (wired)
PC (WiFi) --/



All devices are in same LAN...


🧱 Devices Required

  • 1 × Wireless Router (WRT300N)
  • 1 × Switch (2960)
  • 1 × PC (wired)
  • 1–2 × Laptop / Smartphone (wireless)
  • (Optional) Server (for DHCP/DNS lab)

🌐 IP Addressing (Simple DHCP-based)

You can use wireless router DHCP:

  • Network: 192.168.0.0/24
  • Gateway: 192.168.0.1
  • DHCP Range: 192.168.0.100 – 192.168.0.200

⚙️ Step-by-Step Configuration

1️⃣ Place Devices

  • Drag WRT300N router
  • Add switch
  • Add PC + Laptop

2️⃣ Connect Devices

  • Switch → Wireless Router (LAN port)
  • PC → Switch using copper straight-through cable
  • Laptop → connects wirelessly (no cable)

3️⃣ Configure Wireless Router

Click WRT300N → GUI tab

🌐 Basic Setup

  • Local IP: 192.168.0.1
  • Subnet Mask: 255.255.255.0

📡 DHCP Settings

Enable DHCP:

  • Start IP: 192.168.0.100
  • Max Users: 50

📶 Wireless Settings

Set:

  • SSID: CiscoWiFi
  • Mode: Mixed (b/g/n)
  • Security: WPA2-Personal
  • Passphrase: cisco123

4️⃣ Connect Laptop to WiFi

On Laptop:

  • Desktop → PC Wireless
  • Select SSID: CiscoWiFi
  • Enter password: cisco123
  • Connect

Laptop will automatically get IP via DHCP


5️⃣ Verify IP Address

On Laptop:

ipconfig

You should see:

  • IP: 192.168.0.x
  • Gateway: 192.168.0.1

6️⃣ Testing Connectivity

Ping tests:

From Laptop:

ping 192.168.0.1   (router)
ping PC (wired IP)

From PC:

ping laptop IP

📊 What You Learn from This Lab

✔ Wireless connectivity setup
✔ SSID configuration
✔ WPA2 security
✔ DHCP automatic IP assignment
✔ LAN + WLAN integration
✔ Basic troubleshooting


⚡ Optional Upgrades (Advanced Practice)

If you want to level up the lab:

🔥 Add:

  • Server with DHCP instead of router DHCP
  • VLAN for wireless users
  • Separate Guest WiFi network
  • MAC filtering
  • Static IP vs DHCP comparison

🧠 Exam Tip

  • WRT300N = combines Router + Switch + Access Point
  • Wireless devices use SSID + password
  • DHCP eliminates manual IP configuration

Comments

Popular posts from this blog

🖧 VLAN (Virtual Local Area Network)

🌐 NAT (Network Address Translation)

🛰️ OSPF (Open Shortest Path First)