Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
gradius85
New Contributor III

Equivalent of Cisco 'bandwidth [speed]' for interface metric

On Cisco I can set interface speed label with the 'bandwidth' command. Does Fortigate have an equivalent to set the speed, so bandwidth usage will be correctly assigned a percentage based on the interface speed/bandwidth label?

1 Solution
HaTiMuX
New Contributor III

Hi,

 

You can use the following command:

config system interface edit "port1" set outbandwidth 10000

set inbandwidth 10000 end

 

inbandwidth <integer> The limit of ingress traffic, in Kbit/sec, on this interface, default is 0 which indicate unlimited. outbandwidth <integer> The limit of egress traffic, in Kbit/sec, on this interface, default is 0 which indicate unlimited.

View solution in original post

2 REPLIES 2
HaTiMuX
New Contributor III

Hi,

 

You can use the following command:

config system interface edit "port1" set outbandwidth 10000

set inbandwidth 10000 end

 

inbandwidth <integer> The limit of ingress traffic, in Kbit/sec, on this interface, default is 0 which indicate unlimited. outbandwidth <integer> The limit of egress traffic, in Kbit/sec, on this interface, default is 0 which indicate unlimited.

gradius85
New Contributor III

Thank you. This looks like what I needed!!!

Labels
Top Kudoed Authors