Lab 11.2 Tech Journal - BenWare-FED/NET-150-24 GitHub Wiki

Overview

This lab is designed to practice and experience with creating a router on a stick network for connecting VLANs.

Tips

The switch port that connects to the router needs to be a trunk.

Router needs to have the VLANs defined.

Troubleshooting

The only problem encountered was with the instructions where it wanted me to connect the router to a switch port that was already in use. I just went to the other gigabitethernet port.

I also didn't encounter the encapsulation error but I ran the commands anyway which are:

enable

config t

interface [whatever the port name is]

no encapsulation dot1Q [number of the VLAN] native

encapsulation dot1Q [number of the VLAN]

ip address [ip address for the port] [subnet mask for the port]