cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
756
Views
0
Helpful
0
Replies

NSO Syslog-server port configuration

adam_michaud
Level 1
Level 1

Hi,

 

We are currently trying to configure NSO to send logs to 2 syslog servers using port 30000. Here is our current config in ncs.conf:

 

<syslog-config>
<facility>daemon</facility>
<syslog-servers>
<server>
<host>"IP1"</host>
<port>30000</port>
</server>
<server>
<host>"IP2"</host>
<port>30000</port>
</server>
</syslog-servers>
</syslog-config>

 

Where "IP1" and "IP2" are IPV4 addresses. Our logging server is receiving logs from NSO, however they are being received on the default UDP port (514). Am I missing configuration here? According to ncs.conf manual, we shouldn't have to use <udp></udp>, as we have more than one server configured.

 

Any help is appreciated.

0 Replies 0