<?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 Re: XIQ-SE syslog and traps data retention in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xiq-se-syslog-and-traps-data-retention/m-p/72940#M8356</link>
    <description>@Adrian Orellana,&lt;BR /&gt;I am also looking at the logs.&lt;BR /&gt;&lt;BR /&gt;As you said "&lt;SPAN&gt;not everyone has the same needs, " but t&lt;/SPAN&gt;his may be of interest / useful:&lt;BR /&gt;&lt;BR /&gt;currently we have some messages that are filtered out within the /etc/rsyslog.conf file:
&lt;DIV style="padding-left: 40px"&gt;#drop unimportant messages&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;#wireless and authentication&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "completed WPA2-AES handshake" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "failed WPA2-AES handshake" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "failed group key handshake" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "timeout attempting 802.1x/EAP authentication" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "failed 802.1x/EAP authentication" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "Key Cache used for client" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "Opportunistic Key Cache used for client" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "Key Cache used for client" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "802.1x/EAP (type:peap) authentication success" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;#xmc login messages !! Change 10.11.12.13 to the IP of your XMC / XiQ and change the user name if required&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "succeeded for user rwa on host 10.11.12.13" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "CLI session start: user rwa on host 10.11.12.13" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "SSH:10.11.12.13 rwa terminal more disable" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "SSH:10.11.12.13 rwa enable" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "SSH:10.11.12.13 rwa show app-telemetry" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "SSH:10.11.12.13 rwa show interfaces" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "CLI session end: user rwa on host 10.11.12.13" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "SSH session closed by user rwa on host 10.11.12.13" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;​&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;At the switches, we also try to reduce what is sent (these are ERS (BoSS) switches):&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;no snmp-server notification-control lldpRemTablesChange&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;no snmp-server notification-control pethPsePortOnOffNotification 1-48&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;snmp-server notification-control linkDown all&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;no snmp-server notification-control linkDown 1-48,51-52&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;# ports 49 and 50 are uplink ports -&amp;nbsp; where traps are useful&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;snmp-server notification-control linkUp all&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;no snmp-server notification-control linkUp 1-48,51-52&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;# ports 49 and 50 are uplink ports -&amp;nbsp; where traps are useful&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;no snmp-server notification-control lldpXMedTopologyChangeDetected ALL&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;no snmp-server notification-control nnMstGeneralEvent&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;no snmp-server notification-control nnMstTopologyChange&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;no snmp-server notification-control bsnConfigurationSavedToNvram&lt;/DIV&gt;
&lt;BR /&gt;We also have vsp (VOSS) switches but have yet to create the equivalent commands (more difficult on these as we have to find the related snmp OID and create an snmp filter table - if anyone already has this, please share!)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;We still have a long way to go, especially with wireless - the vast majority of our log messages pertain to wireless.&lt;BR /&gt;We have a profile on our wireless controllers so that APs do not send syslog to the management centre, but the controller still sends a huge amount of messages which I think we need to prune substantially!&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Bar.&lt;BR /&gt;&lt;BR /&gt;​</description>
    <pubDate>Mon, 28 Feb 2022 13:28:45 GMT</pubDate>
    <dc:creator>bar</dc:creator>
    <dc:date>2022-02-28T13:28:45Z</dc:date>
    <item>
      <title>XIQ-SE syslog and traps data retention</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xiq-se-syslog-and-traps-data-retention/m-p/72936#M8352</link>
      <description>Hi team,&lt;BR /&gt;&lt;BR /&gt;I see in Alarms&amp;amp;Events --&amp;gt; Events tab that you can go up to 4 weeks ago for search events, but I can´t find if this parameter is configurable.&lt;BR /&gt;&lt;BR /&gt;In the other hand I dont know how this data base is handle, if there is a limit size or other considerations.&lt;BR /&gt;&lt;BR /&gt;Its usefully for us undesrtanding it.&lt;BR /&gt;&lt;BR /&gt;King regards&lt;BR /&gt;&lt;BR /&gt;EF</description>
      <pubDate>Tue, 15 Feb 2022 17:03:26 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xiq-se-syslog-and-traps-data-retention/m-p/72936#M8352</guid>
      <dc:creator>EF</dc:creator>
      <dc:date>2022-02-15T17:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: XIQ-SE syslog and traps data retention</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xiq-se-syslog-and-traps-data-retention/m-p/72937#M8353</link>
      <description>I think that what you can configure is the row limit on the table for each type, in your case shows 4 weeks ago in my case much less. So, you can customize the size but not the time.&lt;BR /&gt;&lt;BR /&gt;Administration &amp;gt; Alarm/Event Logs and Tables &amp;gt; Event Tables Row Limit (per type)</description>
      <pubDate>Tue, 22 Feb 2022 14:27:05 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xiq-se-syslog-and-traps-data-retention/m-p/72937#M8353</guid>
      <dc:creator>AdrianO</dc:creator>
      <dc:date>2022-02-22T14:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: XIQ-SE syslog and traps data retention</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xiq-se-syslog-and-traps-data-retention/m-p/72938#M8354</link>
      <description>Thanks &lt;A href="https://community.extremenetworks.com/network/members/profile?UserKey=04660f43-1aca-45a8-af81-2b37804d4b75" target="" class="author" aria-label="Adrian Orellana Press space to toggle pop up" aria-haspopup="dialog" aria-controls="bio-bubble-popup-04660f43-1aca-45a8-af81-2b37804d4b75-5"&gt;Adrian Orellana&lt;/A&gt;, for the info on where to configure the table size.&lt;BR /&gt;&lt;BR /&gt;I'd be interested to know the implications of changing this value.&amp;nbsp; Currently the default size gives us less than an hour of data so we would be looking at increasing the size dramatically.&amp;nbsp; Other than disk space are there any other performance considerations?&lt;BR /&gt;&lt;BR /&gt;regards,</description>
      <pubDate>Mon, 28 Feb 2022 12:22:11 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xiq-se-syslog-and-traps-data-retention/m-p/72938#M8354</guid>
      <dc:creator>bar</dc:creator>
      <dc:date>2022-02-28T12:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: XIQ-SE syslog and traps data retention</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xiq-se-syslog-and-traps-data-retention/m-p/72939#M8355</link>
      <description>I don´t think that there will be an impact on performance since XIQ will be receiving the same data at the same rate and writing the same amount to disk, the only difference is that the files would be bigger.&lt;BR /&gt;&lt;BR /&gt;I´m planning on research the logs that are interesting to have on XIQ since the devices send all by default and this is not optimal for visibility and performance. I know that not everyone has the same needs, but it would be fantastic if &lt;A class="user-content-mention" data-sign="@" data-contactkey="9c4515c8-e313-4fb2-8516-2f9b55ff5125" data-tag-text="@extreme" href="https://community.extremenetworks.com/network/members/profile?UserKey=9c4515c8-e313-4fb2-8516-2f9b55ff5125" data-itemmentionkey="5825d03c-2cf5-493e-97cc-f043519d0700"&gt;@extreme&lt;/A&gt; can offer a baseline filter​ to be customized. Or if someone has one such filter and want to share, I think that it would be a resource for this community.</description>
      <pubDate>Mon, 28 Feb 2022 12:30:53 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xiq-se-syslog-and-traps-data-retention/m-p/72939#M8355</guid>
      <dc:creator>AdrianO</dc:creator>
      <dc:date>2022-02-28T12:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: XIQ-SE syslog and traps data retention</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xiq-se-syslog-and-traps-data-retention/m-p/72940#M8356</link>
      <description>@Adrian Orellana,&lt;BR /&gt;I am also looking at the logs.&lt;BR /&gt;&lt;BR /&gt;As you said "&lt;SPAN&gt;not everyone has the same needs, " but t&lt;/SPAN&gt;his may be of interest / useful:&lt;BR /&gt;&lt;BR /&gt;currently we have some messages that are filtered out within the /etc/rsyslog.conf file:
