Lab 11: VLANs in Packet Tracer - CSchulz0618/Network-Fundamentals GitHub Wiki
11-1
How do you create a VLAN on a switch?
- Go in to switch config, then go to VLAN Database and make a VLAN number and name then at that number on to a FastEthernet
How do you configure an access port on a switch?
- Add the VLAN number on a port
How do you configure a trunk port on a switch?
- Switch Access to Trunk and then make sure the VLANs you want to use are checked
11-2
What is required for devices on different VLANs to ping each other?
-
Go to Config Tab Fast Ethernet0/4 and change to Trunk
-
Then click CLI tab
If not already in "config-interface" mode for Interface FastEthernet0/4 enter it by typing
config terminal
interface FastEthernet0/4
Then type the following
switchport trunk native vlan 10
switchport nonegotiate
exit