lLab 11‐2: VLANs in Packet Tracer Part 2 - rune-seregina/net-150-sp24 GitHub Wiki

What was this lab's objective?

Using the research in 11.1 and the lab instructions, I simulated a "router on a stick" scenario with 3 VLANs using router sub interfaces. I successfully connected the VLANs so they would be able to ping each other using the router.

Packet Tracer:

VLAN 10 error fix:

  • config t
  • interface FastEthernet0/0.10
  • no encapsulation dot1Q 10 native
  • encapsulation dot1Q 10
  • ip address 192.168.10.1 255.255.255.0

Post screenshot of GigabitEthernet0/1 configuration

image
I used GigabitEthernet0/2 since 0/1 was already in use.

Post screenshot of Router-3rd Floor Switch connection

image

Post screenshot of Router VLAN database

image

Post screenshot of above commands run in Router

image

Submit: Screenshot of ENG-PC1 pinging ACT-PC3

image

⚠️ **GitHub.com Fallback** ⚠️