Shell: User interface for tasks via CLI or GUI.
Kernel: Manages hardware and software communication.
Hardware: Physical components of a computer.
User EXEC Mode: Limited commands, CLI prompt ends with >.
Privileged EXEC Mode: Full access, CLI prompt ends with #.
Global Configuration Mode: Configure device options.
Line Configuration Mode: Configure access methods.
Interface Configuration Mode: Configure switch/router interfaces.
Keyword: Predefined parameters in OS (e.g., ip protocols).
Argument: User-defined value (e.g., 192.168.10.5).
Commands and Keywords: Boldface indicates actual text, italics for user-defined variables.
Command Syntax Features: Useful for verifying commands or arguments.
Set a unique hostname as first configuration step.
Implement strong passwords for admin access with encryption.
User EXEC Mode: Set password in line console configuration.
Privileged EXEC Mode: Use enable secret
for password.
Startup-config: Stored in NVRAM, device boot configuration.
Running-config: Current configuration in RAM, changes effective immediately.
Use copy running-config startup-config
to save.
Used for device communication. IPv4 in dotted-decimal format, subnet mask differentiates network/host.
Device interfaces and connections based on cable types.
Configure IP manually or via DHCP on Windows.
Automatically configures IP for DHCP-enabled devices.
Use commands like ping
to verify communication and connectivity.