<?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: R81 - SNMP does not support SHA1 anymore in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/116648#M21700</link>
    <description>&lt;P&gt;Just tried this, and it failed at the last hurdle, note below that I'm using AES256&lt;/P&gt;
&lt;P&gt;# snmpwalk -v 3 -l authPriv -u SNMPUSER -a SHA -A Test123# -x &lt;STRONG&gt;AES256&lt;/STRONG&gt; -X Test123# 127.0.0.1 HOST-RESOURCES-MIB::hrSystemUptime.0&lt;BR /&gt;snmpwalk: Decryption error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I redo the configuration but use AES then it works.&lt;/P&gt;
&lt;P&gt;# snmpwalk -v 3 -l authPriv -u SNMPUSER -a SHA -A Test123# -x &lt;STRONG&gt;AES&lt;/STRONG&gt; -X Test123# 127.0.0.1 HOST-RESOURCES-MIB::hrSystemUptime.0&lt;BR /&gt;HOST-RESOURCES-MIB::hrSystemUptime.0 = Timeticks: (2398639) 6:39:46.39&lt;/P&gt;
&lt;P&gt;Running R81 with JHFA23&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Apr 2021 15:04:48 GMT</pubDate>
    <dc:creator>genisis__</dc:creator>
    <dc:date>2021-04-22T15:04:48Z</dc:date>
    <item>
      <title>R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107683#M20576</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just noticed that R81 does not allow to configure SNMPv3 Users to authenticate using SHA1, only SHA256 and SHA512.&lt;/P&gt;
&lt;P&gt;I mean it is good that the new ones are supported since R80.40, but disallowing SHA1 introduces problems with monitoring solutions and their predefined checks, which are not yet updated and don't allow configuration of SHA256 or SHA512.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a supported way to enable SHA1 until we or the monitoring vendor has updated the relevant checks?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: I found also no hint about this in any document or SK.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 07:41:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107683#M20576</guid>
      <dc:creator>Norbert_Bohusch</dc:creator>
      <dc:date>2021-01-13T07:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107696#M20577</link>
      <description>&lt;P&gt;Traditionally (and by default in current versions R80.40 &amp;amp; R81) MD5 is used - see &lt;A class="cp_link sc_ellipsis" style="max-width: 840px;" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk90860&amp;amp;partition=Basic&amp;amp;product=Security" target="_blank"&gt;sk90860: How to configure SNMP on Gaia OS&lt;/A&gt;&amp;nbsp;for details ! SHA1 has only been introduced in R77.30 JT 75, and to use it for custom traps would need another HF to be installed.&lt;/P&gt;
&lt;P&gt;&lt;A class="cp_link sc_ellipsis" style="max-width: 840px;" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk106126&amp;amp;partition=Advanced&amp;amp;product=Security" target="_blank"&gt;sk106126: Best Practices - Monitoring of Security Gateways and Management Servers running on Gaia OS&lt;/A&gt;&amp;nbsp;suggests to use MD5 / DES for SNMPv3. Here, it reads that in R80.40,&amp;nbsp; authentication protocols group were changed to be SHA1, SHA256, SHA512 (instead of MD5).&lt;/P&gt;
&lt;P&gt;Can you confirm that only SHA256 &amp;amp; SHA512 are left for SNMP auth, with MD5 and SHA1 removed ?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 10:02:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107696#M20577</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2021-01-13T10:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107697#M20578</link>
      <description>&lt;P&gt;Here what you get for auto-completion, if you insert manually something different it throws an error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;nb-ckp-mgmt&amp;gt; add snmp usm user test security-level authPriv auth-pass-phrase vpn123 privacy-pass-phrase vpn123 privacy-protocol 

DES     AES     AES256

nb-ckp-mgmt&amp;gt; add snmp usm user test security-level authPriv auth-pass-phrase vpn123 privacy-pass-phrase vpn123 privacy-protocol AES authentication-protocol 

