Lab 11.2: VLANs in Packet Tracer Part 2 - benjamintyler367/NET-150-Journal GitHub Wiki
In this lab we learned how to use router on a stick in packet tracer. Here are the commands we used to do this:
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 did not have any trouble with this lab the commands worked properly and the instructions were good.