Unable to send logs to NSM from SRX Chassis Cluster when logging configured in stream mode.
The SRX3600 Chassis Cluster is added to NSM via fxp0 . The device is required to send logs to NSM in stream mode . The NSM is only able to see the system logs & not the traffic logs. NSM can only receive the stream mode logs when modified as follows (valid for 2011.1 onwards):
To configure the DMI device to send the logs to NSM using stream mode, edit the /var/netscreen/DevSvr/devSvr.cfg file and set the devSvr.enableSyslogOverUdp parameter to true: devSvr.enableSyslogOverUdp true Complete steps can be seen at page 767 of the following article: http://www.juniper.net/techpubs/software/management/security-manager/nsm2011_1/nsm-admin-guide.pdf
/var/netscreen/DevSvr/devSvr.cfg
devSvr.enableSyslogOverUdp
devSvr.enableSyslogOverUdp true
>show route 1.1.1.1 1.1.1.0/24 *[Direct/0] 1d 13:46:06 >fxp0.0
The requirement can only be achieved if the device is reachable to NSM via a revenue port [not fxp0]. Additionally you need to send logs to NSM on port 5140. The partial configuration is shown as follows:
[edit] root#show security log mode stream; source-address 2.2.2.2; stream NSM { host { 1.1.1.1; port 5140; } }