From 3b1861cc59f273e6a8ec89d8e174ac4861b683e7 Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Wed, 8 Jun 2022 16:19:29 +0300 Subject: [PATCH] Added to HP/Aruba cheat sheet BGP commands --- ...-and-diagnostics-commands-cheat-sheet.adoc | 29 +++++++++++++++++++ 1 file changed, 29 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 83071f1..4efc522 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 @@ -212,6 +212,7 @@ a|Debug various routing processes. The _routing-process_ is one of the: |=== == Routing Info +=== Static [cols=2,options="header"] |=== |Command @@ -226,6 +227,34 @@ a|Debug various routing processes. The _routing-process_ is one of the: |=== +=== BGP +[cols=2,options="header"] +|=== +|Command +|Description + +|*show ip bgp summary* +|Show in short format all BGP pers with their IP address, AS number, and state. The first command to try for BGP. + +|*show ip bgp _prefix/mask_* +|Show BGP info for the specified prefix. In other words - show all prefixes/networks known in the BGP table. + +|*show ip bgp neighbor [_ip-address-of-peer_]* +|Show detailed information about the BGP session with all or the specified peer(s), including hold time, weight, prefixes advertised/received, etc. + +|*show ip bgp neighbor _ip-adress_ advertised-routes* +|Display routes we advertise via BGP to the _ip-address_ neighbor. + +|*show ip bgp neighbor _ip-address_ received-routes* +|Display routes we learned from the given BGP peer. + +|*show log bgp* +|Show logs including the word `bgp`. I twill include BGP peering establsihment/tear up. + +|=== + + + == LLDP & MAC