Skip to content

Commit

Permalink
Fix 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 48f7752 commit b6d655d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions cheat_sheet/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Cisco IOS CLI cheat sheet

## Contexts
## Modes

| Context | Description |
| Mode | Description |
| --- | --- |
| **>** | User EXEC mode |
| **#** | Privileged EXEC mode |
| **(config)#** | Global configuration mode |
| **(config-if)#** | Interface configuration mode |
| `>` | User EXEC mode |
| `#` | Privileged EXEC mode |
| `(config)#` | Global configuration mode |
| `(config-if)#` | Interface configuration mode |

## Basics

| Context | Command | Description |
| --- | --- | --- |
| Mode | Command | Description |
| :-: | --- | --- |
| > | `enable` | Change to Privileged EXEC mode |
| # | `configure terminal` | Enter Privilleged EXEC mode |
| (config)# | `interface <interface_name>` | Enter <interface_name> config mode |
Expand All @@ -25,7 +25,7 @@

## Passwords

| Context | Command | Description |
| Mode | Command | Description |
| --- | --- | --- |
| (config)# | `enable password <password>` | Set plain text password |
| (config)# | `service password-encryption` | Use Cisco's Type 7 encoding |
Expand Down

0 comments on commit b6d655d

Please sign in to comment.