ongoing additions, changes, and fixes

This commit is contained in:
Yuri Slobodyanyuk
2021-03-22 08:18:59 +00:00
parent 95582c6a0a
commit 483b467644
2 changed files with 713 additions and 768 deletions

View File

@@ -17,8 +17,6 @@ Unfortunately, with the merger and the end of sale, all the documentation disapp
|*show <smth> \| <include/begin/end/exclude> <search term>*
|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
@@ -61,7 +59,7 @@ Unfortunately, with the merger and the end of sale, all the documentation disapp
|Delete all learned MAC addresses from Learning Table.
|*show syslog <all/debug/info/warning/error/fatal> [start-date] [end-date]*
|Show logs per their severity. Optional start/end dates are in format `mm-dd-ff:mm:ss` . If remote syslog is configured in the MRV, there will be NO local logs, to verify - look in configuration `show run | i rsyslog`.
|Show logs per their severity. Optional start/end dates are in format `mm-dd-ff:mm:ss` . If remote syslog is configured in the MRV, there will be NO local logs, to verify - look in configuration `show run \| i rsyslog`.
|*show ver*
| Show the device model, hardware, fan status, OS installed, MAC address, serial number and uptime.