diff --git a/cheat_sheet/README.md b/cheat_sheet/README.md index bf4f54a..a4024ef 100644 --- a/cheat_sheet/README.md +++ b/cheat_sheet/README.md @@ -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 ` | Enter config mode | @@ -25,7 +25,7 @@ ## Passwords -| Context | Command | Description | +| Mode | Command | Description | | --- | --- | --- | | (config)# | `enable password ` | Set plain text password | | (config)# | `service password-encryption` | Use Cisco's Type 7 encoding |