updater schedule enable
Enable the running of the database update task. If enabled, the task runs with an interval specified by the updater schedule set
command (see below).
updater schedule disable
Disable the running of the database update task. If disabled, the task does not run automatically, even if an interval is set for it. Important: we recommend using this command only if instructed by Technical Support staff.
updater schedule restore
Restore schedule for database update task. The restored task interval is 2 hours.
updater schedule set X
Set new interval for the database update task, in minutes. By default, 120
.
updater source kaspersky-lab-insecure
Set Kaspersky HTTP servers as the database update source.
updater source kaspersky-lab-secure
Set Kaspersky HTTPS servers as the database update source.
updater source url <url>
Set any HTTP server URL as the database update source.
updater start
Start the database update task.
updater stop
Stop the database update task.
show updater result
Show last database update task result.
Example output:
ngfw> show updater result
{
"ngfw-updater:updater": {
"result": "NeverRun"
}
}
show updater source
Show current database update source. Example output:
ngfw> show updater source
{
"ngfw-updater:updater": {
"settings": {
"source": {
"type": "kaspersky-lab-insecure"
}
}
}
}
show updater state
Show current status of firmware update task.
Example output:
ngfw> show updater state
{
"ngfw-updater:updater": {
"state": "Stopped"
}
}