The common reasons for IDP attack database download failures on a SRX device are listed.
When checking the status of the Attack database download with the request security idp security-package download status command, the following error message is reported:
user@srx> request security idp security-package download status Done;fetching/uncompressing for....failed
user@srx> request security idp security-package download status
Done;fetching/uncompressing for....failed
install
download
This error message can be caused by multiple issues. The scenarios, which might cause the above error, can be broadly classified as follows:
If the Attack database download fails, perform the following checks (these are the common failure reasons).
Verify if the SRX device has Internet connectivity:
root> show route <IP address of the SRX'S default gateway>
root# set routing-options static route 0/0 next-hop <ISP routers IP address> root# commit
root> show interfaces <interface name> terse
Verify if the SRX device has the name-server configured :
If the SRX does not have a name-server configured, then it can be configured as follows: root# set system name-server <Name Servers IP address>
root# set system name-server <Name Servers IP address>
The URL for the Signature Database is configured as follows: root# set security idp security-package url https://services.netscreen.com/cgi-bin/index.cgi root# commit
root# set security idp security-package url https://services.netscreen.com/cgi-bin/index.cgi root# commit
Verify if the storage space in the Compact flash is not full :
Check the storage space by using the following command: root> show system storage If the space is full, perform a cleanup process and remove all the non-operational files from the Compact Flash. The set of non-operational files can be viewed by running the following command: root> request system storage clean up dry-run To remove all such files, run the following command: root> request system storage clean up
root> show system storage
root> request system storage clean up dry-run
root> request system storage clean up
Verify if the loopback filter is enabled on the loopback interface to protect RE :
root> show configuration interface lo0
show
2021-09-11: Added one more cause of IDP signature failure and command to check it. Also, added vsrx, SRX300, and SRX4000 series in the product list