lLab 11‐2: VLANs in Packet Tracer Part 2 - rune-seregina/net-150-sp24 GitHub Wiki
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.
- config t
- interface FastEthernet0/0.10
- no encapsulation dot1Q 10 native
- encapsulation dot1Q 10
- ip address 192.168.10.1 255.255.255.0

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



