<?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: weak snmp string in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/weak-snmp-string/m-p/4079737#M308902</link>
    <description>Just update /etc/snmpd.conf&lt;BR /&gt;&lt;BR /&gt;Change get-community-name:     public&lt;BR /&gt;&lt;BR /&gt;to whatever you like - say secret&lt;BR /&gt;&lt;BR /&gt;Then you have to stop/start snmpd&lt;BR /&gt;&lt;BR /&gt;For 11.11, just re-run the daemon:&lt;BR /&gt;&lt;BR /&gt;Stop SNMP&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/SnmpTrpDst stop&lt;BR /&gt;/sbin/init.d/SnmpMib2 stop&lt;BR /&gt;/sbin/init.d/SnmpHpunix stop&lt;BR /&gt;/sbin/init.d/SnmpMaster stop&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Start SNMP&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/SnmpMaster start&lt;BR /&gt;/sbin/init.d/SnmpHpunix start&lt;BR /&gt;/sbin/init.d/SnmpMib2 start&lt;BR /&gt;/sbin/init.d/SnmpTrpDst start&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 02 Oct 2007 08:47:43 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2007-10-02T08:47:43Z</dc:date>
    <item>
      <title>weak snmp string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weak-snmp-string/m-p/4079733#M308898</link>
      <description>i have a security issue for weak SNMP security.  is there a patch that can fix this? &lt;BR /&gt;Weak SNMP Community String ’public’ Found&lt;BR /&gt;Weak SNMP Community String ’snmpd’ Found&lt;BR /&gt;&lt;BR /&gt;running HPUX 11.11&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Oct 2007 08:28:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weak-snmp-string/m-p/4079733#M308898</guid>
      <dc:creator>Mark Harshman_1</dc:creator>
      <dc:date>2007-10-02T08:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: weak snmp string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weak-snmp-string/m-p/4079734#M308899</link>
      <description>Where did you find this string?&lt;BR /&gt;&lt;BR /&gt;On the OS or the MP/GSP?</description>
      <pubDate>Tue, 02 Oct 2007 08:31:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weak-snmp-string/m-p/4079734#M308899</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-10-02T08:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: weak snmp string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weak-snmp-string/m-p/4079735#M308900</link>
      <description>i am not sure. the warning comes from our security group that scans servers for issues, then tells us they need to be fixed.  as you might expect they don't provide alot of info.</description>
      <pubDate>Tue, 02 Oct 2007 08:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weak-snmp-string/m-p/4079735#M308900</guid>
      <dc:creator>Mark Harshman_1</dc:creator>
      <dc:date>2007-10-02T08:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: weak snmp string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weak-snmp-string/m-p/4079736#M308901</link>
      <description>You should ask them for the IP address at least and resolve this address.&lt;BR /&gt;&lt;BR /&gt;Older GSP/MP firmware versions used to have "public" set by default. The value was not changable. With newer versions you can change or disable.&lt;BR /&gt;&lt;BR /&gt;For the OS this value is set in&lt;BR /&gt;&lt;BR /&gt;/etc/snmpd.conf &lt;BR /&gt;...&lt;BR /&gt;get-community-name:     public&lt;BR /&gt;&lt;BR /&gt;Change it and restart the daemon.</description>
      <pubDate>Tue, 02 Oct 2007 08:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weak-snmp-string/m-p/4079736#M308901</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-10-02T08:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: weak snmp string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weak-snmp-string/m-p/4079737#M308902</link>
      <description>Just update /etc/snmpd.conf&lt;BR /&gt;&lt;BR /&gt;Change get-community-name:     public&lt;BR /&gt;&lt;BR /&gt;to whatever you like - say secret&lt;BR /&gt;&lt;BR /&gt;Then you have to stop/start snmpd&lt;BR /&gt;&lt;BR /&gt;For 11.11, just re-run the daemon:&lt;BR /&gt;&lt;BR /&gt;Stop SNMP&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/SnmpTrpDst stop&lt;BR /&gt;/sbin/init.d/SnmpMib2 stop&lt;BR /&gt;/sbin/init.d/SnmpHpunix stop&lt;BR /&gt;/sbin/init.d/SnmpMaster stop&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Start SNMP&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/SnmpMaster start&lt;BR /&gt;/sbin/init.d/SnmpHpunix start&lt;BR /&gt;/sbin/init.d/SnmpMib2 start&lt;BR /&gt;/sbin/init.d/SnmpTrpDst start&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Oct 2007 08:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weak-snmp-string/m-p/4079737#M308902</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-10-02T08:47:43Z</dc:date>
    </item>
  </channel>
</rss>

