<?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 parameters in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582713#M84950</link>
    <description>The -c option you provide a community string. By default this is 'public'. If a system has a different get-community you can substitute here.&lt;BR /&gt;&lt;BR /&gt;The -v 1 says you are using version 1 of the snmp utility.&lt;BR /&gt;&lt;BR /&gt;The -sO I am not sure. I see a -0s which means to retrive all the variables under system OID (object identifier):&lt;BR /&gt;&lt;BR /&gt;sysDescr.0&lt;BR /&gt;sysObjectID.0&lt;BR /&gt;sysUpTime.0&lt;BR /&gt;sysContact.0&lt;BR /&gt;sysName.0&lt;BR /&gt;sysLocation.0&lt;BR /&gt;sysServices.0&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 14 Jul 2005 07:57:42 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2005-07-14T07:57:42Z</dc:date>
    <item>
      <title>snmpwalk parameters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582712#M84949</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;on my Debian Sarge Stable I cannot do:&lt;BR /&gt;&lt;BR /&gt;# snmpwalk 192.168.0.3 public&lt;BR /&gt;&lt;BR /&gt;this command was working in the older versions of linux&lt;BR /&gt;&lt;BR /&gt;but if I put some options:&lt;BR /&gt;&lt;BR /&gt;snmpwalk -sO -c public -v 1 192.168.0.3&lt;BR /&gt;&lt;BR /&gt;it seems to work.&lt;BR /&gt;knows someone why ?&lt;BR /&gt;&lt;BR /&gt;and what mean exactly these options:&lt;BR /&gt;&lt;BR /&gt;-sO -c -v 1 ?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris</description>
      <pubDate>Thu, 14 Jul 2005 07:43:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582712#M84949</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2005-07-14T07:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk parameters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582713#M84950</link>
      <description>The -c option you provide a community string. By default this is 'public'. If a system has a different get-community you can substitute here.&lt;BR /&gt;&lt;BR /&gt;The -v 1 says you are using version 1 of the snmp utility.&lt;BR /&gt;&lt;BR /&gt;The -sO I am not sure. I see a -0s which means to retrive all the variables under system OID (object identifier):&lt;BR /&gt;&lt;BR /&gt;sysDescr.0&lt;BR /&gt;sysObjectID.0&lt;BR /&gt;sysUpTime.0&lt;BR /&gt;sysContact.0&lt;BR /&gt;sysName.0&lt;BR /&gt;sysLocation.0&lt;BR /&gt;sysServices.0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jul 2005 07:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582713#M84950</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-14T07:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk parameters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582714#M84951</link>
      <description>Are you sure it's '-sO' and not '-Os' ?  '-Os' (which is more expected) just shows the last portion of the OID, just to make it easier to read.&lt;BR /&gt;&lt;BR /&gt;As for the others...  '-c' is the community to query.&lt;BR /&gt;&lt;BR /&gt;'-v 1' says to use SNMP version 1 protocol.&lt;BR /&gt;&lt;BR /&gt;What does 'snmpwalk -v1 192.168.0.3 public' do?  I'd expect it would probably still need to have the '-c' though (I honestly haven't used snmp much).&lt;BR /&gt;&lt;BR /&gt;See 'man snmpcmd' for details on the se flags.</description>
      <pubDate>Thu, 14 Jul 2005 08:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582714#M84951</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-07-14T08:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk parameters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582715#M84952</link>
      <description>yes&lt;BR /&gt;&lt;BR /&gt;# snmpwalk -v1 192.168.0.3 public&lt;BR /&gt;&lt;BR /&gt;dosn't work, but&lt;BR /&gt;&lt;BR /&gt;# snmpwalk -v1 -c public 192.168.0.3&lt;BR /&gt;&lt;BR /&gt;works.&lt;BR /&gt;&lt;BR /&gt;It seems, it needs to work both options: &lt;BR /&gt;-v1 and -c &lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jul 2005 09:28:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582715#M84952</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2005-07-14T09:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk parameters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582716#M84953</link>
      <description>True:&lt;BR /&gt;&lt;BR /&gt;I do 'snmpwalk -v1 -c secret 1.1.1.1'&lt;BR /&gt;&lt;BR /&gt;My belief is that this will also work;&lt;BR /&gt;&lt;BR /&gt;snmpwalk -v2c -c secret 1.1.1.1&lt;BR /&gt;&lt;BR /&gt;Using version 2 of snmp&lt;BR /&gt;The 'secret' is my community name.&lt;BR /&gt;&lt;BR /&gt;Can also do 'snmpwalk -v2c -c secret 1.1.1.1 system&lt;BR /&gt;&lt;BR /&gt;This will output only the OID info for system.&lt;BR /&gt;&lt;BR /&gt;SNMPv2-MIB::sysDescr.0&lt;BR /&gt;SNMPv2-MIB::sysObjectID.0&lt;BR /&gt;SNMPv2-MIB::sysUpTime.0&lt;BR /&gt;SNMPv2-MIB::sysContact.0&lt;BR /&gt;SNMPv2-MIB::sysName.0&lt;BR /&gt;SNMPv2-MIB::sysLocation.0&lt;BR /&gt;SNMPv2-MIB::sysServices.0&lt;BR /&gt;SNMPv2-MIB::sysORLastChange.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jul 2005 09:44:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582716#M84953</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-14T09:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk parameters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582717#M84954</link>
      <description>hi Rick&lt;BR /&gt;&lt;BR /&gt;# snmpwalk -v2c -c secret 1.1.1.1&lt;BR /&gt;&lt;BR /&gt;is not working under Debian Sarge or freeBSD 5.4&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Thu, 14 Jul 2005 10:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582717#M84954</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2005-07-14T10:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk parameters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582718#M84955</link>
      <description>The secret is the get-community-name. If you have not changed yours it would still be the default of 'public'&lt;BR /&gt;&lt;BR /&gt;I have changed mine and by habit I use use the 'secret' in postings.&lt;BR /&gt;&lt;BR /&gt;# snmpwalk -v2c -c public 1.1.1.1&lt;BR /&gt;&lt;BR /&gt;Substitute the 1.1.1.1 IP address with a valid IP from your environment.</description>
      <pubDate>Thu, 14 Jul 2005 11:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582718#M84955</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-14T11:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk parameters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582719#M84956</link>
      <description>ofcource I've changed and it doesn't work:&lt;BR /&gt;&lt;BR /&gt;bsd# snmpwalk -v2c -c public 192.168.0.3&lt;BR /&gt;Timeout: No Response from 192.168.0.3&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jul 2005 11:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582719#M84956</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2005-07-14T11:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk parameters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582720#M84957</link>
      <description>You may not have version 2 of snmp</description>
      <pubDate>Thu, 14 Jul 2005 11:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582720#M84957</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-14T11:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk parameters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582721#M84958</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;Nobody has cleared up your original question though...&lt;BR /&gt;&lt;BR /&gt;"knows someone why?"&lt;BR /&gt;&lt;BR /&gt;Check the snmp package that you have installed.  On your "older" versions, you're using the older ucd-snmp packages.  On your new Debian system, you're using net-snmp.&lt;BR /&gt;&lt;BR /&gt;You can use snmpconf to create your own "snmp.conf" file that specifies default values (i.e. output, version, and community string options).  Place this file in your $HOME/.snmp directory.  This makes things much simpler:  your snmpwalk command could then be as simple as: "snmpwalk &lt;HOSTNAME&gt;"&lt;BR /&gt;&lt;BR /&gt;Do a "man 5 snmp_config" for more info.&lt;BR /&gt;&lt;BR /&gt;Enjoy,&lt;BR /&gt;J&lt;/HOSTNAME&gt;</description>
      <pubDate>Mon, 18 Jul 2005 05:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582721#M84958</guid>
      <dc:creator>J._1</dc:creator>
      <dc:date>2005-07-18T05:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: snmpwalk parameters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582722#M84959</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;Side note: Beware that snmp, at least older versions does some of its authentication in a way that is shall we say less than secure.&lt;BR /&gt;&lt;BR /&gt;You need to be current on patching and make sure you keep on eye on snmp exploits and such while using the product.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;Rapid City, SD&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jul 2005 11:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmpwalk-parameters/m-p/3582722#M84959</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-07-18T11:33:03Z</dc:date>
    </item>
  </channel>
</rss>

