Enterprise Wireless & DNS Topology Lab

Packet Tracer Interactive Assignment Guide Beginner GUI Mode

Progress: 0%
Multi-Subnet Packet Tracer Network Map
Click any device or port to inspect GUI config steps
Gig0/0/0 Gig0/0/1 Gig0/0/2 Gig0/1 Gig0/1 Gig0/1 ISR4331 Router0 Core Gateway 2960-24TT Switch0 PC0 Fa0/1 (DHCP) PC1 Fa0/2 (DHCP) LAP-PT (AP1) SSID: kable-staff Laptop0 (Wi-Fi) kable-staff 2960-24TT Switch1 PC2 Fa0/1 (DHCP) PC3 Fa0/2 (DHCP) LAP-PT (AP0) SSID: kable-students Laptop1 (Wi-Fi) kable-students 2960-24TT Switch2 PC4 Fa0/1 (DHCP) PC5 Fa0/2 (DHCP) Server1 DHCP 192.168.200.100 Server0 DNS 192.168.200.110 Server2 Web 192.168.200.120 WLC Controller0 192.168.200.130
Administration Dept 192.168.50.0/24

Router Interface: Gig0/0/0 (192.168.50.1)
DHCP Pool: serverPool (192.168.50.10 - .59)
Wireless SSID: kable-staff (Pass: staff123)
AP Device: LAP-PT Light Weight Access Point1

Student Learning 192.168.100.0/24

Router Interface: Gig0/0/1 (192.168.100.1)
DHCP Pool: serverPool100 (192.168.100.10 - .59)
Wireless SSID: kable-students (Pass: student123)
AP Device: LAP-PT Light Weight Access Point0

IT Department (Servers) 192.168.200.0/24

Router Interface: Gig0/0/2 (192.168.200.1)
DHCP Server: 192.168.200.100 | DNS Server: 192.168.200.110
Web Server: 192.168.200.120 | WLC Controller: 192.168.200.130
DHCP Pool: serverPool200 (192.168.200.10 - .59)

1

Phase 1: Router GUI & Relay

Config Tab & IP Helper CLI

2

Phase 2: DHCP Server GUI

Configure 3 Pools in GUI

3

Phase 3: DNS & Web GUI

A Record & CNAME Setup

4

Phase 4: WLC GUI Setup

Management & WLAN SSIDs

5

Phase 5: Laptop Wi-Fi GUI

Hardware Swap & Web Browser

Phase 1 (Beginner GUI + Single CLI Command)

Router Port IPs (GUI) & DHCP Relay (CLI)

Set up Router0 interfaces using Packet Tracer's visual Config Tab, then use the 1 required CLI command for DHCP relay!

Step 1A: Configure Router Interfaces in GUI (Config Tab)

  1. Click on ISR4331 Router0 in Packet Tracer.
  2. Click the Config Tab at the top.
  3. Under INTERFACES on the left menu:
    • Click GigabitEthernet0/0/0: Check Port Status: ON $\rightarrow$ IPv4 Address: 192.168.50.1 $\rightarrow$ Subnet Mask: 255.255.255.0
    • Click GigabitEthernet0/0/1: Check Port Status: ON $\rightarrow$ IPv4 Address: 192.168.100.1 $\rightarrow$ Subnet Mask: 255.255.255.0
    • Click GigabitEthernet0/0/2: Check Port Status: ON $\rightarrow$ IPv4 Address: 192.168.200.1 $\rightarrow$ Subnet Mask: 255.255.255.0

Step 1B: The ONLY CLI Command in this Lab! (DHCP Relay)

Click the CLI Tab on Router0. Type ip helper-address 192.168.200.100 on GigabitEthernet0/0/0 and 0/0/1 so PCs in subnets 50 and 100 can reach the DHCP server (192.168.200.100)!

Router0 CLI Tab - DHCP Relay Command
Router> enable Router# config t Router(config)# interface Gig0/0/0 Router(config-if)# ip helper-address 192.168.200.100 Router(config-if)# exit Router(config)# interface Gig0/0/1 Router(config-if)# ip helper-address 192.168.200.100 Router(config-if)# end
Configured Router0 interface IPs (50.1, 100.1, 200.1) & turned Port Status ON in the Config GUI tab.
Entered CLI tab and ran ip helper-address 192.168.200.100 on Gig0/0/0 and Gig0/0/1.
Phase 2 (Server GUI)

