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

FG60E - 6.2.2+ Missing "bandwidth-unit" command

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...

 

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

4 REPLIES 4
glen_supan
New Contributor

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

Dave_Hall
Honored Contributor

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

NSE4/FMG-VM64/FortiAnalyzer-VM/6.0 (FWF30E/FW92D/FGT200D/FGT101E/FGT81E)/ FAP220B/221C

NSE4/FMG-VM64/FortiAnalyzer-VM/6.0 (FWF30E/FW92D/FGT200D/FGT101E/FGT81E)/ FAP220B/221C
mbiracree
New Contributor

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

ejvl
New Contributor

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

Labels
Top Kudoed Authors