Skip to main content
dstowell
New Member
January 12, 2020
Question

FG60E - 6.2.2+ Missing "bandwidth-unit" command

  • January 12, 2020
  • 2 replies
  • 4971 views

Tried both 6.2.2 and 6.2.3 on a FG-60E, and both versions are missing the "bandwidth-unit" command below. When you try to set the bandwidth through the dropdown in the GUI, it defaults back to "bps"

 

GUI Location (defaults back to bps for Bandwidth Unit) - 

Policy & Objects > Traffic Shapers > Create New

 

CLI (Bandwidth Unit command is missing) -

config firewall shaper traffic-shaper

edit <shaper name>

set bandwidth-unit {kbps | mbps | gbps}

end

 

Referenced on the following https://docs.fortinet.com/document/fortigate/6.2.0/cookbook/275338/changing-traffic-shaper-bandwidth-unit-of-measurement

 

Anyone else seeing the option to set the bandwidth unit for their traffic shapers? 

2 replies

glen_supan
New Member
January 23, 2020

Same experience here. No set bandwidth-unit on FGT101E v6.2.2 build1010(GA).

Dave_Hall
New Member
January 23, 2020

Performed a factory reset on a 92D and loaded v6.2.2 build1010 (GA) firmware onto it.  I can see the bandwidth-unit option.  Performed another factory reset and verified/checked again - same results.  (Was also able to change this setting in the GUI as well.  Running firefox 72.0.2)

 

FGT92D3G1400XXXX (traffic-shaper) # show full config firewall shaper traffic-shaper     edit "high-priority"         set guaranteed-bandwidth 0         set maximum-bandwidth 1048576         set bandwidth-unit kbps         set priority high         set per-policy enable         set diffserv disable         set overhead 0     next     edit "medium-priority"         set guaranteed-bandwidth 0         set maximum-bandwidth 1048576         set bandwidth-unit kbps         set priority medium         set per-policy enable         set diffserv disable         set overhead 0     next     edit "low-priority"         set guaranteed-bandwidth 0         set maximum-bandwidth 1048576         set bandwidth-unit kbps         set priority low         set per-policy enable FGT92D3G1400XXXX (traffic-shaper) # edit test FGT92D3G1400XXXX (test) # set bandwidth-unit ? kbps    Kilobits per second. mbps    Megabits per second. gbps    Gigabits per second. FGT92D3G1400XXXX (test) # set bandwidth-unit kbps FGT92D3G1400XXXX (test) # show full config firewall shaper traffic-shaper     edit "test"         set guaranteed-bandwidth 0         set maximum-bandwidth 0         set bandwidth-unit kbps         set priority high         set per-policy disable         set diffserv disable         set overhead 0     next end

mbiracree
New Member
March 5, 2020

Just ran into this myself on v6.2.3.  There's no other way to fix other than Factory Resetting???

ejvl
New Member
June 23, 2020

mbiracree wrote:

Just ran into this myself on v6.2.3.  There's no other way to fix other than Factory Resetting???

Any further options available then factory resetting?

I've the same issue on 2 different FortiGate 80E, 6.2.3 and 6.2.4.

In 6.2.3 I can set the bandwidth-unit in the graphic interface but when I click on OK, it returns to kbps. In the CLI it is not possible to change.

In 6.2.4 I've no option to set the bandwidth-unit, not in the graphic interface and not in de CLI.

 

Only options are:

set guaranteed-bandwidth 1 set maximum-bandwidth 0 set priority medium set per-policy disable set diffserv disable set overhead 0