<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789815#M584565</link>
    <description>This will be helpful:&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000048605640" target="_blank"&gt;http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000048605640&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Doc ID - A5858520</description>
    <pubDate>Tue, 20 Aug 2002 13:27:36 GMT</pubDate>
    <dc:creator>Sajid_1</dc:creator>
    <dc:date>2002-08-20T13:27:36Z</dc:date>
    <item>
      <title>SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789803#M584553</link>
      <description>I am trying to send very simple snmpd commands from 'a' to 'b'. 'b' is on the other side of the firewall, however, our network group told me they opened port 161 for snmp. Still no response. Is there a command I can use to test port 161 on system 'b'?</description>
      <pubDate>Tue, 20 Aug 2002 12:29:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789803#M584553</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-08-20T12:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789804#M584554</link>
      <description>yes, --&amp;gt;&lt;BR /&gt;&lt;BR /&gt;telnet b 161&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 20 Aug 2002 12:31:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789804#M584554</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-20T12:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789805#M584555</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;you can use 'lsof' on the remote system and see if the port is configured to accept requests.&lt;BR /&gt;&lt;BR /&gt;hth</description>
      <pubDate>Tue, 20 Aug 2002 12:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789805#M584555</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-20T12:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789806#M584556</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt; Did the FW group open port 161 UDP?&lt;BR /&gt;SNMP uses UDP &amp;amp; not TCP, so have them doublecheck.&lt;BR /&gt;They'll also have to open 162/UDP for the traps.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 20 Aug 2002 12:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789806#M584556</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-08-20T12:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789807#M584557</link>
      <description>Harry,&lt;BR /&gt;I tried 'telnet b 161' on this 10.20 box and it returned 'b: Unknown Host'. Am I not understanding your command?</description>
      <pubDate>Tue, 20 Aug 2002 12:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789807#M584557</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-08-20T12:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789808#M584558</link>
      <description>I also noticed that the following sub agents are not running. When I try to start them, I get no error that I can see and it does not start.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/hp_unixagt&lt;BR /&gt;/usr/sbin/mib2agt&lt;BR /&gt;&lt;BR /&gt;the snmpd daemon is running though.</description>
      <pubDate>Tue, 20 Aug 2002 12:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789808#M584558</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-08-20T12:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789809#M584559</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt; Harry meant &lt;BR /&gt;telnet hostname_of_b 161&lt;BR /&gt;i.e. telnet to the host on port 161.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 20 Aug 2002 12:49:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789809#M584559</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-08-20T12:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789810#M584560</link>
      <description>But on reflection telnet is a TCP function.&lt;BR /&gt;If it connects OK that's eveidence that the FW group opened 161/TCP &amp;amp; you need 161/UDP and 162/UDP.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 20 Aug 2002 12:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789810#M584560</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-08-20T12:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789811#M584561</link>
      <description>Sorry harry, not enough coffee yet. I understand. My bag.</description>
      <pubDate>Tue, 20 Aug 2002 12:53:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789811#M584561</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-08-20T12:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789812#M584562</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;This will give you the explanation:&lt;BR /&gt;# man telnet&lt;BR /&gt;&lt;BR /&gt;If you are not giving any telnet ports, it will try connecting to the default one. You can also check the /etc/services file and see if the port is defined there and which service is running.</description>
      <pubDate>Tue, 20 Aug 2002 12:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789812#M584562</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-20T12:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789813#M584563</link>
      <description>Tried,&lt;BR /&gt;'telnet ihshp2 161'&lt;BR /&gt;Returns:&lt;BR /&gt;&lt;BR /&gt;'telnet ihshp2 161&lt;BR /&gt;Trying...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused'&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Aug 2002 13:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789813#M584563</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-08-20T13:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789814#M584564</link>
      <description>Hi Robert&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you do nslookup ihshp2   and see how the name is resolved , also you may try the nslookup IP adress , onc ethis get throght then you may be able to login or accces it using the port no.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Aug 2002 13:23:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789814#M584564</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-08-20T13:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789815#M584565</link>
      <description>This will be helpful:&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000048605640" target="_blank"&gt;http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000048605640&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Doc ID - A5858520</description>
      <pubDate>Tue, 20 Aug 2002 13:27:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789815#M584565</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-20T13:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789816#M584566</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;Yea, sorry about that, telnet isn't going to work here. try loading this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/tricklet-1.4/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/tricklet-1.4/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;then test it with this on HOSTA:&lt;BR /&gt;&lt;BR /&gt;echo "sysDescr" | /opt/tricklet/bin/snmp-get HOSTNAMEB&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 20 Aug 2002 13:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789816#M584566</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-20T13:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789817#M584567</link>
      <description>Bingo, thanks Harry. Peerrrffeecctt.&lt;BR /&gt;Exactly what I was looking for. Could you srdf your knowledge. I need an upgrade.</description>
      <pubDate>Tue, 20 Aug 2002 14:32:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2789817#M584567</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-08-20T14:32:48Z</dc:date>
    </item>
  </channel>
</rss>

