Basic Networking
We will go over how basic networking works, how to configure it, and how to troubleshoot some common issues we may run into.
Introduction
Switching
Setting your hostname
Switch> enable
Switch# conf t
Switch(config)# hostname Test-Switch
Test-Switch(config)# Setting your password
Switch(config)# enable secret <password>Creating a VLAN and Setting the Name
Assign an Interface to a VLAN
Assigning an IP to a VLAN
Inter-VLAN Routing
Method 1 - Layer 3 Switching

Method 2 - Router on a Stick

Clearing a Switch
Port Security
DHCP
Remote Access
Spanning
Last updated