config : system autoupdate schedule
 
system autoupdate schedule
Use this command to configure how the FortiWeb appliance will access the Fortinet Distribution Network (FDN) to retrieve updates. The FDN is a world-wide network that delivers FortiGuard service updates of predefined robots, data types, suspicious URLS, IP address reputations, and attack signatures used to detect attacks such as:
cross-site scripting (XSS)
SQL injection
common exploits
 
Alternatively, you can manually upload update packages. For details, see the FortiWeb Administration Guide.
FortiWeb appliances connect to the FDN by connecting to the Fortinet Distribution Server (FDS) nearest to the FortiWeb appliance based on its configured time zone.
In addition to manual update requests, FortiWeb appliances support an automatic scheduled updates, by which the FortiWeb appliance periodically polls the FDN to determine if there are any available updates.
If you want to connect to a specific FDS, you must configureconfig system autoupdate override. If your FortiWeb appliance must connect through a web proxy, you must also configure config system autoupdate tunneling.
To use this command, your administrator account’s access control profile must have either w or rw permission to the mntgrp area. For more information, see “Permissions”.
Syntax
config system autoupdate schedule
set status {enable | disable}
set frequency {daily | every | weekly}
set time <time_str>
set day {Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday}
end
Variable
Description
Default
status {enable | disable}
Enable to periodically request signature updates from the FDN.
disable
frequency {daily | every | weekly}
Select the frequency with which the FortiWeb appliance will request signature updates.
every
time <time_str>
Type the time at which the FortiWeb appliance will request signature updates.
The time format is hh:mm, where:
hh is the hour according to a 24-hour clock
mm is the minute
00:00
day {Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday}
Select which day of the week that the FortiWeb appliance will request signature updates. This option applies only if frequency is weekly.
Monday
Example
This example configures weekly signature update requests on Sunday at 2:00 PM.
config system autoupdate schedule
set status enable
set frequency weekly
set day Sunday
set time 14:00
end
Related topics
config system autoupdate override
config system autoupdate tunneling
config system global