From 5b7c6b06fc68a24400de7e7f5fdbe1b8b2f3faa4 Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Mon, 13 Jun 2022 10:55:15 +0300 Subject: [PATCH] Added interface debug commands to Hp/Aruba cheat sheet --- ...hes-debug-and-diagnostics-commands-cheat-sheet.adoc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 e2c5e55..397cdfd 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 @@ -154,6 +154,12 @@ multiple tagged VLANs, input/output erros, buffer failures, CRCs, runts. |*show lacp* |Show LACP state on the trunking interfaces. +|*show lacp counters* +|show stats for received/sent LACP PDUs per trunk (should be increasing). + +|*show port-security _port-id_* +|Show port security state for all/specified interfaces. + |=== == VLANs @@ -203,8 +209,8 @@ multiple tagged VLANs, input/output erros, buffer failures, CRCs, runts. |*show debug buffer* |Show log buffer with the collected debug output. -|*debug _daemon-name_* -a|enable real-time debug of the specified daemon. The daemons are: +|*[no] debug _daemon-name_* +a|enable real-time debug of the specified daemon. Use `no` option to disable the debug.The daemons are: * `acl` Displays debug messages for access control lists. * `all` Display all debug messages.