DHCP Server GUI Setup (Server1)

Configure Server1 DHCP using the Packet Tracer visual GUI tabs.

Step 2A: Set Server Static IP in Desktop Tab

Click Server1 DHCP $\rightarrow$ Desktop Tab $\rightarrow$ IP Configuration:
Select Static $\rightarrow$ IP Address: 192.168.200.100 | Subnet Mask: 255.255.255.0 | Gateway: 192.168.200.1 | DNS Server: 192.168.200.110

Step 2B: Configure DHCP Pools in Services Tab

Click Services Tab $\rightarrow$ Click DHCP on the left $\rightarrow$ Toggle Service: ON.
Fill in each pool, then click Add or Save:

Server1 DHCP Services GUI Table (As shown in screenshot)
Pool Name Default Gateway DNS Server Start IP Address Subnet Mask WLC Address
serverPool (Admin) 192.168.50.1 192.168.200.110 192.168.50.10 255.255.255.0 192.168.200.130
serverPool100 (Students) 192.168.100.1 192.168.200.110 192.168.100.10 255.255.255.0 192.168.200.130
serverPool200 (IT Dept) 192.168.200.1 192.168.200.110 192.168.200.10 255.255.255.0 192.168.200.130
Set Server1 Static IP (192.168.200.100) in Desktop > IP Configuration GUI.
Toggled DHCP Service to ON and created/saved all 3 pools with WLC Address 192.168.200.130.
Phase 3 (DNS & Web GUI)

DNS Records & Web Server GUI

Configure Server0 DNS and Server2 Web Server via visual GUI tabs.

Step 3A: Static IP Setup in GUI

Server0 DNS: Desktop Tab $\rightarrow$ Static IP 192.168.200.110, Mask 255.255.255.0, Gateway 192.168.200.1
Server2 Web: Desktop Tab $\rightarrow$ Static IP 192.168.200.120, Mask 255.255.255.0, Gateway 192.168.200.1

Server0 DNS > Services Tab > DNS GUI Menu
  1. Click Services Tab $\rightarrow$ Click DNS on the left $\rightarrow$ Toggle Service: ON.
  2. Create A Record: Name: kableacademy.com $\rightarrow$ Type: A Record $\rightarrow$ Address: 192.168.200.120 $\rightarrow$ Click Add.
  3. Create CNAME Record: Name: www.kableacademy.com $\rightarrow$ Type: CNAME $\rightarrow$ Host Name: kableacademy.com $\rightarrow$ Click Add.
Type Name Address / Hostname Target
A Record kableacademy.com 192.168.200.120
CNAME www.kableacademy.com kableacademy.com
Configured Static IPs for Server0 DNS (110) & Server2 Web (120).
Added A Record (kableacademy.com) and CNAME (www.kableacademy.com) in DNS GUI.
Phase 4 (WLC GUI)

Wireless LAN Controller GUI Setup

Configure WLC-PT Management IP and create the 2 Wireless LAN SSIDs using visual GUI windows (as shown in user snapshots 3 & 4).

Step 4A: WLC Management IP GUI (Config Tab > Management)

  • Click Wireless LAN Controller0 $\rightarrow$ Click Config Tab $\rightarrow$ Click Management.
  • IPv4 Address: 192.168.200.130
  • Subnet Mask: 255.255.255.0
  • Default Gateway: 192.168.200.1
  • DNS Server: 192.168.200.110
WLC Controller0 > Config Tab > Wireless LANs GUI Menu

Click Wireless LANs on the left menu. Create 2 WLANs:

WLAN Name SSID Authentication PSK Pass Phrase
Administration Dept kable-staff WPA2-PSK staff123
Student Learning kable-students WPA2-PSK student123
Set WLC Management IP (192.168.200.130) in Config > Management GUI tab.
Configured WLAN SSIDs kable-staff (pass: staff123) and kable-students (pass: student123).
Phase 5 (Client GUI)

Laptop Wi-Fi Card Swap & Web Browser Test

Swap the hardware module on laptops, connect to Wi-Fi via GUI, and verify domain resolution!

Laptop Physical Hardware Swap in Packet Tracer:

  1. Click on Laptop0 $\rightarrow$ Click Physical Tab.
  2. Click the Power Button to turn off the laptop (light goes off).
  3. Drag the Ethernet module out of the slot into bottom right tray.
  4. Drag WPC300N (Wireless Module) into the empty slot.
  5. Click the Power Button to turn ON laptop. Repeat for Laptop1.

