<?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: Recommended SNMP and Syslog configuration for Security Monitoring in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/recommended-snmp-and-syslog-configuration-for-security/m-p/59704#M1693</link>
    <description>Here a link to the KB articles....&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-a-syslog-server" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-a-syslog-server&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-set-up-SNMPv3-on-EXOS" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-set-up-SNMPv3-on-EXOS&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
-Ron</description>
    <pubDate>Thu, 14 Jun 2018 13:28:00 GMT</pubDate>
    <dc:creator>Ronald_Dvorak</dc:creator>
    <dc:date>2018-06-14T13:28:00Z</dc:date>
    <item>
      <title>Recommended SNMP and Syslog configuration for Security Monitoring</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/recommended-snmp-and-syslog-configuration-for-security/m-p/59703#M1692</link>
      <description>We maintain a fleet of Extreme switches (predominantly Summit series). I'm looking for a best practice guide or similar for the configuration of SNMP and SYSLOG to ensure capture of the most important security-related events and metrics. Obviously there is much that could be enabled, but we're looking for the most valuable SNMP trap triggers and SYSLOG events, to feed into our log collection environment and SIEM platform.&lt;BR /&gt;
Any assistance or guidance would be much appreciated.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jun 2018 06:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/recommended-snmp-and-syslog-configuration-for-security/m-p/59703#M1692</guid>
      <dc:creator>Martin_Shadbolt</dc:creator>
      <dc:date>2018-06-14T06:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Recommended SNMP and Syslog configuration for Security Monitoring</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/recommended-snmp-and-syslog-configuration-for-security/m-p/59704#M1693</link>
      <description>Here a link to the KB articles....&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-a-syslog-server" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-a-syslog-server&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-set-up-SNMPv3-on-EXOS" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-set-up-SNMPv3-on-EXOS&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
-Ron</description>
      <pubDate>Thu, 14 Jun 2018 13:28:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/recommended-snmp-and-syslog-configuration-for-security/m-p/59704#M1693</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2018-06-14T13:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Recommended SNMP and Syslog configuration for Security Monitoring</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/recommended-snmp-and-syslog-configuration-for-security/m-p/59705#M1694</link>
      <description>Thanks Ron, but I'm trying to understand how to do SNMP or SYSLOG generally, but rather what the best SNMP and SYSLOG settings/levels are to collect relevant &lt;U&gt;security information&lt;/U&gt; about devices.</description>
      <pubDate>Thu, 14 Jun 2018 13:28:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/recommended-snmp-and-syslog-configuration-for-security/m-p/59705#M1694</guid>
      <dc:creator>Martin_Shadbolt</dc:creator>
      <dc:date>2018-06-14T13:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Recommended SNMP and Syslog configuration for Security Monitoring</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/recommended-snmp-and-syslog-configuration-for-security/m-p/59706#M1695</link>
      <description>I don't have a "best anything" solution, but I'm using these settings:&lt;BR /&gt;
configure log filter DefaultFilter add events BGP.NeighborMgr.PeerFSMDegrade   configure log filter DefaultFilter add events BGP.NeighborMgr.PeerEstTrans   configure syslog add x.x.x.x:514 vr VR-Mgmt local5  enable log target syslog x.x.x.x:514 vr VR-Mgmt local5  configure log target syslog x.x.x.x:514 vr VR-Mgmt local5 filter DefaultFilter severity Info  configure log target syslog x.x.x.x:514 vr VR-Mgmt local5 match Any   XOS' "Info" setting isn't very spammy, but includes pretty much everything I want. And in my example, I'm interested in BGP peer states as well. &lt;BR /&gt;
&lt;BR /&gt;
As to snmptraps, sorry, I use them only rarely. I'd rather have everything in one (syslog) place and grep the raw syslog (be that on a siem or standard syslog server or both), but that may just be me.&lt;BR /&gt;
&lt;BR /&gt;
I know, I probably didn't help much at all, probably because I struggle with that on every device: "What is it that I could possibly want to know, how do I configure to log that, and why did I forget about that one thing that'll happen and NOT notify me". And yes, I guess you're in the same boat &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jun 2018 13:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/recommended-snmp-and-syslog-configuration-for-security/m-p/59706#M1695</guid>
      <dc:creator>Frank</dc:creator>
      <dc:date>2018-06-14T13:39:00Z</dc:date>
    </item>
  </channel>
</rss>

