Lab 4.1 Small Enterprise Class Lab

Make the following packet tracer

VLAN Name

VLAN #

Net/Mask

Default Gateway

West Clinic

100

192.168.10.0/24

192.168.10.1

West Admin

110

192.168.11.0/24

192.168.11.1

Central Clinic

200

192.168.20.0/24

192.168.20.1

Central Admin

210

192.168.21.0/24

192.168.21.1

East Clinic

300

192.168.30.0/24

192.168.30.1

East Admin

310

192.168.31.0/24

192.168.31.1

Backbone (future)

50

192.168.50.0/24

Configure Hospital West

West MLS

enable 
config t
vlan 100 
name west-clinic 
vlan 110
name west-admin
interface vlan 100
ip address 192.168.10.1 255.255.255.0 
no shutdown
interface vlan 110 
ip address 192.168.11.1 255.255.255.0 
no shutdown
exit
ip routing 
interface gig0/1
switchport mode trunk 
switchport trunk encapsulation dot1q 
switchport mode trunk
switchport trunk native vlan 100
switchport nonegotiate
switchport trunk allowed vlan 100,110  
interface gig0/1
interface gig0/2
switchport trunk encapsulation dot1q 
switchport mode trunk 
switchport trunk native vlan 110 
switchport nonegotiate 
swtichport trunk allowed vlan 100,110

North-West Switch

enable 
config t
vlan 100 
vlan name west-clinic
vlan 110 
name west-admin 
int fa0/1
switchport mode acess 
switchport access vlan 100 
interface gig0/1
switchport mode trunk
switchport nonegotiate
switchport trunk native vlan 100
switchport trunk allowed vlan 100,110

South-West Switch

enable 
config t
vlan 100 
vlan name west-clinic
vlan 110 
name west-admin 
int fa0/1
switchport mode acess 
switchport access vlan 110 
interface gig0/1
switchport mode trunk
switchport nonegotiate
switchport trunk native vlan 110
switchport trunk allowed vlan 100,110

West Clinic PC

  • IP Address: 192.168.10.2

  • Netmask: 255.255.255.0

  • Default Gateway: 192.168.10.1

West Admin PC

  • IP Address: 192.168.11.2

  • Netmask: 255.255.255.0

  • Default Gateway: 192.168.11.1

Ping Test

Configure Hospital Central

Central MLS

enable 
config t
vlan 200 
name central-clinic 
vlan 210
name central-admin
interface vlan 200
ip address 192.168.20.1 255.255.255.0 
no shutdown
interface vlan 210
ip address 192.168.21.1 255.255.255.0 
no shutdown
exit
ip routing 
interface gig0/1
switchport mode trunk 
switchport trunk encapsulation dot1q 
switchport mode trunk
switchport trunk native vlan 200
switchport nonegotiate
switchport trunk allowed vlan 200,210  
interface gig0/1
interface gig0/2
switchport trunk encapsulation dot1q 
switchport mode trunk 
switchport trunk native vlan 210 
switchport nonegotiate 
switchport trunk allowed vlan 200,210

North-Central Switch

enable 
config t
vlan 200 
vlan name central-clinic
vlan 210 
name central-admin 
int fa0/1
switchport mode access 
switchport access vlan 200 
interface gig0/1
switchport mode trunk
switchport nonegotiate
switchport trunk native vlan 200
switchport trunk allowed vlan 200,210

South-Central Switch

enable 
config t
vlan 200 
name central-clinic
vlan 210 
name central-admin 
int fa0/1
switchport mode access 
switchport access vlan 210 
interface gig0/1
switchport mode trunk
switchport nonegotiate
switchport trunk native vlan 210
switchport trunk allowed vlan 200,210

Central Clinic PC

  • IP Address: 192.168.20.2

  • Netmask: 255.255.255.0

  • Default Gateway: 192.168.20.1

Central Admin PC

  • IP Address: 192.168.21.2

  • Netmask: 255.255.255.0

  • Default Gateway: 192.168.21.1

Ping Test

Configure Hospital East

East MLS

enable 
config t
vlan 300 
name east-clinic 
vlan 310
name east-admin
interface vlan 300
ip address 192.168.30.1 255.255.255.0 
no shutdown
interface vlan 310 
ip address 192.168.31.1 255.255.255.0 
no shutdown
exit
ip routing 
interface gig0/1
switchport mode trunk 
switchport trunk encapsulation dot1q 
switchport mode trunk
switchport trunk native vlan 300
switchport nonegotiate
switchport trunk allowed vlan 300,310  
interface gig0/1
interface gig0/2
switchport trunk encapsulation dot1q 
switchport mode trunk 
switchport trunk native vlan 310 
switchport nonegotiate 
switchport trunk allowed vlan 300,310

North-East Switch

enable 
config t
vlan 300 
vlan name west-clinic
vlan 310 
name west-admin 
int fa0/1
switchport mode acess 
switchport access vlan 300
interface gig0/1
switchport mode trunk
switchport nonegotiate
switchport trunk native vlan 300
switchport trunk allowed vlan 300,310

South-East Switch

enable 
config t
vlan 300 
name east-clinic
vlan 310 
name east-admin 
int fa0/1
switchport mode access 
switchport access vlan 310 
interface gig0/1
switchport mode trunk
switchport nonegotiate
switchport trunk native vlan 310
switchport trunk allowed vlan 300,310

East Clinic PC

  • IP Address: 192.168.30.2

  • Netmask: 255.255.255.0

  • Default Gateway: 192.168.30.1

East Admin PC

  • IP Address: 192.168.31.2

  • Netmask: 255.255.255.0

  • Default Gateway: 192.168.31.1

Ping Test

Last updated