From b19b83da7388050a27dd048afa188d4ba63b9ebc Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Thu, 18 Feb 2021 10:42:52 +0000 Subject: [PATCH] ongoing additions, changes, and fixes --- ...igate-debug-diagnose-complete-cheat-sheet.adoc | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Fortigate-debug-diagnose-complete-cheat-sheet.adoc b/Fortigate-debug-diagnose-complete-cheat-sheet.adoc index 9c5d212..f4852b9 100644 --- a/Fortigate-debug-diagnose-complete-cheat-sheet.adoc +++ b/Fortigate-debug-diagnose-complete-cheat-sheet.adoc @@ -451,12 +451,6 @@ a|View the kernel routing table (FIB). This is the list of resolved routes actua |Show list of SD-WAN zone/interface members. Also gives each interface gateway IP (if was set, 0.0.0.0 if not), `priority`, and `weight` both by default equal `0`, used with some SLA Types. -|*diagnose sys sdwan service* - -*diagnose sys virtual-wan-link service* - -|List configured SD-WAN rules (aka `services`), except the Implied one which is always present and cannot be disabled, but is editable for the default load balancing method used. Shows member interfaces and their status `alive|dead` for this rule. - |*diag sys sdwan intf-sla-log * @@ -470,4 +464,13 @@ a|View the kernel routing table (FIB). This is the list of resolved routes actua |Clear traffic statistics on the interface, this resets statistics of the SD-WAN traffic passing over this interface. Needed, if, for example, you changed SD-WAN rules, but not sure if it's already active. E.g. `diag netlink interface clear port1`. + +|*diagnose sys sdwan service* + +*diagnose sys virtual-wan-link service* + +|List configured SD-WAN rules (aka `services`), except the Implied one which is always present and cannot be disabled, but is editable for the default load balancing method used. Shows member interfaces and their status `alive|dead` for this rule. + + + |===