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.
serge_FTNT
Staff
Staff
Article Id 189839

Description

In some scenarios it may be necessary to limit the bandwidth of the traffic to save the system resources, to increase system performance, or to follow policies within a company.

Bandwidth may be limited with the traffic shaper which may limit the traffic per policy or per IP. 

This article explains how to limit the bandwidth per policy or per port using Commands Line Interface


Scope

FortiGate with v4.0 MR2 , v4.0 MR3, V5.2 , V5.4 firmware.


Solution

Use the following CLI commands to limit the bandwidth at the interface or port.

For inbound bandwidth to the interface:
#config system interface
#edit <interface_name>
#set inbandwidth <bandwidth_interger>
#end

For outbound bandwidth from the interface:
#config system interface
#edit <interface_name>
#set outbandwidth <bandwidth_interger>
#end
 

 

Contributors