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` + + |===