Description

This resolution article explains how to configure an SRX device to send logs to an external syslog server when the route to reach the server is via a custom routing instance, rather than the default routing instance. By default, SRX devices perform route lookups for syslog messages using the default routing instance. This article covers the steps to modify the syslog configuration to ensure the custom routing instance is used for external syslog communication.

Solution

Resolution:

 

  • Add the below command into the system syslog configuration to send logs via custom routing-instance.
set system syslog host <syslog-server-ip> routing-instance <routing-instance-name>

Modification History

2025-01-31 : Article Created