

<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.net-snmp.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Snmpwalk</id>
		<title>Snmpwalk - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.net-snmp.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Snmpwalk"/>
		<link rel="alternate" type="text/html" href="http://www.net-snmp.org/wiki/index.php?title=Snmpwalk&amp;action=history"/>
		<updated>2026-05-05T05:38:14Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>http://www.net-snmp.org/wiki/index.php?title=Snmpwalk&amp;diff=5094&amp;oldid=prev</id>
		<title>Wes: Created page with &quot;{{tool|snmpwalk|manual=1|tutorial=1|code=apps/snmpwalk.c}}  == Purpose ==  Issue a multiple SNMP GETNEXT operations to a remote agent, traversing all the data in an agent&#039;s i...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.net-snmp.org/wiki/index.php?title=Snmpwalk&amp;diff=5094&amp;oldid=prev"/>
				<updated>2011-06-30T22:58:29Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{tool|snmpwalk|manual=1|tutorial=1|code=apps/snmpwalk.c}}  == Purpose ==  Issue a multiple SNMP &lt;a href=&quot;/wiki/index.php/GETNEXT&quot; title=&quot;GETNEXT&quot;&gt;GETNEXT&lt;/a&gt; operations to a remote agent, traversing all the data in an agent&amp;#039;s i...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{tool|snmpwalk|manual=1|tutorial=1|code=apps/snmpwalk.c}}&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
&lt;br /&gt;
Issue a multiple SNMP [[GETNEXT]] operations to a remote agent,&lt;br /&gt;
traversing all the data in an agent&amp;#039;s implemented [[MIB]] tree below a&lt;br /&gt;
certain point.&lt;br /&gt;
&lt;br /&gt;
== Command Line ==&lt;br /&gt;
&lt;br /&gt;
The command line options are per the [[snmpcmd]] options.&lt;br /&gt;
&lt;br /&gt;
The remaining option is an OID to walk (IE, &amp;quot;get all the data below&lt;br /&gt;
this&amp;quot;).  You can simulate an snmpwalk but issuing a bunch of&lt;br /&gt;
[[snmpgetnext]] commands as well.&lt;br /&gt;
&lt;br /&gt;
To find everything that an agent supports (or and you&amp;#039;re allowed to&lt;br /&gt;
see), try walking the agent with an [[OID]] of .1.3, which is the&lt;br /&gt;
highest level OID that most agents will return data under.&lt;br /&gt;
&lt;br /&gt;
== Example Usages ==&lt;br /&gt;
&lt;br /&gt;
  # snmpwalk -v 1 -c demopublic test.net-snmp.org sysORTable&lt;br /&gt;
  SNMPv2-MIB::sysORID.1 = OID: SNMPv2-MIB::snmpMIB&lt;br /&gt;
  SNMPv2-MIB::sysORID.2 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup&lt;br /&gt;
  SNMPv2-MIB::sysORID.3 = OID: SNMP-MPD-MIB::snmpMPDMIBObjects.3.1.1&lt;br /&gt;
  SNMPv2-MIB::sysORID.4 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance&lt;br /&gt;
  SNMPv2-MIB::sysORID.5 = OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance&lt;br /&gt;
  SNMPv2-MIB::sysORDescr.1 = STRING: The MIB module for SNMPv2 entities&lt;br /&gt;
  SNMPv2-MIB::sysORDescr.2 = STRING: View-based Access Control Model for SNMP.&lt;br /&gt;
  SNMPv2-MIB::sysORDescr.3 = STRING: The MIB for Message Processing and Dispatching.&lt;br /&gt;
  SNMPv2-MIB::sysORDescr.4 = STRING: The MIB for Message Processing and Dispatching.&lt;br /&gt;
  SNMPv2-MIB::sysORDescr.5 = STRING: The SNMP Management Architecture MIB.&lt;br /&gt;
  SNMPv2-MIB::sysORUpTime.1 = Timeticks: (0) 0:00:00.00&lt;br /&gt;
  SNMPv2-MIB::sysORUpTime.2 = Timeticks: (1) 0:00:00.01&lt;br /&gt;
  SNMPv2-MIB::sysORUpTime.3 = Timeticks: (1) 0:00:00.01&lt;br /&gt;
  SNMPv2-MIB::sysORUpTime.4 = Timeticks: (1) 0:00:00.01&lt;br /&gt;
  SNMPv2-MIB::sysORUpTime.5 = Timeticks: (1) 0:00:00.01&lt;/div&gt;</summary>
		<author><name>Wes</name></author>	</entry>

	</feed>