Lab 11.2 - michael-D-S/NET-150 GitHub Wiki

Michael Sargent NET-150 4/5/24 Lab 11-2

Tech Journal:

  • This lab was a continuation of lab 11.1 where a router was added and configured to allow the VLANs to communicate with one another by Sub-interfaces.
  • To fix router configuration error use following command instruction in CLI of 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
  • be sure to verify that all the devices can ping one another.