Lab 11‐2: VLANs in Packet Tracer Part 2 - sthompson2752/Network-Fundamentals GitHub Wiki

This lab involved using Packet Tracer to configure a router so that devices in different VLANs can ping each other.

Useful Instructions: Use a straight through cable to connect the switch to the router. Make the interface that connects the switch and router a Trunk. Use router 1841 and switch 2960 24TT.

To fix the error in the router configuration: Go the the CLI of the router, type exit until Router# is reached. Type the following- config t | interface FastEthernet0/0.10 | no encapsulation dot1Q 10 native | encapsulation dot1Q 10 | ip address 192.168.10.1 255.255.255.0

This lab was very quick and simple. I did not have any difficulties and found the set up to be quite easy.