-
Notifications
You must be signed in to change notification settings - Fork 0
Alternative Lab 4 1: Small Enterprise Lab
Emma edited this page Nov 16, 2025
·
2 revisions
To build the following network in Packet Tracer:
Using the following VLAN assignments:
* NOTE: In this screenshot I used 3650-24PS MLS, I switched them to 3560-24PS for the rest of the steps.
Hostname: Central-MLS
- Open CLI ->
enable->conf t ip routing
Cisco Commands: from Switch(config)#
vlan xName <name>
West MLS
- West Clinic
- West Admin
Central MLS
- All
East MLS
- East Clinic
- East Admin
Cisco Commands:
- from Switch(config)#
interface vlan xip address x.x.x.x 255.x.x.x
INTERFACES
- VLAN 100:
ip address 192.168.10.1 255.255.255.0 - VLAN 110:
ip address 192.168.11.1 255.255.255.0 - VLAN 200:
ip address 192.168.20.1 255.255.255.0 - VLAN 210:
ip address 192.168.21.1 255.255.255.0 - VLAN 300:
ip address 192.168.30.1 255.255.255.0 - VLAN 310:
ip address 192.168.31.1 255.255.255.0
- Before setting switchport trunk mode we need to configure encapsulation on Central MLS.
Cisco Commands:
switchport trunk encapsulation dot1q
Cisco Commands:
- From switch(config)#
interface FastEthernet0/x- config(if)#
switchport mode trunk- config(if)#
switchport trunk allowed vlan add <vlan #>
West MLS
- FA0/1 Trunk to North-West-Wing Switch (vlan 100)
- FA0/2 Trunk to South-West-Wing Switch (vlan 110)
- Gig0/1 Trunk to Central MLS (all)
Central MLS
- FA0/1 Trunk to North-Central-Wing Switch (vlan 200)
- FA0/2 Trunk to South-Central-Wing Switch (vlan 210)
- Gig0/1 Trunk to West MLS (all)
- Gig0/2 Trunk to East MLS (all)
East MLS
- FA0/1 Trunk to North-East-Wing Switch (vlan 300)
- FA0/2 Trunk to South-East-Wing Switch (vlan 310)
- Gig0/1 Trunk to Central MLS (all)
To save the current configuration, the command is:
copy running-configuration startup-configuration or
copy run start
show run
- Add vlans
vlan xname <name> - Assign to interfaces
-
(config)interface range FastEthernet0/x-y
-
- ```(config-if-range)switchport access vlan z``