NET 150 ‐ Lab 11‐2 - connor0329/repository-1 GitHub Wiki
This lab is a continuation of Lab 11-1 where the PC's on the same VLAN's can now ping the other PC's on the other VLAN's using router on a stick. I did this by creating sub interfaces on my router for the VLAN's.
Notes:
- Add the same VLAN's from Lab 11-1 to the router in the network (VLAN 10, 20, and 30) -To allow for the PC's on different VLAN's to be able to ping each go into the router CLI and follow these steps: config t interface FastEthernet0/0.10 no encapsulation dot1Q 10 native encapsulation dot1Q 10 ip address 192.168.10.1 255.255.255.0