From f95c538a1d19a559ed5c63bfb4eccd3996edeb72 Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Thu, 3 Sep 2020 11:51:19 +0000 Subject: [PATCH] ongoing additions, changes, and fixes --- ...gate-debug-diagnose-complete-cheat-sheet.adoc | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Fortigate-debug-diagnose-complete-cheat-sheet.adoc b/Fortigate-debug-diagnose-complete-cheat-sheet.adoc index 6519072..926215d 100644 --- a/Fortigate-debug-diagnose-complete-cheat-sheet.adoc +++ b/Fortigate-debug-diagnose-complete-cheat-sheet.adoc @@ -100,7 +100,21 @@ a| Filter VPN debug messages using various parameters: | State of BGP peering sessions with peers, one per line. |*get router info bgp network * -| Detailed info about from the BGP process table. Includes all learned via BGP routes, even those not currently installed in RIB. E.g. `get router info bgp network 0.0.0.0/0` +| Detailed info about from the BGP process table. Output includes all learned via BGP routes, even those not currently installed in RIB. E.g. `get router info bgp network 0.0.0.0/0` + +|*get router info bgp neighbors advertised-routes* +| Show all routes advertised by us to the specific neighbor. + +|*get router info bgp neighbors routes* +| Show all routes learned from this BGP peer. It shows routes AFTER filtering on local peer, if any. + +|*diagnose ip router bgp level info* + *diagnose ip router bgp all enable* +| Set BGP debug level to INFO (the default is ERROR which gives very little info) and enable the BGP debug. + + + + |===