Lab 11 2: VLANs in Packet Tracer Part 2 - jude-lindale/Wiki GitHub Wiki
Summary
in the second part of the lab we had to configure inter-vlan Lab 11-2: VLANs in Packet Tracer Part 2 by connecting the third switch to the router but before doing so we had to configure the FastEthernet0/4 port on the switch by running the following commands
- config terminal
- interface FastEthernet0/4
- switchport trunk native vlan 10
- switchport nonegotiate and after that the switch and router could be connected.
Tech Journal Questions
What is required for devices on different VLANs to ping each other?
- the last switch in the VLAN needs to be configured and then connected to a router, once the switch has been connected to the router and after all, switches are connected to one another and the computers then the routing is done and all pcs even on different VLANs can ping one another.