set deviceconfig system update-schedule
Focus
Focus
Advanced WildFire Powered by Precision AI™

set deviceconfig system update-schedule

Table of Contents

set deviceconfig system update-schedule

Description

Schedule content updates on a WildFire appliance. These content updates equip the appliance with the most up-to-date threat information for accurate malware detection and improve the appliance's ability to differentiate the malicious from the benign.

Hierarchy Location

set deviceconfig system update-schedule

Syntax

wf-content recurring { 
daily at <value> action {download-and-install | download-only}; 
weekly { 
action {download-and-install | download-only}; 
at <value>; 
day-of-week {friday | monday | saturday | sunday | thursday | tuesday | wednesday};  
} 
} 

Options

> wf-content — WildFire content updates.
> daily — Schedule update every day.
+ action — Specify the action to take. You can schedule the appliance to download and install the update or download only and then you install manually.
+ at — Time specification hh:mm (for example, 20:10).
> hourly — Schedule update every hour.
+ action — Specify the action to take. You can schedule the appliance to download and install the update or download only and then you install manually.
+ at — Minutes past the hour.
> weekly — Schedule update once a week.
+ action — Specify the action to take. You can schedule the appliance to download and install the update or download only and then you install manually.
+ at — Time specification hh:mm (for example, 20:10).
+ day-of-week — Day of the week (Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday).

Sample Output

admin@WF-500# show 
update-schedule { 
  wf-content { 
    recurring { 
      weekly { 
        at 19:00; 
        action download-and-install; 
        day-of-week friday; 
      } 
    } 
  } 
} 

Required Privilege Level

superuser, deviceadmin