mirror of
https://github.com/yuriskinfo/cheat-sheets.git
synced 2025-12-21 13:23:11 +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 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
|
||||
|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*
|
||||
|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 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*
|
||||
|Show detailed information of an interface: MAC address, state, speed, VLAN id if any.
|
||||
== Interfaces
|
||||
[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*
|
||||
|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 state on the trunking interfaces.
|
||||
|
||||
|===
|
||||
|
||||
|
||||
|
||||
[cols=2,options="header"]
|
||||
|===
|
||||
|Command
|
||||
|Description
|
||||
|
||||
|*display stp root*
|
||||
| Show root switch for Spanning Tree Protocol.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user