This is a draft cheat sheet. It is a work in progress and is not finished yet.
Terminology
IOS |
Internetworking Oparating System |
CLI |
Command Line Interface |
Device Startup Sequence
Cisco routers and switches generally perform the same steps upon initial startup:
* Discover device hardware
* Find and Load IOS image
* Find and Load configuration file |
Memory Types
Flash |
* Contents of memory are retained even after system is shut down * Moderate Size * Cisco IOS stored here copied and run from DRAM
|
NVRAM Non-Volatile Random Access Memory |
* Contents of memory are retained even after system is shut down * Small Size * Startup-configuration
|
DRAM Dynamic Random Access Memory |
* All contents are erased when power is lost * Large Size * IOS is here during run-time * Running-configuration
|
|
|
IOS Command Structure
IOS Command Hierarchy |
|
User (or EXEC) mode |
|
Privileged EXEC (or Enable) mode |
Configuration Modes |
|
Global Configuration Mode |
|
Interface Configuration Mode |
|
Router Configuration Mode |
Usage of Exit, End, Ctrl-Z |
|
|
|