This article explains how to update an IDP signature database automatically on a SRX.
For other IDP-related articles, refer to KB16561 - SRX Getting Started - Configure and Troubleshoot IDP on a SRX [juniper.net] .
Is there a way to set up the signature database download to happen at a specific time?
This section contains the following:
Perform the following JWeb or CLI steps to configure the device to download the signature database automatically at a specified interval.
Specify the time and interval for the automatic download:
root# set security idp security-package automatic interval <hours> start-time <the start of the first download>
For example, to set the download to happen after three days, with the first automatic downloading starting on 14th of July at 2:00 a.m. :
:
root# set security idp security-package automatic interval 72 start-time 2013-07-14.02:00:00
root# set security idp security-package automatic enable
Notes:
For more information on this, refer to Updating the Signature Database Automatically .
The following command shows the configuration of the automatic download of the IDP security package: root@SRX210-HM> show configuration security idp security-package automatic { start-time "2013-7-14.02:00:00 +0000"; interval 72; enable; } The following command shows the version of the attack-db installed: root@SRX210> show security idp security-package-version Attack database version:1581(Tue Jan 12 12:43:22 2010) Detector version :10.2.160091104 Policy template version :2 The following command shows if the scheduled update started without any errors: root@SRX210> show log messages | match “Scheduled update” Jan 25 14:47:37 SRX210-HM idpd[982]: IDP_SCHEDULED_UPDATE_STARTED: Scheduled update has started(at Mon Jan 25 14:47:37 2010 )
root@SRX210-HM> show configuration security idp security-package automatic { start-time "2013-7-14.02:00:00 +0000"; interval 72; enable; }
root@SRX210> show security idp security-package-version Attack database version:1581(Tue Jan 12 12:43:22 2010) Detector version :10.2.160091104 Policy template version :2
root@SRX210> show log messages | match “Scheduled update” Jan 25 14:47:37 SRX210-HM idpd[982]: IDP_SCHEDULED_UPDATE_STARTED: Scheduled update has started(at Mon Jan 25 14:47:37 2010 )
2020-06-29: Removed J-Series references.