With local, vendor-based content filtering, you can configure periodic automatic downloads for category lists. To schedule automatic downloads from the Management Console, do the following:
- Select Configuration > Content Filtering > Local Database > Automatic Download
- Check the "Download new filter at" check box and select the time of day from the drop-down list.
- All days are selected by default. Deselect days as desired.
- Click Apply to save the changes.
To schedule automatic downloads from the CLI, enter the following commands at the (config) command prompt:
SGOS# (config) content-filter
SGOS# (config content-filter) local
SGOS# (config local) download auto
SGOS# (config local) download day-of-week {all | none | sun | mon | tue | wed | thu | fri | sat}
All days are selected by default; to deselect days, enter none and then enter specific days. When you select only one day, it is appended to the list. You can also use the no download day-of-week command to clear specific days from the schedule.
SGOS# (config content-filter) download time-of-day hour
Sets the download time for a specific hour, where hour is 0-23.
To disable automatic downloads from the CLI, use the "SGOS# (config content-filter) no download auto" command.