Week 2 Lab 2 1 - JadenGil/Jaden-Tech-Journal GitHub Wiki
When accessing a Cisco switch/router some useful commands that can be used to navigate different modes on the router are:
config t: This allows you to make configuration changes (t stands for terminal) do this before making configuration changes
after creating the vlans you can add them to interfaces using Interface range FastEthernet 0/a-z
(this allows you to configure more than one port at a time) run these commands to assign the VLAN to the interface you choose
switch port mode access
switch port access vlan (add VLAN number here i.e. 100 or 110)
The IP routing command will turn on routing for multilayered switches
if you want to add a VLAN port to an IP address run the command int VLAN + port number
, this will allow you to make changes on that VLAN number
after this run ip address x.x.x.x/x
This will set that IP for the VLAN you are configuring
To add a trunk port type the interface you want the trunk port to be on, for example for interface fa0/1 run int fa0/1. after this run switch port trunk encapsulation dot1q then switch mode trunk this will enable trunking