Upgrade modem firmware directly from FortiGuard
LTE, 3G4G, and 5G modem firmware can be upgraded directly from the FortiGuard. This simplifies the process by eliminating the need for manual downloading and uploading, and offers users the flexibility to schedule the upgrade.
To schedule modem firmware upgrades from FortiGuard in the GUI:
-
Go to Network > Interfaces.
-
Select the LTE, 3G4G, or 5G modem interface and click Edit.
-
Click Manage.
-
Set the Method as FortiGuard.
-
Configure the upgrade schedule:
-
Never: Disable modem firmware upgrades from FortiGuard.
-
One Time: Schedule a date and time to upgrade the firmware from FortiGuard.
-
Recurring: Schedule a recurring upgrade to the firmware from FortiGuard based on a set Interval, start date, and start time.
-
-
Click OK.
To schedule a one time LTE modem firmware upgrade from FortiGuard in the CLI:
config system central-management
set type fortiguard
set ltefw-upgrade-time <YYYY-MM-DD HH:MM:SS>
end
To schedule a one time 3G4G or 5G modem firmware upgrade from FortiGuard in the CLI:
config system central-management
set type fortiguard
set modem-upgrade-time <YYYY-MM-DD HH:MM:SS>
end
To schedule recurring 3G4G or 5G modem firmware upgrades from FortiGuard in the CLI:
config system central-management
set type fortiguard
set ltefw-upgrade-time <YYYY-MM-DD HH:MM:SS>
set ltefw-upgrade-frequency {everyHour | every12hour | everyDay | everyWeek}
end
To schedule recurring LTE modem firmware upgrades from FortiGuard in the CLI:
config system central-management
set type fortiguard
set modem-upgrade-time <YYYY-MM-DD HH:MM:SS>
set modem-upgrade-frequency {everyHour | every12hour | everyDay | everyWeek}
end
To disable LTE modem firmware upgrades from FortiGuard in the CLI:
config system central-management
set type fortiguard
set allow-remote-lte-firmware-upgrade disable
end
To disable 3G4G or 5G modem firmware upgrades from FortiGuard in the CLI:
config system central-management
set type fortiguard
set allow-remote-modem-firmware-upgrade disable
end