From d457a4e257de642c3b99e25cfada10bd0f500f91 Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Thu, 3 Sep 2020 12:21:05 +0000 Subject: [PATCH] ongoing additions, changes, and fixes --- Fortigate-debug-diagnose-complete-cheat-sheet.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fortigate-debug-diagnose-complete-cheat-sheet.adoc b/Fortigate-debug-diagnose-complete-cheat-sheet.adoc index 58a4429..02c91e0 100644 --- a/Fortigate-debug-diagnose-complete-cheat-sheet.adoc +++ b/Fortigate-debug-diagnose-complete-cheat-sheet.adoc @@ -117,7 +117,7 @@ a| Filter VPN debug messages using various parameters: | Show BGP routes actually installed in the RIB. |*get router info bgp neighbors* -| Detailed info on BGP peers: BGP version, state, supported capabilities, how many hops away, reson for the last reset. +| Detailed info on BGP peers: BGP version, state, supported capabilities, how many hops away, reason for the last reset. |*get router info bgp neighbors advertised-routes* | Show all routes advertised by us to the specific neighbor. @@ -128,7 +128,7 @@ a| Filter VPN debug messages using various parameters: |*get router info bgp neighbors 12.12.12.12 received-routes* | Show all received routes from the neighbor BEFORE any local filtering is being applied. It only works if `set soft-reconfiguration enable` is set for this peer under `router bgp` configuration. -|*diagnose sys tcpsock | grep 179* +|*diagnose sys tcpsock \| grep 179* | List all incoming/outgoing TCP port 179 sessions for BGP.