Wireless GUI Connection & Web Verification:

  1. Click Desktop Tab $\rightarrow$ PC Wireless GUI App $\rightarrow$ Connect Tab.
  2. Connect Laptop0 to kable-staff (Password: staff123).
  3. Connect Laptop1 to kable-students (Password: student123).
  4. Open Web Browser App on Desktop tab, type www.kableacademy.com or kableacademy.com and press Go!
Swapped wired module for WPC300N Wireless module on Laptop0 & Laptop1.
Connected Laptop0 to kable-staff and Laptop1 to kable-students via PC Wireless GUI.
Successfully navigated to www.kableacademy.com in Web Browser GUI!
Interactive Virtual Device Terminal & Web Browser

Select Virtual Device:

Laptop0
Admin Dept
Laptop1
Students
PC0
Admin Dept
PC2
Students
Device: Laptop0 (192.168.50.10)
Packet Tracer PC Command Line v8.2 Type "help", "ipconfig", "ping 192.168.200.120", or "nslookup www.kableacademy.com" to test.
C:\>

Kable Academy

Welcome to Kable Academy Enterprise Portal! Your network connection and DNS resolution were successful.

CNAME & A Record Resolved to 192.168.200.120
Master GUI & Single CLI Reference

The Only CLI Commands Needed for this Lab:

Since students use the Packet Tracer GUI for all IP settings, servers, and wireless, the ONLY CLI command typed into Router0 is setting the DHCP relay:

Router0 CLI Tab Commands
Router> enable Router# config t ! Enable DHCP Relay for Administration Dept (Subnet 50) Router(config)# interface Gig0/0/0 Router(config-if)# ip helper-address 192.168.200.100 Router(config-if)# exit ! Enable DHCP Relay for Student Learning (Subnet 100) Router(config)# interface Gig0/0/1 Router(config-if)# ip helper-address 192.168.200.100 Router(config-if)# end

Packet Tracer GUI Settings Matrix

Device Packet Tracer Tab Setting Field Config Value
Router0 Config > Gig0/0/0 IP / Mask / Port Status 192.168.50.1 / 255.255.255.0 / ON
Router0 Config > Gig0/0/1 IP / Mask / Port Status 192.168.100.1 / 255.255.255.0 / ON
Router0 Config > Gig0/0/2 IP / Mask / Port Status 192.168.200.1 / 255.255.255.0 / ON
Server1 DHCP Services > DHCP Pools & WLC Address 3 Pools configured with WLC 192.168.200.130
Server0 DNS Services > DNS A Record & CNAME kableacademy.com & www.kableacademy.com
WLC0 Config > Wireless LANs SSIDs & WPA2-PSK kable-staff (staff123) / kable-students (student123)
Lab Knowledge Check & Verification Quiz
1. Why is ip helper-address 192.168.200.100 the only CLI command required on router ports Gig0/0/0 and Gig0/0/1?
A) To forward web page requests to Server2.
B) To relay client DHCP requests across router interfaces to the DHCP server at 192.168.200.100.
C) To set the IP address of the router port.
D) To enable Wi-Fi signals on the laptops.
2. What type of DNS record resolves www.kableacademy.com to kableacademy.com?
A) MX Record
B) A Record
C) CNAME Record
D) PTR Record
3. In Packet Tracer, where do you set router interface IP addresses without using CLI commands?
A) Router Config Tab > INTERFACES menu
B) Physical Tab
C) Attributes Tab
D) Switch Command Prompt

Certificate of Completion

Kable Academy Enterprise Networking Lab

This certifies that student

has successfully completed the Enterprise Wireless WLC, DHCP Relay & DNS CNAME Topology Lab.

Guided Lab Tasks: 0 / 12 Completed (0%)
Knowledge Quiz Score: Not Submitted Yet
Completion Date:
Verification Code: KA-WLC-2026-9F8A

Student Required Packet Tracer Work Screenshots:

Attach your Packet Tracer screenshots below before printing your final certificate for submission.

1. Connected Topology Work Area

Click to upload Packet Tracer Work Area Snapshot (All devices & Wi-Fi connected)
Topology Screenshot

2. Web Page Connected (www.kableacademy.com)

Click to upload Web Browser Snapshot (Navigated to kableacademy.com)
Web Browser Screenshot