Configuring automatic content filter downloads
search cancel

Configuring automatic content filter downloads

book

Article ID: 165582

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

Configuring automatic content filter downloads
You want to configure automatic downloads

Resolution

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:

  1. Select Configuration > Content Filtering > Local Database > Automatic Download
  2. Check the "Download new filter at" check box and select the time of day from the drop-down list.
  3. All days are selected by default. Deselect days as desired.
  4. 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.