From 5279619e3cbf907dd6790ba274321e6a6c0816db Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Thu, 9 Jun 2022 16:52:14 +0300 Subject: [PATCH] Added interface debug commands to Hp/Aruba cheat sheet --- ...switches-debug-and-diagnostics-commands-cheat-sheet.adoc | 6 ++++++ 1 file changed, 6 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 ca67870..89bc422 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 @@ -147,6 +147,12 @@ multiple tagged VLANs, input/output erros, buffer failures, CRCs, runts. |*show vlans _vlan-id_* |Show ports where the specified _vlan-id_ is enabled, either as `tagged` or `untagged` +|*conf t* + +*(config)# no vlan _vlan-id_* +| Dletes VLAN _vlan-id_ from configuration and un-assigns all ports from it, if some ports have no other VLAN association, they will be auto-assigned to default VLAN 1. WARNING: this command deletes the VLAN specified no matter from which sub-config mode you issue it. That is, even under `(config-if)#` interface config mode, this will remove all configuration for this VLAN from everywhere. + + |===