&lt;DIV style="padding-left: 40px"&gt;#drop unimportant messages&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;#wireless and authentication&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "completed WPA2-AES handshake" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "failed WPA2-AES handshake" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "failed group key handshake" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "timeout attempting 802.1x/EAP authentication" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "failed 802.1x/EAP authentication" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "Key Cache used for client" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "Opportunistic Key Cache used for client" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "Key Cache used for client" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "802.1x/EAP (type:peap) authentication success" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;#xmc login messages !! Change 10.11.12.13 to the IP of your XMC / XiQ and change the user name if required&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "succeeded for user rwa on host 10.11.12.13" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "CLI session start: user rwa on host 10.11.12.13" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "SSH:10.11.12.13 rwa terminal more disable" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "SSH:10.11.12.13 rwa enable" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "SSH:10.11.12.13 rwa show app-telemetry" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "SSH:10.11.12.13 rwa show interfaces" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "CLI session end: user rwa on host 10.11.12.13" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;:msg, contains, "SSH session closed by user rwa on host 10.11.12.13" ~&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;​&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;At the switches, we also try to reduce what is sent (these are ERS (BoSS) switches):&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;no snmp-server notification-control lldpRemTablesChange&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;no snmp-server notification-control pethPsePortOnOffNotification 1-48&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;snmp-server notification-control linkDown all&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;no snmp-server notification-control linkDown 1-48,51-52&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;# ports 49 and 50 are uplink ports -&amp;nbsp; where traps are useful&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;snmp-server notification-control linkUp all&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;no snmp-server notification-control linkUp 1-48,51-52&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;# ports 49 and 50 are uplink ports -&amp;nbsp; where traps are useful&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;no snmp-server notification-control lldpXMedTopologyChangeDetected ALL&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;no snmp-server notification-control nnMstGeneralEvent&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;no snmp-server notification-control nnMstTopologyChange&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px"&gt;no snmp-server notification-control bsnConfigurationSavedToNvram&lt;/DIV&gt;
&lt;BR /&gt;We also have vsp (VOSS) switches but have yet to create the equivalent commands (more difficult on these as we have to find the related snmp OID and create an snmp filter table - if anyone already has this, please share!)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;We still have a long way to go, especially with wireless - the vast majority of our log messages pertain to wireless.&lt;BR /&gt;We have a profile on our wireless controllers so that APs do not send syslog to the management centre, but the controller still sends a huge amount of messages which I think we need to prune substantially!&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Bar.&lt;BR /&gt;&lt;BR /&gt;​</description>
      <pubDate>Mon, 28 Feb 2022 13:28:45 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xiq-se-syslog-and-traps-data-retention/m-p/72940#M8356</guid>
      <dc:creator>bar</dc:creator>
      <dc:date>2022-02-28T13:28:45Z</dc:date>
    </item>
  </channel>
</rss>

