Skip to content

Commit

Permalink
Improve formatting in CLI cheat sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
laaraujo committed May 11, 2024
1 parent 14f2af0 commit cd7fa73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cheat_sheet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Modes

| Mode | Description |
| --- | --- |
| :-: | --- |
| `>` | User EXEC mode |
| `#` | Privileged EXEC mode |
| `(config)#` | Global configuration mode |
Expand All @@ -12,15 +12,15 @@
## Passwords

| Mode | Command | Description |
| --- | --- | --- |
| :-: | --- | --- |
| (config)# | `enable password <password>` | Set plain text password to <password> |
| (config)# | `service password-encryption` | Use Cisco's Type 7 encoding |
| (config)# | `enable secret <password>` | Set MD5 hashed password to <password> and disable old passwords |

## Basics

| Mode | Command | Description |
| --- | --- | --- |
| :-: | --- | --- |
| > | `enable` | Change to Privileged EXEC mode |
| | `exit` | Exit current mode |
| | `no <command>` | Disable a feature/function or reverse the action of <command> |
Expand Down

0 comments on commit cd7fa73

Please sign in to comment.