updater schedule enableEnable 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 disableDisable 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 restoreRestore schedule for database update task. The restored task interval is 2 hours.
updater schedule set XSet new interval for the database update task, in minutes. By default, 120.
updater source kaspersky-lab-insecureSet Kaspersky HTTP servers as the database update source.
updater source kaspersky-lab-secureSet Kaspersky HTTPS servers as the database update source.
updater source url <url>Set any HTTP server URL as the database update source.
updater startStart the database update task.
updater stopStop the database update task.
show updater resultShow last database update task result.
Example output:
ngfw> show updater result
{
"ngfw-updater:updater": {
"result": "NeverRun"
}
}
show updater sourceShow current database update source. Example output:
ngfw> show updater source
{
"ngfw-updater:updater": {
"settings": {
"source": {
"type": "kaspersky-lab-insecure"
}
}
}
}
show updater stateShow current status of firmware update task.
Example output:
ngfw> show updater state
{
"ngfw-updater:updater": {
"state": "Stopped"
}
}