Packet Tracer Multi-Subnet Companion
Guided CLI configurations, OSPF routing, all-Gigabit links, and WLC-PT Lightweight AP orchestrations.
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 GigabitEthernet WAN links (using ISR 4331 Gigabit interfaces `0/0/1` and `0/0/2`). To secure corporate systems, the company uses OSPF Area 0 (Backbone) as its core routing protocol, a centralized DHCP Server residing in Network 5 to dispense dynamic leases globally, and a Wireless LAN Controller (WLC-PT) configured directly via the native PT Config panel to centrally manage and provision Lightweight Access Points (LAPs) in VLANs 10, 20, and 30.
Current Routing Design: Router-on-a-Stick (ROAS). Router0 acts as the gateway for VLANs 10, 20, and 30 using subinterfaces on its physical GigabitEthernet0/0/0 port. MLS0 acts as a Layer 2 switch.
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 interfaces 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 link entries, type the full IP addresses (e.g. `10.10.10.1`) in the Usable Range blocks.
Interface Assignments (Custom IP Setup)
Students have complete control over what IPs they assign to their Router and Switch Virtual Interfaces (SVIs)! Enter your chosen IP addresses. 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
Device Configurations: Central DHCP & WLC-PT
Follow these guides carefully to deploy the DHCP pools and orchestrate the Wireless LAN Controller (WLC-PT) using native Cisco Packet Tracer dialogue panels.
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: VLAN 10 Gateway IP
- Subnet Mask: 255.255.255.224
- Start IP Address: 192.168.100.2
- WLC Address (Option 43): WLC IP Address
Pool 2: Kable2 (VLAN 20)
- Gateway: VLAN 20 Gateway IP
- Subnet Mask: 255.255.255.224
- Start IP Address: 192.168.100.34
- WLC Address (Option 43): WLC IP Address
Pool 3: Kable3 (VLAN 30)
- Gateway: VLAN 30 Gateway IP
- Subnet Mask: 255.255.255.224
- Start IP Address: 192.168.100.66
- WLC Address (Option 43): 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 Address: N/A
Pool 5: Administration (Net 5)
- Gateway: Net 5 Gateway IP
- Subnet Mask: 255.255.255.224
- Start IP Address: 192.168.100.130
- WLC Address: N/A
1. Configure WLC0 Management IP
Click on WLC0 (Wireless LAN Controller) in Packet Tracer, go to the Config tab, and select **Management** under the **INTERFACE** group on the left:
2. Deploy Wireless LANs (SSID Profiles)
Select **Wireless LANs** under the **GLOBAL** group. Map the dynamic subnets directly by creating these three SSID entries:
SSID Profile 1
- Profile Name:
Network 1 - SSID:
Kable1 - VLAN ID: 10
- Security: Select WPA2-PSK
- Passphrase:
Kable1231
SSID Profile 2
- Profile Name:
Network 2 - SSID:
Kable2 - VLAN ID: 20
- Security: Select WPA2-PSK
- Passphrase:
Kable1232
SSID Profile 3
- Profile Name:
Network 3 - SSID:
Kable3 - VLAN ID: 30
- Security: Select WPA2-PSK
- Passphrase:
Kable1233
3. Enable WLAN Group Broadcasting
Select **AP Groups** under the **GLOBAL** group on WLC0 Config tab:
Under the **Wireless LANs** checkbox sub-grid, verify that all three profiles are checked:
Click **Save** in WLC0. The three Lightweight Access Points connected in Multilayer Switch0 will register using CAPWAP and broadcast the respective corporate Wi-Fi SSIDs dynamically!
Student guided Lab Checklist
Complete the activity step-by-step. Mark each milestone as done to track your completion progress!