From 7c25bc8bd12b1e04cad592b96b0029db9d397419 Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Mon, 22 Mar 2021 07:23:11 +0000 Subject: [PATCH] ongoing additions, changes, and fixes --- ...04-OS906-OS912-debug-and-diagnostic-commands.adoc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/MRV-Optiswitch-OS904-OS906-OS912-debug-and-diagnostic-commands.adoc b/MRV-Optiswitch-OS904-OS906-OS912-debug-and-diagnostic-commands.adoc index 1a451ce..d2205b3 100644 --- a/MRV-Optiswitch-OS904-OS906-OS912-debug-and-diagnostic-commands.adoc +++ b/MRV-Optiswitch-OS904-OS906-OS912-debug-and-diagnostic-commands.adoc @@ -17,6 +17,12 @@ Unfortunately, with the merger and the end of sale, all the documentation disapp |*show \| * |Pipe output of some `show` command, e.g. find specific MAC address: `show lt \| include B1:12` (search terms are case sensitive). Also can pipe to few Linux commands, e.g. count number of learned/dynamic MACs: `show lt \| grep -c "DYNAMIC"` +|*show run* +|Show the running configuration + +|*show run* +|Show the running configuration + |*show port* | Show port summary: state (on/off), speed, media (copper/sfp), duplex state @@ -48,14 +54,14 @@ Unfortunately, with the merger and the end of sale, all the documentation disapp |*monitor port statistics _portnumber_* |Show the same data as `show port statistics` but refresh every other second -|*show lt* -|Show MAC address table - static and learned dynamic. Output also gives timestamp when MAC address displayed was last changed. +|*show lt [port all]* +|Show MAC address table - static and learned dynamic. Output also gives timestamp when MAC address displayed was last changed. Optionally, specify port to show only MACs on this port. |*show syslog info* |Show logs |*show ver* -| Show the device model, hardware, fan status, OS installed, MAc address, serial number and uptime +| Show the device model, hardware, fan status, OS installed, MAC address, serial number and uptime. |*show time* |Show system time. Important for checking alarms and logs