From b8de96db6f6907bb04095d5ec2e8a15dc7be0dd2 Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Thu, 3 Sep 2020 11:36:40 +0000 Subject: [PATCH] ongoing additions, changes, and fixes --- ...e-debug-diagnose-complete-cheat-sheet.adoc | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Fortigate-debug-diagnose-complete-cheat-sheet.adoc b/Fortigate-debug-diagnose-complete-cheat-sheet.adoc index a08fbdf..6519072 100644 --- a/Fortigate-debug-diagnose-complete-cheat-sheet.adoc +++ b/Fortigate-debug-diagnose-complete-cheat-sheet.adoc @@ -82,4 +82,25 @@ a| Filter VPN debug messages using various parameters: +|=== + + + + + +== BGP + +.BGP debug +[cols=2*,options="header"] +|=== +|Command +|Description + +|*get router info bgp summary* +| 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` + + |===