Show index.html syntax highlighted
<!--#set var="section" value="tutorial" -->
<!--#include virtual="/page-top.html" -->
<!-- CONTENT START -->
<p class="SectionTitle">
NET-SNMP v4.x Tutorial
</p>
<center><h1>UCD-SNMP/NET-SNMP Tutorials -- Top</h1></center>
<hr>
<h3>Introduction</h3>
<p>
Welcome to the net-snmp tutorial series. Here we hope to
present to you various different tutorials that will help you
learn all about the net-snmp package. This tutorial is
<b>not</b> intended to be a replacement for the fine <a
href="/#Documentation"> manual pages</a> and other documentation
(<a href="/docs/FAQ.html">Frequently Asked Questions</a>, etc). The
tutorial gets more complex as you go on, so stop reading when
get beyond what you really wish to know.
<p>
Currently, we do assume you understand at least a little bit
about SNMP. Future tutorials will be written to address this
need as well, hopefully.
<p>
<h3>The Tutorials</h3>
<table><tr><td width=20> </td><td>
<table border=2 cellpadding=15><tr>
<td>
The <b>net-snmp command set</b> section will teach you all about the
net-snmp command toolset and how to use the wonderful commands
like snmpget, snmpwalk, snmpset, etc...</td>
<td width=50><a href="commands/index.html">4.x</a></td>
<td width=50><a href="/tutorial/tutorial-5/commands/index.html">5.x</a></td>
</tr><tr><td>
The <b>mrtg</b> section has some notes on
using <a href="http://www.mrtg.org">The Multi-Router Traffic Grapher"</a>
with the net-snmp demon</td>
<td colspan=2>
<center><a href="mrtg/index.html">4.x and 5.x</a></td></center>
</tr><tr><td>
The <b>net-snmp demon</a></b> section (not finished) will explain
how to use and run your net-snmp snmpd and snmptrapd programs.
<td><a href="demon/index.html">4.x</a></td>
<td><a href="/tutorial/tutorial-5/demon/index.html">5.x</a></td>
</tr><tr><td>
The <b>net-snmp agent</b> section will explain the steps involved in
extending the agent to support a new MIB module. This is primarily
aimed at a module within the main SNMP agent, but the same approach
is also relevant to writing a module for use in a sub-agent.</td>
<td><a href="agent/index.html">4.x</a></td>
<td><a href="/dev/agent/index.html">5.x</a></td>
</tr><tr><td>
The <b>net-snmp toolkit</b> section will get down to the nuts and
bolts of using the net-snmp libraries to build an example SNMP
application, agent mib module, and stand alone sub-agent.
(Knowledge of C required).</td>
<td><a href="toolkit/index.html">4.x</a></td>
<td><a href="/tutorial/tutorial-5/toolkit/index.html">5.x</a></td>
</tr></table>
</td><td width=20> </td></tr></table>
<p></p>
<!-- CONTENT END -->
<!--#include virtual="/page-bottom.html" -->
See more files for this project here