A small enterprise in packet tracer - RigPig/NET-330 GitHub Wiki

Goal: Build this setup in packet tracer and document it

image

Configure Multi-Layer Switches

  1. Enable routing on each MLS

image

  1. Create Vlans
  • Only two vlans need to be configured on each MLS

image

vlan 100 name West_Clinic

vlan 110 name West_Admin

vlan 200 name Central_Clinic

vlan 210 name Central_Admin

vlan 300 name East_Clinic

vlan 310 name East_Admin

  1. Configure VLAN Interfaces
  • West MLS default gateways for its two vlans

image

  • Central MLS default gateways for its two vlans

image

  • East MLS default gateways for its two vlans

image

  1. Configure Trunk Ports to Edge Switches
  • On each MLS:

image

Configure Edge Switches

  • Define the appropriate vlans

  • Repeat for all switches

image

  • Assign VLANs to Access Ports

example for North-West-Wing-SW access ports for vlan 100

image

example for North-West-Wing-SW access ports for vlan 110

image

  • Assign the trunk port to the MLS

image

Configure PCs

  • Their default gateways is the VLAN IP configured on the MLS switch

image

  • An IP within the VLAN scope

image

  • attached to an access port on the switch

Troubleshooting

  • Hospital West devices can ping each other and are all setup, but the other two vlans can not

  • Useful commands for me were:

show ip interface brief to check if VLAN interfaces were up

show interfaces trunk to check if trunk lines were carrying VLANs correctly

show vlan brief to check if PCs were assigned to correct VLANs

show running-config | include ip routing to check if routing was enabled. This was the key for me, because I saw that I did not have IP routing configured on 2 / 3 MLS switches