Description

This article provides step-by-step instructions on how to download the IDP Signature Pack from the Juniper website for offline installation.

Solution

To download the IDP Signature Pack from the Juniper website for offline installation, follow the steps outlined below:

1. Access the Juniper Download Page

Navigate to the Juniper Download page

 

2. Select the SRX Model

Choose the SRX model on which the IDP signature is to be installed.

 

3. Choose the Main Release 

 Select the Main Release that corresponds to the version running on the SRX device.

Note: Do not select the Services Release. If the device operates on a Services Release, select the Main Release associated with that Services Release.

 

4. Locate the IDP Offline Signature Pack

After selecting the Main Release, scroll down to the Downloads section and expand the related software section. The IDP Offline Signature Pack link will be available under the Related Software section for the selected model and version.

5. Download the IDP Offline Signature Pack

Click on the IDP Offline Signature Pack link to be redirected to the offline signature pack file page. Download the desired version from this page.

6. Transfer the Offline Package to the SRX Device

Once downloaded, copy the offline package file to the SRX device using SCP or SFTP.

 

7. Unzip the Offline Signature Pack File

Execute the following command to unzip the offline signature pack file that has been copied to the device:

root@SRX> request security idp security-package offline-download package-path /var/tmp/offline-update.tar.gz

 

8. Verify the Download Status

Check the download status with the command:

root@SRX> request security idp security-package offline-download status
--------------------------------------------------------------------------
  Done; Signature package offline download successful

 

Upon completion of the offline download, all required files will be automatically copied to the following directories:

 - /var/db/idpd/sec-download/
 - /var/db/idpd/sec-download/sub-download/

 

9. Install the Signature Pack

Installation of the signature pack follows the standard installation procedure. Execute the following command to install the downloaded signature pack:

root@SRX> request security idp security-package install

 

10. Check the Installation Status

Verify the installation status with the command:

root@SRX> request security idp security-package install status

 

This completes the download and installation process of the signature database. To verify the currently installed signature database, use the command:

root@SRX> show security idp security-package-version

 

11. Install Policy Templates Offline

To install policy templates offline, perform the following steps:

  - Ensure all required files have been copied and unzipped using the above steps. Proceed with the standard installation method.

  - Execute the following command to install the policy templates:

   root@SRX> request security idp security-package install policy-templates

 

  - Check the installation status:

   root@SRX> request security idp security-package install status

 

  - To verify the policy template version, use the command:

   root@SRX> show security idp security-package-version

 

This procedure ensures the IDP Signature Pack and associated policy templates are correctly downloaded and installed on the SRX device for offline operation.

 

Modification History

2024-11-03 : Article Created