SRX High End device is configured to send data plane logs to STRM, and for troubleshooting purposes, would like to determine if the SRX is forwarding the logs to the STRM server
To determine if the data plane log packets are being forwarded by the SRX device, you can set up firewall filters to log these packets at the dataplane level. This is best shown through an example. For this example, let's assume we have a SRX-3400, in a cluster. The data plane logs are being sent out via reth1.0 interface. Set up a firewall filter to log and accept, and specify that filter at the interface level:
firewall { filter strm-filter { term datalog { from { destination-address { 172.22.145.21/32; } destination-port 514; } then { log; accept; } } term allow { then accept; } }}
reth1 { redundant-ether-options { redundancy-group 1; } unit 0 { family inet { filter { output strm-filter; } address 172.22.145.61/24; } } }
{primary:node0} root@FTC-FW> show firewall log detail Time of Log: 2010-12-22 07:50:19 PST, Filter: pfe, Filter action: accept, Name of interface: local Name of protocol: UDP, Packet Length: 551, Source address: 172.22.145.61:514, Destination address: 172.22.145.21:514