diff options
| author | Ben Sanders <ben@sanders.life> | 2025-12-26 07:45:45 -0500 |
|---|---|---|
| committer | Ben Sanders <ben@sanders.life> | 2025-12-26 07:45:45 -0500 |
| commit | c58d90c868a08013878a7d4a28a2af91ff23ada1 (patch) | |
| tree | e4a911e2803dcc993473a7c1769832689ba48a6a /1.0 Network Fundamentals | |
| parent | dc565ab2ff86291999f50a5d7d2f7769b11009b4 (diff) | |
Diffstat (limited to '1.0 Network Fundamentals')
| -rw-r--r-- | 1.0 Network Fundamentals/explor-cisco-devices-boson.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/1.0 Network Fundamentals/explor-cisco-devices-boson.md b/1.0 Network Fundamentals/explor-cisco-devices-boson.md new file mode 100644 index 0000000..05835d0 --- /dev/null +++ b/1.0 Network Fundamentals/explor-cisco-devices-boson.md @@ -0,0 +1,14 @@ +# Explore Cisco Devices + +## Command Summary + +| Command | Description | +| configure terminal | enters global configuration mode from priviledged EXEC mode | +| enable | enters privileged EXEC mode | +| end | ends and exits configuration mode | +| exit | exits one level in the menu structure | +| interface type number | changes from global configuration mode to interface configuration mode | +| show clock | displays the system clock | +| show history | displays the session command history | +| show version | displays the system hardware version and software status | + |
