<?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: SNMP Vulnerability in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp-vulnerability/m-p/4859066#M566319</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Unless you are using SNMP to manage your systems through any network management station like HP Openview/NNM/VPO etc., disabling SNMP will not have any affect on the systems.&lt;BR /&gt;&lt;BR /&gt;If you are using SNMP, atleast you can set a community name so that others cannot query your system using the default community name. To set the community name, edit /etc/SnmpAgent.d/snmpd.conf and add&lt;BR /&gt;&lt;BR /&gt;get-community-name: &lt;SOME_STRING&gt; &lt;BR /&gt;set-community-name: &lt;SOME_STRING&gt;&lt;BR /&gt;&lt;BR /&gt;Restart SNMP from /sbin/init.d scripts&lt;BR /&gt;and make sure your management station knows these strings.&lt;BR /&gt;&lt;BR /&gt;NFS and ftp are not affected by SNMP.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;/SOME_STRING&gt;&lt;/SOME_STRING&gt;</description>
    <pubDate>Wed, 01 Sep 2004 11:20:09 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-09-01T11:20:09Z</dc:date>
    <item>
      <title>SNMP Vulnerability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp-vulnerability/m-p/4859064#M566317</link>
      <description>Our security scans show a SNMP vulnerability. I installed all HP-UX 11.00 patches recomended by the security advisories but the system still does not pass the scan. The recommended workaround is to disable SNMP. This is an NFS client and also needs FTP. What will happen if I disable SNMP?</description>
      <pubDate>Wed, 01 Sep 2004 11:11:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp-vulnerability/m-p/4859064#M566317</guid>
      <dc:creator>Bruce Baillie</dc:creator>
      <dc:date>2004-09-01T11:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Vulnerability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp-vulnerability/m-p/4859065#M566318</link>
      <description>Nothing unless you're monitoring the system with a tool that uses it (Tivoli or ITO). No network services the system provides to clients depends on SNMP.</description>
      <pubDate>Wed, 01 Sep 2004 11:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp-vulnerability/m-p/4859065#M566318</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2004-09-01T11:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Vulnerability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp-vulnerability/m-p/4859066#M566319</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Unless you are using SNMP to manage your systems through any network management station like HP Openview/NNM/VPO etc., disabling SNMP will not have any affect on the systems.&lt;BR /&gt;&lt;BR /&gt;If you are using SNMP, atleast you can set a community name so that others cannot query your system using the default community name. To set the community name, edit /etc/SnmpAgent.d/snmpd.conf and add&lt;BR /&gt;&lt;BR /&gt;get-community-name: &lt;SOME_STRING&gt; &lt;BR /&gt;set-community-name: &lt;SOME_STRING&gt;&lt;BR /&gt;&lt;BR /&gt;Restart SNMP from /sbin/init.d scripts&lt;BR /&gt;and make sure your management station knows these strings.&lt;BR /&gt;&lt;BR /&gt;NFS and ftp are not affected by SNMP.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;/SOME_STRING&gt;&lt;/SOME_STRING&gt;</description>
      <pubDate>Wed, 01 Sep 2004 11:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp-vulnerability/m-p/4859066#M566319</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-01T11:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Vulnerability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp-vulnerability/m-p/4859067#M566320</link>
      <description>Or just secure up snmp&lt;BR /&gt;&lt;BR /&gt;change the get-community-name from public to something else&lt;BR /&gt;&lt;BR /&gt;man snmpd.conf for more info...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 01 Sep 2004 11:24:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp-vulnerability/m-p/4859067#M566320</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-09-01T11:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Vulnerability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp-vulnerability/m-p/4859068#M566321</link>
      <description>Bruce,&lt;BR /&gt;&lt;BR /&gt;   Most probably you have the default SET/GET community name for the SNMP.&lt;BR /&gt;&lt;BR /&gt;   The default community name is public. That could be the reason why your security scan is complaing&lt;BR /&gt;&lt;BR /&gt;   Change the community name in /etc/SnmpAgent.d/snmpd.conf&lt;BR /&gt;&lt;BR /&gt;   If you disable SNMP, then often your network monitoring tools fail, like if you have Network Node Manager running in your enterprise to monitor the up/down status of the systems.&lt;BR /&gt;&lt;BR /&gt;   If you change the community name, again that is goign to break the Network monitoring tools. &lt;BR /&gt;&lt;BR /&gt;   So, analyze the consequences before disabling SNMP or changing the community name&lt;BR /&gt;&lt;BR /&gt;Sundar.</description>
      <pubDate>Wed, 01 Sep 2004 11:28:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp-vulnerability/m-p/4859068#M566321</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-01T11:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Vulnerability</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp-vulnerability/m-p/4859069#M566322</link>
      <description>close</description>
      <pubDate>Wed, 01 Sep 2004 11:45:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp-vulnerability/m-p/4859069#M566322</guid>
      <dc:creator>Bruce Baillie</dc:creator>
      <dc:date>2004-09-01T11:45:59Z</dc:date>
    </item>
  </channel>
</rss>

