<?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: snmpwalk not working in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193915#M51149</link>
    <description>Thanks a lot Mel, the problem was solved, by congiuring both files.</description>
    <pubDate>Tue, 18 Aug 2009 15:22:13 GMT</pubDate>
    <dc:creator>yngvi thorfinnsson_1</dc:creator>
    <dc:date>2009-08-18T15:22:13Z</dc:date>
    <item>
      <title>snmpwalk not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193905#M51139</link>
      <description>Hi, I've two nodes on the same network,&lt;BR /&gt;but I'm not able to do snmpwalk.&lt;BR /&gt;&lt;BR /&gt;snmpwalk -c public hermann.siminn.is system&lt;BR /&gt;snmpwalk: No response arrived before timeout.&lt;BR /&gt;&lt;BR /&gt;on the host 'hermann.siminn.is':&lt;BR /&gt;&lt;BR /&gt; snmpd -v&lt;BR /&gt;&lt;BR /&gt;NET-SNMP version:  5.2.3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you help?</description>
      <pubDate>Tue, 18 Aug 2009 13:48:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193905#M51139</guid>
      <dc:creator>yngvi thorfinnsson_1</dc:creator>
      <dc:date>2009-08-18T13:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193906#M51140</link>
      <description>Try adding the -v option to indicate the version you want to use:&lt;BR /&gt;&lt;BR /&gt;snmpwalk -Os -c public -v 1 hermann.siminn.is system&lt;BR /&gt;&lt;BR /&gt;Ensure that no firewall is running or ensure that traffic is allowed.</description>
      <pubDate>Tue, 18 Aug 2009 13:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193906#M51140</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-08-18T13:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193907#M51141</link>
      <description>telnet hermann.siminn.is 161 &lt;BR /&gt;&lt;BR /&gt;what do you see ?</description>
      <pubDate>Tue, 18 Aug 2009 13:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193907#M51141</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-08-18T13:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193908#M51142</link>
      <description>rex# snmpwalk -c public -v 1 hermann.siminn.is system&lt;BR /&gt;snmpwalk: No response arrived before timeout.&lt;BR /&gt;&lt;BR /&gt;rex# telnet hermann.siminn.is 161&lt;BR /&gt;Trying...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2009 13:59:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193908#M51142</guid>
      <dc:creator>yngvi thorfinnsson_1</dc:creator>
      <dc:date>2009-08-18T13:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193909#M51143</link>
      <description>connection refused for a targeted port telnet means, either a firewall between the source and target servers, not allowing traffic for port 161, snmp protocol or both depending on the behavior of the firewall, or, your snmpd is not running or not running on the default port 161.&lt;BR /&gt;&lt;BR /&gt;On the target server, if you run these two commands:&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep -i snmp&lt;BR /&gt;netstat -an | grep 161&lt;BR /&gt;&lt;BR /&gt;what output do you see ?&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2009 14:05:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193909#M51143</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-08-18T14:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193910#M51144</link>
      <description>It seems that your service is not running at the server.</description>
      <pubDate>Tue, 18 Aug 2009 14:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193910#M51144</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-08-18T14:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193911#M51145</link>
      <description>Thanks for the replies :-)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hermann:/# ps -ef | grep -i snmp&lt;BR /&gt;snmp     10415     1  0 15:03 ?        00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -I -smux -p /var/run/snmpd.pid 127.0.0.1&lt;BR /&gt;&lt;BR /&gt;hermann:/# netstat -an | grep 161&lt;BR /&gt;tcp6       0      0 :::8161                 :::*                    LISTEN&lt;BR /&gt;tcp6       0      0 :::61613                :::*                    LISTEN&lt;BR /&gt;tcp6       0      0 :::61616                :::*                    LISTEN&lt;BR /&gt;tcp6       0      0 :::61617                :::*                    LISTEN&lt;BR /&gt;tcp6       0      0 ::ffff:157.157.19:36237 ::ffff:157.157.19:61616 TIME_WAIT&lt;BR /&gt;tcp6       0      0 ::ffff:157.157.19:36236 ::ffff:157.157.19:61616 TIME_WAIT&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;tcp6       0      0 ::ffff:157.157.19:36211 ::ffff:157.157.19:61616 TIME_WAIT&lt;BR /&gt;tcp6       0      0 ::ffff:157.157.19:36210 ::ffff:157.157.19:61616 TIME_WAIT&lt;BR /&gt;tcp6       0      0 ::ffff:127.0.0.1:61616  ::ffff:127.0.0.1:50104  ESTABLISHED&lt;BR /&gt;tcp6       0      0 ::ffff:157.157.19:61616 ::ffff:157.157.19:36244 ESTABLISHED&lt;BR /&gt;tcp6       0      0 ::ffff:127.0.0.1:50104  ::ffff:127.0.0.1:61616  ESTABLISHED&lt;BR /&gt;udp        0      0 127.0.0.1:161           0.0.0.0:*&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2009 14:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193911#M51145</guid>
      <dc:creator>yngvi thorfinnsson_1</dc:creator>
      <dc:date>2009-08-18T14:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193912#M51146</link>
      <description>Well, then your snmpd is running and listening on port 161 on the target server. Hence I have to say, the snmp traffic is not traversing from source to the target server, most probably due to a firewall or a filtering router of some sort in between the two.</description>
      <pubDate>Tue, 18 Aug 2009 14:32:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193912#M51146</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-08-18T14:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193913#M51147</link>
      <description>we had to config this file as well&lt;BR /&gt;&lt;BR /&gt;/etc/default/snmpd&lt;BR /&gt;&lt;BR /&gt;as well as the&lt;BR /&gt;&lt;BR /&gt;/etc/snmp/snmpd.conf</description>
      <pubDate>Tue, 18 Aug 2009 14:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193913#M51147</guid>
      <dc:creator>yngvi thorfinnsson_1</dc:creator>
      <dc:date>2009-08-18T14:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193914#M51148</link>
      <description>I am not very familiar with snmp on Linux platform but sounds like the snmp traffic is not reaching the target server at all. I'd suggest using something like tcpdump on the target server to verify this actually is the case. Then you can chase network team to figure out what is blacking the traffic and remove it. &lt;BR /&gt;&lt;BR /&gt;Here is a page, showing you how you can run tcpdump for different scenarios.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linux.byexamples.com/archives/283/simple-usage-of-tcpdump/" target="_blank"&gt;http://linux.byexamples.com/archives/283/simple-usage-of-tcpdump/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps</description>
      <pubDate>Tue, 18 Aug 2009 15:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193914#M51148</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-08-18T15:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193915#M51149</link>
      <description>Thanks a lot Mel, the problem was solved, by congiuring both files.</description>
      <pubDate>Tue, 18 Aug 2009 15:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-not-working/m-p/5193915#M51149</guid>
      <dc:creator>yngvi thorfinnsson_1</dc:creator>
      <dc:date>2009-08-18T15:22:13Z</dc:date>
    </item>
  </channel>
</rss>