SHA256  SHA512&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Through changing gaia DB with dbset (copy &amp;amp; paste from an older R80.x), I got it working after setting the password again.&lt;/P&gt;
&lt;P&gt;Also through inline upgrades SHA1 is preserved and is working (that's what's working in my lab environment since months). But the issue appeared while using advanced upgrade at a customer.&lt;/P&gt;
&lt;P&gt;Here also from WebUI:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="gaia-r81-snmp.png" style="width: 867px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/10210i12FF095143ABC933/image-size/large?v=v2&amp;amp;px=999" role="button" title="gaia-r81-snmp.png" alt="gaia-r81-snmp.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 10:15:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107697#M20578</guid>
      <dc:creator>Norbert_Bohusch</dc:creator>
      <dc:date>2021-01-13T10:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107701#M20579</link>
      <description>&lt;P&gt;This should be reported to TAC - i will start by giving feedback on sk106126 and sk90860 about SHA1 being unavailable in R81 fresh install...&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 10:25:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107701#M20579</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2021-01-13T10:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107742#M20584</link>
      <description>&lt;P&gt;I’m guessing this is a bug (not being able to set sha1) and we probably need a TAC case.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 16:25:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107742#M20584</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2021-01-13T16:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107766#M20586</link>
      <description>&lt;P&gt;Des is still supported but not SHA1?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 22:26:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107766#M20586</guid>
      <dc:creator>John_Fleming</dc:creator>
      <dc:date>2021-01-13T22:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107783#M20587</link>
      <description>&lt;P&gt;Like I said, it's probably a bug.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 05:55:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107783#M20587</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2021-01-14T05:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107799#M20588</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/1433"&gt;@Norbert_Bohusch&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Indeed, SHA-1 was removed in this version (R81), we are still supporting SHA-1 existence in terms of upgrades etc.., means that a user who preform an in-place upgrade will not need to do any passwords changes for existing SNMP users.&lt;/P&gt;
