Thanks for your supprt.
I have this working now, it took me some time to figure out that system log and security log are two seperate things that both have to be propery configured.
Original Message:
Sent: 04-26-2025 01:52
From: CHARLES RAYER
Subject: Syslog for active/passive cluster
Yes that's right, I use that set up at a number of sites. Make sure that the management interfaces aren't in the same subnet as any of the data interfaces to be sure of no problems.
------------------------------
CHARLES RAYER
Original Message:
Sent: 04-25-2025 11:07
From: MEINDERT UITMAN
Subject: Syslog for active/passive cluster
If I understand correctly,
You mean it would be ok to put a static route on the management routing instance that points to the interface where the syslog server lives?
Sounds like that could solve my problem. These are production machines..
------------------------------
MEINDERT UITMAN
Original Message:
Sent: 04-25-2025 02:53
From: CHARLES RAYER
Subject: Syslog for active/passive cluster
Do you have the management interfaces in the mgmt-junos routing instance, or the default? If you put them in the separate routing instance then you can send the traffic out of those ports even if the target is available in the existing routing table.
------------------------------
CHARLES RAYER
Original Message:
Sent: 04-24-2025 10:15
From: MEINDERT UITMAN
Subject: Syslog for active/passive cluster
Hi,
I've spent some time getting syslog working for a active/passive SRX340 cluster. I have set up:
node0 {
system {
host-name myhost-node0-srx;
syslog {
host n.n.n.n {
any notice;
authorization info;
}
file messages-node0 {
any warning;
authorization info;
}
}
}
interfaces {
fxp0 {
unit 0 {
family inet {
address m.m.m.m/24;
}
}
}
}
}
node1 {
system {
host-name myhost-node1-srx;
syslog {
host n.n.n.n {
any notice;
authorization info;
}
file messages-node1 {
any warning;
authorization info;
}
}
}
interfaces {
fxp0 {
unit 0 {
family inet {
address q.q.q.q/24;
}
}
}
}
}
Files messages-node0 and messages-node1 get data, host n.n.n.n does not.
show route n.n.n.n does show a direct route via reth3.0
monitor traffic interface reth3.0 no-resolve matching "host n.n.n.n and port 514" shows:
225 packets received by filter
0 packets dropped by kernel
but no data in CLI.
Can anyone point me in the right direction?
Thanks in advance,
Best regards,
Meindert.
------------------------------
MEINDERT UITMAN
------------------------------