From 36b6a8c2d054b72ff9668c39b3b4ec5f5cdbe19d Mon Sep 17 00:00:00 2001 From: yuriskinfo Date: Sun, 18 Sep 2022 18:51:59 +0300 Subject: [PATCH] additions, corrections, etc. --- ...20-debug-and-information-commands-cheat-sheet.adoc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/cheat-sheets/RAD-ETX-203-205-220-debug-and-information-commands-cheat-sheet.adoc b/cheat-sheets/RAD-ETX-203-205-220-debug-and-information-commands-cheat-sheet.adoc index b5bcc84..cb6a6de 100644 --- a/cheat-sheets/RAD-ETX-203-205-220-debug-and-information-commands-cheat-sheet.adoc +++ b/cheat-sheets/RAD-ETX-203-205-220-debug-and-information-commands-cheat-sheet.adoc @@ -20,7 +20,9 @@ The commands below are meant to be run on the device CLI itself, not on provisio | Show port status: administrative and operational states, speed/duplex, connector type, MAC address, and most important (for fiber) - RX/TX signal power (dBm) |*show config port _name_ statistics* -| Statistics of the port: total bits/frames passed,maximum/minimum bits/sec seen, and most interesting - CRC errors, error frames, oversize frames, discards. +| Statistics of the port: total bits/frames passed, maximum/minimum bits/sec seen, and most +interesting - CRC errors, error frames, oversize frames, discards, CV/ES/SES/FC stats for +E1 lines. |*config port ethernet _number_* @@ -81,7 +83,12 @@ service-ping local-ip 13.13.13.1/30 dst-ip 13.13.13.2 next-hop 13.13.13.2 egress |Save the configuration. |*clear-statistics* -|Clear all statistics - errors on interfaces, bytes sent/received, etc. +|Clear all statistics (at the highest config level) - errors on interfaces, bytes sent/received, etc. + +|*admin* + +*reboot* +|Reboot the device. |===