mirror of
https://github.com/yuriskinfo/cheat-sheets.git
synced 2025-12-21 21:33:25 +01:00
Update Aruba-HP-switches-debug-and-diagnostics-commands-cheat-sheet.adoc
This commit is contained in:
committed by
GitHub
parent
d47cc31845
commit
52b2f3fd01
@@ -17,6 +17,11 @@ NOTE: All commands were tested on HP/Aruba 5400 switches.
|
|||||||
|*show cpu [_seconds_]*
|
|*show cpu [_seconds_]*
|
||||||
|Show CPU stats of average load for 1 second, 5 seconds, and 1 minute, optionally setting period in _seconds_ (300 is max).
|
|Show CPU stats of average load for 1 second, 5 seconds, and 1 minute, optionally setting period in _seconds_ (300 is max).
|
||||||
|
|
||||||
|
| *show logging -r*
|
||||||
|
| Show system logs and events in reverse chronological order, i.e. newest logs first.
|
||||||
|
|
||||||
|
|*clear log*
|
||||||
|
|Delete all logs on the switch.
|
||||||
|===
|
|===
|
||||||
|
|
||||||
|
|
||||||
@@ -25,11 +30,7 @@ NOTE: All commands were tested on HP/Aruba 5400 switches.
|
|||||||
|Command
|
|Command
|
||||||
|Description
|
|Description
|
||||||
|
|
||||||
| *show logging -r*
|
|
||||||
| Show system logs and events in reverse chronological order, i.e. newest logs first.
|
|
||||||
|
|
||||||
|*clear log*
|
|
||||||
|Delete all logs on the switch.
|
|
||||||
|
|
||||||
|*debug destination buffer*
|
|*debug destination buffer*
|
||||||
|Direct debug output to the log buffer, to be read later on CLI.
|
|Direct debug output to the log buffer, to be read later on CLI.
|
||||||
@@ -46,11 +47,20 @@ NOTE: All commands were tested on HP/Aruba 5400 switches.
|
|||||||
|*show mac-address*
|
|*show mac-address*
|
||||||
|Show table of MAC addresses.
|
|Show table of MAC addresses.
|
||||||
|
|
||||||
|*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*.
|
|
||||||
|
|
||||||
|*display interface*
|
== Interfaces
|
||||||
|Show detailed information of an interface: MAC address, state, speed, VLAN id if any.
|
[cols=2,options="header"]
|
||||||
|
|===
|
||||||
|
|Command
|
||||||
|
|Description
|
||||||
|
|
||||||
|
|*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*.
|
||||||
|
|
||||||
|
|*display interface [_name_]*
|
||||||
|
|Show detailed information of an interface: media type, speed/duplex state, MAC address, up/down, max frame size, VLAN id if any untagged set and `.` (dot) for
|
||||||
|
multiple tagged VLANs, input/output erros, buffer failures, CRCs, runts.
|
||||||
|
|
||||||
|*show interface transceiver*
|
|*show interface transceiver*
|
||||||
|Info on installed optical transceivers: Port number where installed, Type/Speed, Serial Number.
|
|Info on installed optical transceivers: Port number where installed, Type/Speed, Serial Number.
|
||||||
@@ -67,6 +77,15 @@ NOTE: All commands were tested on HP/Aruba 5400 switches.
|
|||||||
|*show lacp*
|
|*show lacp*
|
||||||
|Show LACP state on the trunking interfaces.
|
|Show LACP state on the trunking interfaces.
|
||||||
|
|
||||||
|
|===
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[cols=2,options="header"]
|
||||||
|
|===
|
||||||
|
|Command
|
||||||
|
|Description
|
||||||
|
|
||||||
|*display stp root*
|
|*display stp root*
|
||||||
| Show root switch for Spanning Tree Protocol.
|
| Show root switch for Spanning Tree Protocol.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user