看起来这是一个简单的修复(我也尝试了 12.1R6.5 和 12.1X44-D11.5,但无济于事)。
首先,我查看了它尝试下载的签名数据库的版本 (2263):
netops> request security idp security-package download check-server
Successfully retrieved from(https://services.netscreen.com/cgi-bin/index.cgi).
Version info:2263(Detector=12.6.160130325, Templates=2263)
然后,我决定这可能是一个实际错误的 md5 校验和(根据 Junos 的预期),我下载了以前的版本 2262:
netops> request security idp security-package download version full-update 2262
Will be processed in async mode. Check the status using the status checking CLI
有效!我不得不在 Netscreen 上做类似的事情,但已经有一段时间了。我关闭了自动更新,我可以回去学习了。
netops> request security idp security-package download status
Done;Successfully downloaded from(https://services.netscreen.com/cgi-bin/index.cgi).
Version info:2262(Tue May 14 16:27:00 2013 UTC, Detector=12.6.160130325)
现在下载完成,一切都安装正确:
netops> request security idp security-package install
Will be processed in async mode. Check the status using the status checking CLI
netops> request security idp security-package install status
In progress:performing DB update...
netops> request security idp security-package install status
In progress:performing DB update for an xml (groups.xml)
netops> request security idp security-package install status
In progress:performing DB update for an xml (applications.xml)
etc.
netops> request security idp security-package install status
Done;Attack DB update : successful - [UpdateNumber=2262,ExportDate=Tue May 14 16:27:00 2013 UTC,Detector=12.6.160130325]
Updating control-plane with new detector : successful
Updating data-plane with new attack or detector : not performed
due to no active policy configured.
我认为这要么是 SRX110H-VA 中的错误、硬件/软件版本的组合,要么是 services.netscreen.com 上的错误签名更新。我很确定我可以查看 XML,并找出错误的 md5sum 在哪里(并手动修复它),但我会在收到瞻博网络的回复后跟进。
最新编辑:我还必须从瞻博网络手动下载策略模板,使用 提取它gzip -d templates.xml.gz
,然后将其放入/var/db/idpd/sec-download/sub-download/
. 完成后,我就可以安装它了。这里的问题是该request security idp security-package install policy-templates
命令不像其他 idp 命令那样采用“版本”。当头 IDP 策略有 md5 错误时,这将始终是一个问题,尽管我希望这在瞻博网络中不会经常发生。
netops> request security idp security-package install policy-templates
Will be processed in async mode. Check the status using the status checking CLI
netops> request security idp security-package install status
Done;policy-templates has been successfully updated into internal repository
(=>/var/db/scripts/commit/templates.xsl)!