&lt;P&gt;New SNMP users will be created using stronger hash (as you've mentioned).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems there is a documentation gap regarding this behavioral change. we will close it ASAP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Tal M&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 08:29:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107799#M20588</guid>
      <dc:creator>Tal_Martsiano</dc:creator>
      <dc:date>2021-01-14T08:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107803#M20589</link>
      <description>&lt;P&gt;Here a documentation of the workaround I used to get SHA1 working on R81 fresh installation:&lt;/P&gt;
&lt;P&gt;1. Create SNMPv3 user with SHA256 and test it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;r81-system&amp;gt; add snmp usm user checkmates security-level authPriv auth-pass-phrase Cpwins1! privacy-pass-phrase Cpwins1! privacy-protocol AES authentication-protocol SHA256
r81-syste# snmpwalk -v 3 -l authPriv -u checkmates -a SHA-256 -A Cpwins1! -x AES -X Cpwins1! 127.0.0.1 HOST-RESOURCES-MIB::hrSystemUptime.0
HOST-RESOURCES-MIB::hrSystemUptime.0 = Timeticks: (257555406) 29 days, 19:25:54.06&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Get the Gaia DB config from an older system (R80.x)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;r80.x-system# cat /config/active | grep auth:proto
snmp:v3:user:checkmates:auth:proto .1.3.6.1.6.3.10.1.1.3&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Set Gaia DB setting on new system&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;r81-system# dbset snmp:v3:user:checkmates:auth:proto .1.3.6.1.6.3.10.1.1.3&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Check that the Auth-Type has changed to SHA1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;r81-system&amp;gt; show snmp usm user checkmates
Username checkmates
Permissions read-only
Security Level authPriv
Authentication Type SHA1
Privacy Type AES&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5. Set the passwords again (else it will not work) and test with SHA1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;r81-system&amp;gt; set snmp usm user checkmates security-level authPriv auth-pass-phrase Cpwins1! privacy-pass-phrase Cpwins1!
r81-system# snmpwalk -v 3 -l authPriv -u checkmates -a SHA -A Cpwins1! -x AES -X Cpwins1! 127.0.0.1 HOST-RESOURCES-MIB::hrSystemUptime.0
HOST-RESOURCES-MIB::hrSystemUptime.0 = Timeticks: (257576932) 29 days, 19:29:29.32&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps some of you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 09:02:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107803#M20589</guid>
      <dc:creator>Norbert_Bohusch</dc:creator>
      <dc:date>2021-01-14T09:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107805#M20590</link>
      <description>&lt;P&gt;Please also include in the documentation gap the silent death of MD5 that is always mentioned as the default ! Apart from that, i see no sense in still supporting SHA-1 existence in terms of upgrades, causing old SNMP users to stay on an unsafe security level, but excluding adding new SNMP users using SHA-1 for legacy monitoring tools !&lt;/P&gt;
&lt;P&gt;I would have prefered just adding SHA256 + SHA512 to the menu and giving an alert for SHA-1 or MD5 use...&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 09:29:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/107805#M20590</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2021-01-14T09:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/115866#M21584</link>
      <description>&lt;P&gt;hello, does this WA works for MD5 users as well?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 14:38:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/115866#M21584</guid>
      <dc:creator>RamiShahar</dc:creator>
      <dc:date>2021-04-12T14:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/116613#M21691</link>
      <description>&lt;P&gt;Is this really wise, surely support for SHA-1 should be kept.&amp;nbsp; In our case Solarwinds does not support SHA256 yet; it would make more sense to have three options, SHA-1, SHA256 &amp;amp; SHA512.&lt;/P&gt;
&lt;P&gt;I've done a clean install of R81 with JHFA23 (JHFA25 has some odd issue related to GUI client not being authorised).&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 10:55:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/116613#M21691</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2021-04-22T10:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/116616#M21693</link>
      <description>&lt;P&gt;Totally agree, its short sighted of Checkpoint to remove SHA-1 support,&amp;nbsp; this really should be added back in and leave it to the customer to decided there security policy on securing SNMP traffic.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 11:02:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/116616#M21693</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2021-04-22T11:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/116648#M21700</link>
      <description>&lt;P&gt;Just tried this, and it failed at the last hurdle, note below that I'm using AES256&lt;/P&gt;
&lt;P&gt;# snmpwalk -v 3 -l authPriv -u SNMPUSER -a SHA -A Test123# -x &lt;STRONG&gt;AES256&lt;/STRONG&gt; -X Test123# 127.0.0.1 HOST-RESOURCES-MIB::hrSystemUptime.0&lt;BR /&gt;snmpwalk: Decryption error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I redo the configuration but use AES then it works.&lt;/P&gt;
&lt;P&gt;# snmpwalk -v 3 -l authPriv -u SNMPUSER -a SHA -A Test123# -x &lt;STRONG&gt;AES&lt;/STRONG&gt; -X Test123# 127.0.0.1 HOST-RESOURCES-MIB::hrSystemUptime.0&lt;BR /&gt;HOST-RESOURCES-MIB::hrSystemUptime.0 = Timeticks: (2398639) 6:39:46.39&lt;/P&gt;
&lt;P&gt;Running R81 with JHFA23&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 15:04:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/116648#M21700</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2021-04-22T15:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/130089#M23671</link>
      <description>&lt;P&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk174463&amp;amp;partition=Advanced&amp;amp;product=Quantum" target="_self"&gt;sk174463&lt;/A&gt; is out now describing the steps for the SHA1 / R81 workaround.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 14:42:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/130089#M23671</guid>
      <dc:creator>J_Bailey</dc:creator>
      <dc:date>2021-09-23T14:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/137956#M24594</link>
      <description>&lt;P&gt;I don't suppose anyone knows how to achieve the same thing on VSX?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jan 2022 19:01:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/137956#M24594</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2022-01-08T19:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/138004#M24598</link>
      <description>&lt;P&gt;Why do you think the same procedure is not available on VSX?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 07:33:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/138004#M24598</guid>
      <dc:creator>Norbert_Bohusch</dc:creator>
      <dc:date>2022-01-10T07:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/138019#M24600</link>
      <description>&lt;P&gt;the use of 'dbset' is not recommended when using VSX, least according to SK92770.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I have relayed my observation to TAC, also&amp;nbsp;SK174463 does not actually mention VSX and feel this SK should be updated with the correct procedure for VSX as well.&lt;/P&gt;
&lt;P&gt;I'm hoping to get some response from TAC today are in the correctly supported workaround for VSX.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 09:57:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/138019#M24600</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2022-01-10T09:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: R81 - SNMP does not support SHA1 anymore</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/179376#M29894</link>
      <description>&lt;P&gt;no, the workaround does not work for MD5.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 15:53:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R81-SNMP-does-not-support-SHA1-anymore/m-p/179376#M29894</guid>
      <dc:creator>nasa</dc:creator>
      <dc:date>2023-04-27T15:53:27Z</dc:date>
    </item>
  </channel>
</rss>

