Hi,
we have srx5400 firewall, i don't think "vpls switch config" is applicable here.
Also we have another srx5400 firewall, for which logging works fine.
here are the configs of the two:
config for ok firewall logging: (show configuration security log)
mode stream;
source-address x.x.x.x;
stream SECURITY_LOG {
severity info;
host {
y.y.y.y;
}
}
config for failed firewall logging: (show configuration security log)
mode stream;
source-address z.z.z.z;
stream SECURITY_LOG3 {
severity info;
category flow;
category all;
host {
a.a.a.a;
}
}
(there is no network firewall issue)
BR
------------------------------
ADMIN ARS
------------------------------
Original Message:
Sent: 02-07-2025 06:34
From: kronicklez
Subject: SRX 5400 - security log not working
Hi,
If u use logical-system, as i remember u need to use vpls switch config to send traffic-log from logical-system.
Thanks
Original Message:
Sent: 02-07-2025 05:58
From: ADMIN ARS
Subject: SRX 5400 - security log not working
Hi,
tried it but still not working. even tried "category all"
------------------------------
ADMIN ARS
Original Message:
Sent: 02-05-2025 07:58
From: Purple Packet Surfer
Subject: SRX 5400 - security log not working
set security log stream security_logs category flow
------------------------------
ANDREY LEO
Original Message:
Sent: 02-03-2025 03:16
From: ADMIN ARS
Subject: SRX 5400 - security log not working
Hi,
Remote logging of security logs is not working on our srx5400 firewall. we would like to send traffic logs to a syslog server. software version is 21.4R3-S7.9.
system logs are being sent, but not security logs. SRX5400 being SRX high end, we made sure to source the traffic log stream from a data plane interface, not RE interface.
here is the configuration:
mode stream;
source-address <data-plane-interface-ip-address>;
stream security_logs {
severity info;
host {
<syslog-server-ip-adress>;
}
}
thanks for your help.
------------------------------
ADMIN ARS
------------------------------