Created on
08-28-2024
10:52 PM
Edited on
11-06-2024
03:26 AM
By
Anthony_E
| Description | This article demonstrates how to determine the speed of a local host to its upstream FortiGate using iPerf3. |
| Scope | FortiGate. |
| Solution |
Determining the speed between the local host and the upstream FortiGate is necessary when the host is experiencing a slow connection between the local host to the internet, the local host to a host across the IPsec VPN tunnel, or the local host to another host across different network subnet.
Configure the iperf settings on the FortiGate CLI and initiate the client test. The command diag traffictest ? shows the available options.
Identify the interface where the local host is connected and configure traffictest's server and client interface. For instance, if the local host is connected to a wireless SSID that is a member of FortiGate's software switch lan, then the commands are as follows: diag traffictest server-intf lan diag traffictest client-intf lan
diag traffictest run -c <IP address> -p 5201 -i 10 -f m -b 0 -t 60
Repeat the iperf test in a reverse direction. diag traffictest run -c <IP address> -p 5201 -i 10 -f m -b 0 -t 60 -R
-c -- iPerf is running in client mode, define IP address of iPerf server
Note:
|
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.