1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Enable
Enters Privileged EXEC Mode (admin mode to view settings).
configure terminal
Enters Global Configuration Mode (lets you make actual setup changes).
switchport mode access
Configures a port to connect to a single device (like a PC or printer).
switchport access vlan [ID]
Assigns a port to a specific VLAN group (e.g., switchport access vlan 10).
ip address [IP] [Subnet]
Sets the IP address on a router port or management interface.
no shutdown
Turns a port ON (Cisco router ports start turned off by default!).
no shutdown
Turns a port ON (Cisco router ports start turned off by default!).
show ip interface brief
Gives a fast summary status table of all ports and their IP addresses.
copy running-config startup-config
Saves your changes to permanent storage so they aren't lost when rebooting!