When downgrading FortiGate from FortiOS version 7.4.x and above, down to version 7.2 or 7.0, an error may occur where the "Users & Devices" dashboard section shows the name "Assets & Identities", which is the section name on version 7.4.x
This can cause a malfunction where no information is shown. To correct this, download a backup config file and replace this portion:
set name "Assets & Identities"
set vdom "root"
config widget
edit 1
set type device-inventory
set width 2
set height 1
next
edit 2
set type identities
set x-pos 1
set width 2
set height 1
next
edit 3
set type firewall-user
set x-pos 2
set width 2
set height 1
next
edit 4
set type quarantine
set x-pos 3
set width 2
set height 1
next
edit 5
set type nac-vlans
set x-pos 4
set width 2
set height 1
next
end
next
By this:
set name "Users & Devices"
set vdom "root"
config widget
edit 1
set type device-inventory
set width 2
set height 1
set table-visualization "charts"
set device-list-view-type "hardware_vendor"
next
edit 2
set type forticlient
set x-pos 1
set width 2
set height 1
set table-visualization "charts"
set device-list-online "online"
set device-list-telemetry "sending"
set device-list-view-type "interface"
next
edit 3
set type firewall-user
set x-pos 2
set width 2
set height 1
next
edit 4
set type quarantine
set x-pos 3
set width 2
set height 1
next
edit 5
set type nac-vlans
set x-pos 4
set width 2
set height 1
next
end
next
Load this config file to the FortiGate using the restore option, the dashboard option will now show under the correct name and work as expected.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Hi,
downgrade is not recommended on FortiGate.
Due to migration of settings forward in the upgrade, the migration backwards may not work as the old firmware file may not be aware of the newer settings.
As such, downgrade requires restoring from a backup configuration that was pulled from before the upgrade.
https://docs.fortinet.com/document/fortigate/7.2.9/administration-guide/929924/downgrading-individua...
Best regards,
Markus
When you downgrade this mean either you've the configuration file of that firmware or not. If you've the latest stable configuration file then format FortiOS and re-flash it with that firmware and then restore the configuration file as per:
If you don't have the configuration file for the downgrade firmware thne you need to use forticonverter to convert the configuration file from newer firmware to older firmware as per:
https://service.forticonverter.com/
https://www.fortinet.com/support/product-downloads
In all cases, the downgrade is only recommended as per the above and not directly from the FGT's GUI.
Hope this help
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1640 | |
1066 | |
751 | |
443 | |
210 |
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 2024 Fortinet, Inc. All Rights Reserved.