From e214262c6587fd8dff53352919ad5b3c879ee6d4 Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Tue, 14 Jun 2022 09:38:07 +0300 Subject: [PATCH] Aruba interface debug commands --- ...tches-debug-and-diagnostics-commands-cheat-sheet.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cheat-sheets/Aruba-HP-switches-debug-and-diagnostics-commands-cheat-sheet.adoc b/cheat-sheets/Aruba-HP-switches-debug-and-diagnostics-commands-cheat-sheet.adoc index e19a9bc..934e87c 100644 --- a/cheat-sheets/Aruba-HP-switches-debug-and-diagnostics-commands-cheat-sheet.adoc +++ b/cheat-sheets/Aruba-HP-switches-debug-and-diagnostics-commands-cheat-sheet.adoc @@ -82,6 +82,9 @@ allows filtering logs for display by their category, see below. |Show log of commands issued by users on CLI. This log is NOT erased even by the `clear log` and records all commands - both configuration and not. So, it will record commands like `ping 8.8.8.8`, `clear log`, `no router bgp`. Adding `-a` will show logs from previous boot cycles. +|*show running-config changes-history [detail]* +|Display history of up to 32 last changes to the configuration, including time of change, IP address if any, event id. This will NOT show what the changes were themselves though. + |*show log -m/-e/-p/-w/-i/-d* |Show only logs of the specified category, see above for the available categories. @@ -105,6 +108,12 @@ the `clear log` and records all commands - both configuration and not. So, it wi |Command |Description +|*show interface [_port-id_]* +|Show as a table (if _port-id_ is not given) all ports with the total bytes/frames, Rx/Tx errors, and Broadcast limit if set for each port. + +|*clear statistics global* +|Clear counters on all interfaces. + |*show interface status* | Show list of all interfaces with info for each: state (Up/Down), Actual Speed, Tagged or not, VLANs configured for the interface (single VLAN for Untagged, `multiple` for Tagged). NOTE: In Cisco world Tagged interface is called *trunk*.