Skip to content

Alternative Lab 4 1: Small Enterprise Lab

Emma edited this page Nov 10, 2025 · 3 revisions

Objective

To build the following network in Packet Tracer:

image

Using the following VLAN assignments:

image image

Lab

Layout

Screenshot 2025-11-07 at 1 21 53 PM * NOTE: In this screenshot I used 3650-24PS MLS, I switched them to 3560-24PS for the rest of the steps.

Configuring Central MLS

Hostname: Central-MLS

Needs layer 3 - Cisco Commands

  1. Open CLI -> enable -> conf t
  2. ip routing

Define appropriate VLANs from CLI (For all switches)

Cisco Commands: from Switch(config)#vlan x Name <name>

West MLS

  • West Clinic
  • West Admin

Central MLS

  • All

East MLS

  • East Clinic
  • East Admin

Create VLAN interfaces to act as the default gateway for area VLANS

Cisco Commands: from Switch(config)# interface vlan x ip address x.x.x.x 255.x.x.x

INTERFACES *

Clone this wiki locally