From 55084a0d6171197486cd3a9ea4667ca2289bca8c Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Mon, 7 Sep 2020 14:56:36 +0000 Subject: [PATCH] ongoing additions, changes, and fixes --- ...000-9k-debug-and-disagnostic-commands.adoc | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Cisco-Nexus-9000-9k-debug-and-disagnostic-commands.adoc diff --git a/Cisco-Nexus-9000-9k-debug-and-disagnostic-commands.adoc b/Cisco-Nexus-9000-9k-debug-and-disagnostic-commands.adoc new file mode 100644 index 0000000..7d361a9 --- /dev/null +++ b/Cisco-Nexus-9000-9k-debug-and-disagnostic-commands.adoc @@ -0,0 +1,28 @@ += Cisco Nexus 9000 9k debug and diagnostic commands complete cheat sheet +Yuri Slobodyanyuk +v1.0, 2020-09-01 +:homepage: https://yurisk.info + + +[cols=2,options="header"] +|=== +|Command +|Descritption + +|*show run interface membership* +|List physical interfaces included in the given Port-Channel, e.g. `show run int po1 membership` + +|*show port-channel usage* +|Show port-channel numbers already in use. + +|*show port-channel summary* +|Display list of all configured Port-Channels with their state, protocol (LACP or None), physical interface members. + +|*show vpc role* +|Role of this peer in vPC, also vPC MAC address, vPC and system priority, local Nexus switch MAC. + +|*show vpc brief* +|Gives verbose info about the vPC (vPC domain stats, vPC peer-link stats, port-channels with active VLANs etc.). + +|=== +