Packet Tracer Multi-Subnet Companion
Guided CLI configuration, custom IP schemes, OSPF routing, and CAPWAP WLC orchestration.
Scenario Overview
In this advanced Packet Tracer assignment, you will deploy a distributed corporate office network. The layout is physically structured into five localized subnets and three serial/gigabit WAN links. To secure corporate systems, the company uses OSPF Area 0 (Backbone) as its core routing protocol, Router-on-a-Stick (802.1Q encapsulation) for localized multi-VLAN segmentation, a centralized DHCP Server residing in Network 5 to dispense dynamic leases globally, and a Wireless LAN Controller (WLC-PT) to centrally manage and provision Lightweight Access Points (LAPs) in VLANs 10, 20, and 30 using CAPWAP.
Interactive Topology Map
Hover over elements to see network parameters. Click a router or switch to hop directly to its CLI terminal configs!
Subnet Boundaries Planner
Enter your calculated VLSM configurations below for each subnet. The parent scope is 192.168.100.0/24. All localized subnets are assigned /27 masks, and all WAN serial/gigabit link scopes are assigned /30 masks.
| Subnet / Segment | Target Scope | Subnet Mask | Network ID | Default Gateway (First) | Usable IP Range | Broadcast ID | Status |
|---|---|---|---|---|---|---|---|
| Network 1 (VLAN 10) Laptop 1 & AP0 | 192.168.100.0/27 | to | |||||
| Network 2 (VLAN 20) Laptop 2 & AP1 | 192.168.100.32/27 | to | |||||
| Network 3 (VLAN 30) Laptop 3 & AP2 | 192.168.100.64/27 | to | |||||
| Network 4 Management PC1 Management Hub | 192.168.100.96/27 | to | |||||
| Network 5 Administration PC0, DHCP Server, WLC | 192.168.100.128/27 | to | |||||
| WAN 0-1 Link Router0 to Router1 Link | 10.10.10.0/30 | to | |||||
| WAN 1-2 Link Router1 to Router2 Link | 10.10.10.4/30 | to | |||||
| WAN 2-3 Link Router2 to Router3 Link | 10.10.10.8/30 | to |
VLSM Reference Guidelines
- /27 Subnets have a block size of 32. Their masks are `255.255.255.224`. Usable host addresses always run from `(Network ID + 1)` to `(Broadcast ID - 1)`.
- /30 WAN Links have a block size of 4. Their masks are `255.255.255.252`. There are exactly 2 usable IP addresses per WAN link.
- For WAN serial/gigabit link entries, type the full IP addresses (e.g. `10.10.10.1`) in the Usable Range blocks.
Router Interface Assignments (Custom IP Setup)
Students have complete control over what IPs they assign to their Router interfaces! Enter your chosen IP addresses for each Router interface. The system will double-check that your selections fall within the mathematically correct usable IP range of their respective subnets and alert you to conflicts.
Choose Device
Awaiting IP address verifications...
Technical Command Breakdown
GUI Configuration Guides: Central DHCP & WLC
Some services in Packet Tracer are configured using graphical user interfaces (GUI). Follow these guides carefully to deploy the DHCP pools and orchestrate the Wireless LAN Controller (WLC-PT).
1. Static IP Configuration
Click on Server-PT DHCP Server0 in Packet Tracer, go to Desktop → IP Configuration, and apply these parameters:
2. Setup Dynamic DHCP Pools
Navigate to Services → DHCP. Turn the DHCP service ON and create/edit the following five network pools. Click Add or Save for each pool:
Pool 1: Kable1 (VLAN 10)
- Gateway: Router0 VLAN10 Gateway IP
- Subnet Mask: 255.255.255.224
- Start IP Address: 192.168.100.2
- WLC IP Address: WLC IP Address
Pool 2: Kable2 (VLAN 20)
- Gateway: Router0 VLAN20 Gateway IP
- Subnet Mask: 255.255.255.224
- Start IP Address: 192.168.100.34
- WLC IP Address: WLC IP Address
Pool 3: Kable3 (VLAN 30)
- Gateway: Router0 VLAN30 Gateway IP
- Subnet Mask: 255.255.255.224
- Start IP Address: 192.168.100.66
- WLC IP Address: WLC IP Address
Pool 4: Management (Net 4)
- Gateway: Router1 Net 4 Gateway IP
- Subnet Mask: 255.255.255.224
- Start IP Address: 192.168.100.98
- WLC IP Address: N/A
Pool 5: Administration (Net 5)
- Gateway: Router3 Net 5 Gateway IP
- Subnet Mask: 255.255.255.224
- Start IP Address: 192.168.100.130
- WLC IP Address: N/A
1. Logging into WLC WLC0 Graphical Dashboard
Go to **PC0** (or PC1), navigate to **Desktop → Web Browser**, and enter the WLC management address:
Create your admin account credentials on first login (e.g. username: admin / password: Admin123!).
2. Define Dynamic Interfaces for VLANs
Go to **Controller → Interfaces**. Click **New** to create dynamic interfaces matching our subnets:
| Interface Name | VLAN ID | Port Number | IP Address | Subnet Mask | Gateway IP | Primary DHCP Server |
|---|---|---|---|---|---|---|
| vlan10 | 10 | 1 | 192.168.100.20 (Example) | 255.255.255.224 | R0 VLAN10 Gateway | 192.168.100.158 |
| vlan20 | 20 | 1 | 192.168.100.50 (Example) | 255.255.255.224 | R0 VLAN20 Gateway | 192.168.100.158 |
| vlan30 | 30 | 1 | 192.168.100.80 (Example) | 255.255.255.224 | R0 VLAN30 Gateway | 192.168.100.158 |
3. Deploy Wireless LANs (WLANs)
Navigate to **WLANs → WLANs**. Click **Create New** (Go) to establish the WLAN networks:
WLAN 1: Kable1
- SSID:
Kable1 - Interface: Select
vlan10 - Security: Enable **WPA2-PSK**
- Passphrase:
Kable1231 - Status: Check **Enabled** box
WLAN 2: Kable2
- SSID:
Kable2 - Interface: Select
vlan20 - Security: Enable **WPA2-PSK**
- Passphrase:
Kable1232 - Status: Check **Enabled** box
WLAN 3: Kable3
- SSID:
Kable3 - Interface: Select
vlan30 - Security: Enable **WPA2-PSK**
- Passphrase:
Kable1233 - Status: Check **Enabled** box
Save and apply configurations. The LAPs in VLANs 10, 20, and 30 will dynamically learn these SSIDs, apply the passphrases, and provision corporate dynamic networks!
Student guided Lab Checklist
Complete the activity step-by-step. Mark each milestone as done to track your completion progress!