From c58d90c868a08013878a7d4a28a2af91ff23ada1 Mon Sep 17 00:00:00 2001 From: Ben Sanders Date: Fri, 26 Dec 2025 07:45:45 -0500 Subject: Added some notes --- 1.0 Network Fundamentals/explor-cisco-devices-boson.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 1.0 Network Fundamentals/explor-cisco-devices-boson.md (limited to '1.0 Network Fundamentals') 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 | + -- cgit v1.2.3