FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
jstan
Staff
Staff
Article Id 195287

Description
This article describes how to reset SD-WAN pie chart usage statistics from the GUI.

Solution

 
 
The SD-WAN usage statistics is being pulled from the interface rx/tx bytes.
# diag hard deviceinfo nic port1 | grep Rx\ bytes
Rx bytes:                708781262
# diag hard deviceinfo nic port1 | grep Tx\ bytes
Tx bytes:                1119514361
# diag hard deviceinfo nic port3 | grep Rx\ bytes
Rx bytes:                16988281
# diag hard deviceinfo nic port3 | grep Tx\ bytes
Tx bytes:                15591975
In order to reset the statistics, we will need to reset the interface statistics using the following command:
# diag netlink interface clear port1
# diag netlink interface clear port3

 



Contributors