Cheatography
https://cheatography.com
Cheat sheet for Cisco IOS commands, basic configuration, securing devices, setting up ports, testing and troubleshooting
CLI Command Modes
Command Mode |
Access Method |
Prompt |
Exit Method |
User EXEC |
Log in |
|
Issue the logout
or exit
command |
Privileged EXEC |
From user EXEC mode, issue the enable
command |
|
Issue the disable
command or the exit
command to return to User EXEC mode |
Global Configuration |
From privileged EXEC mode, issue the configure terminal
command |
|
Issue the exit
command or the end
command to return to privileged EXEC mode |
Interface Configuration |
From gloabl configuration mode, issue the interface
command. |
|
Issue the exit
command to return to global configuration mode or the end
command to return to privileged EXEC mode |
Line Configuration |
From global configuration mode, issue the line vty
or line console
command. |
|
Issue the exit
command to return to global configuration mode or the end
command to return to privileged EXEC mode |
|
Using the Interactive Help Feature
Command |
Purpose |
help |
Provides a brief description of the Help feature in any command mode. |
? |
List all commands available for a particular command mode |
partial command? |
Provides a list of commands that begin with the character string (no space between the command and the question mark) |
partial command<Tab> |
Completes a partial command name (no space between the command and <Tab>). |
command ? |
Lists the keywords, arguments, or both associated with the command (space between the command and the question mark). |
command keyword ? |
List the arguments that are associated with the keyword (space between the keyword and the question mark) |
|
|
Navigation & Basic Modes/Settings
Command |
Description |
Required Mode |
|
Keyboard shortcut equivalent to end
. |
Any Config |
|
Abort the current command or configuration mode entry |
Any |
|
Interrupt sequence |
Any |
|
Display command history for the current session |
|
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets