Unable to send traffic logs to Juniper Security Director (On Prem) when the outgoing interface is in a routing instance
By default, Juniper Security Director (On Prem) will push below config when security log is configured.
You may run the below cmd to verify the connectivity
labroot@vsrx> telnet 10.x.x.x port 6514
Trying 10.x.x.x...
labroot@vsrx> telnet 10.x.x.x port 6514 routing-instance ROU_INSTANCE-1
Connected to 10.x.x.x
Escape character is '^]'.
When the source-interface used is attached to an routing
set security log mode stream set security log format sd-syslog set security log source-interface ge-0/0/0.0 set security log stream sd-logs category all set security log stream sd-logs host 10.x.x.x set security log stream sd-logs host port 6514 set security log stream sd-logs transport division line-based set security log stream sd-logs transport protocol tls set security log stream sd-logs transport tls-profile syslog-profile
-instance other than default instance then you need to use below cmd so that SRX will use different routing instance to forward logs.
2025-08-07 : Article Created
2025-09-24: Removed IPs, changed visibility