<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Syslog Port in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Syslog-Port/m-p/143474#M31840</link>
    <description>Is is possible to change the destination port used for a notification destination in C-Mode 9.3?</description>
    <pubDate>Wed, 04 Jun 2025 13:13:46 GMT</pubDate>
    <dc:creator>darraghos</dc:creator>
    <dc:date>2025-06-04T13:13:46Z</dc:date>
    <item>
      <title>Syslog Port</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Syslog-Port/m-p/143474#M31840</link>
      <description>Is is possible to change the destination port used for a notification destination in C-Mode 9.3?</description>
      <pubDate>Wed, 04 Jun 2025 13:13:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Syslog-Port/m-p/143474#M31840</guid>
      <dc:creator>darraghos</dc:creator>
      <dc:date>2025-06-04T13:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog Port</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Syslog-Port/m-p/143490#M31844</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can verify your current Syslog&amp;nbsp;settings using:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;cluster log-forwarding show&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can have up to&amp;nbsp;&lt;STRONG&gt;10&lt;/STRONG&gt; Syslog&amp;nbsp;destinations and port, using a similar command:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;cluster log-forwarding create -destination &lt;EM&gt;&amp;lt;ip-address&amp;gt;&lt;/EM&gt; -port &lt;EM&gt;&amp;lt;port&amp;gt; -&lt;/EM&gt;facility &lt;EM&gt;&amp;lt;facility&amp;gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;cluster log-forwarding create -destination &lt;I&gt;100.64.1.1&lt;/I&gt;&lt;STRONG&gt; -port 514&lt;/STRONG&gt;&amp;nbsp;&lt;EM&gt;-&lt;/EM&gt;facility &lt;I&gt;user&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;cluster log-forwarding create -destination&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;100.64.1.1&lt;/I&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;-port 6666&lt;/STRONG&gt;&amp;nbsp;&lt;EM&gt;-&lt;/EM&gt;facility&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;user&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;cluster log-forwarding create -destination&amp;nbsp;100.64.1.1&lt;STRONG&gt;&amp;nbsp;-port 7777&lt;/STRONG&gt; &lt;STRONG&gt;-protocol tcp-unencrypted&lt;/STRONG&gt; -facility&amp;nbsp;user&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cluster log-forwarding create -destination&amp;nbsp;100.64.1.1&amp;nbsp;&lt;STRONG&gt;-port 8888&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;-protocol tcp-encrypted&lt;/STRONG&gt;&amp;nbsp;-facility&amp;nbsp;user&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or use&lt;STRONG&gt; cluster log-forwarding modify&amp;nbsp;&lt;/STRONG&gt; command (to change an existing setting)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which end up looking like:&lt;/P&gt;
&lt;P&gt;100.64.1.1&amp;nbsp; &amp;nbsp; &amp;nbsp; 514&amp;nbsp; &amp;nbsp;UDP-UNENCRYPTED&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;100.64.1.1&amp;nbsp; &amp;nbsp;&lt;STRONG&gt; &amp;nbsp; 6666&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;UDP-UNENCRYPTED&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;100.64.1.1&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;7777&amp;nbsp; UDP-UNENCRYPTED&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;100.64.1.1&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;8888&amp;nbsp; TCP-ENCRYPTED&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have not set-up you Syslog server and it is not currently accepting connections on the random port, you can use the &lt;STRONG&gt;-force&lt;/STRONG&gt;&amp;nbsp;flag to skip server connectivity verification.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please also see:&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://docs.netapp.com/ontap-9/topic/com.netapp.doc.dot-cm-sag/GUID-279ACA3C-00D2-490C-BEE9-C05625A550B1.html" target="_blank"&gt;https://docs.netapp.com/ontap-9/topic/com.netapp.doc.dot-cm-sag/GUID-279ACA3C-00D2-490C-BEE9-C05625A550B1.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 06:44:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Syslog-Port/m-p/143490#M31844</guid>
      <dc:creator>philliphardynz</dc:creator>
      <dc:date>2018-10-11T06:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog Port</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Syslog-Port/m-p/143731#M31850</link>
      <description>Is this the audit logs? I meant the events i.e. messages logs &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thanks for the info though.</description>
      <pubDate>Thu, 11 Oct 2018 11:11:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Syslog-Port/m-p/143731#M31850</guid>
      <dc:creator>darraghos</dc:creator>
      <dc:date>2018-10-11T11:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog Port</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Syslog-Port/m-p/143733#M31852</link>
      <description>&lt;P&gt;Your welcome and you are correct,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Messages would be the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;event notification&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;event notification destination&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;show/create/ modify.&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the past, it was not possible to use a non-standard port other than UDP 514 for event messages without a hack, which may not be&amp;nbsp;supported.&amp;nbsp; Re: KB&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FA1163&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will look into if this has changed or if you can add the port using&amp;nbsp;":8888" for example. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 12:13:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Syslog-Port/m-p/143733#M31852</guid>
      <dc:creator>philliphardynz</dc:creator>
      <dc:date>2018-10-11T12:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog Port</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Syslog-Port/m-p/143743#M31853</link>
      <description>Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 11 Oct 2018 13:28:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Syslog-Port/m-p/143743#M31853</guid>
      <dc:creator>darraghos</dc:creator>
      <dc:date>2018-10-11T13:28:43Z</dc:date>
    </item>
  </channel>
</rss>

