Difference between revisions of "Template:TUT:LIST"
From Net-SNMP Wiki
(→Tutorial Sections) |
(→Tutorial Sections) |
||
Line 29: | Line 29: | ||
**** [[TUT:mib2c General Overview | General mib2c Overview]] | **** [[TUT:mib2c General Overview | General mib2c Overview]] | ||
**** [[TUT:mib2c-update | Using the mib2c-update script to ''recode'' your code]] | **** [[TUT:mib2c-update | Using the mib2c-update script to ''recode'' your code]] | ||
− | **** [ | + | **** [http://www.net-snmp.org/tutorial/tutorial-5/toolkit/mfd/ mib2c.mfd.conf tutorial] |
** Debugging SNMP Applications and Agent's | ** Debugging SNMP Applications and Agent's | ||
*** [[Debugging output | Debugging output printed using the -D command line option]] | *** [[Debugging output | Debugging output printed using the -D command line option]] |
Revision as of 17:22, 8 February 2007
Tutorial Sections
- Command Line Applications
- snmptranslate: learning about the MIB tree.
- snmpget: retrieving data from a host.
- snmpgetnext: retrieving unknown indexed data.
- snmpwalk: retrieving lots of data at once!
- snmptable: displaying a table.
- snmpset: peforming write operations.
- snmptrap: Sending and receiving traps, and acting upon them.
- Traps/informs with SNMPv3: Sending and receiving SNMPv3 TRAPs and INFORMs
- Common command line options:
- Writing mib2c config files
- Agent (snmpd) Configuration
- Configuring VACM (access control)
- Coding Tutorials
- Client / Manager Coding Tutorials
- Agent Coding Tutorials
- Writing a mib module to serve information described by an SNMP MIB, and how to compile it into the net-snmp snmpd agent.
- Writing a Dynamically Loadable Object that can be loaded into the SNMP agent.
- Writing a Subagent that can be run to attach to the snmpd master agent.
- Writing a perl plugin to extend the agent using the NetSNMP::agent module.
- Using mib2c to help write an agent code template for you
- Debugging SNMP Applications and Agent's