Difference between revisions of "Agent Helpers"

From Net-SNMP Wiki
Jump to: navigation, search
(Net-SNMP Agent Helpers)
(added a link to the architecture document)
Line 1: Line 1:
 
== Net-SNMP Agent Helpers ==
 
== Net-SNMP Agent Helpers ==
  
The Net-SNMP agent library provides several special purpose handlers to reduce the work needed to implement a MIB module. The FAQ item [[FAQ:Coding_07|"What's the difference between the various mib2c configuration files?"]] gives an overview of the major ''mib2c-related'' helpers.
+
The Net-SNMP agent library provides several special purpose [[Handlers]] to reduce the work needed to implement a MIB module. See the [[Agent Architecture]] documentation for details on how the handler system is implemented within the [[snmpd|Net-SNMP Agent]].  The FAQ item [[FAQ:Coding_07|"What's the difference between the various mib2c configuration files?"]] gives an overview of the major ''mib2c-related'' helpers.
  
 
Here is a list of ''all'' current helpers, by file name as found in <code>agent/helpers/</code>, organized by type:
 
Here is a list of ''all'' current helpers, by file name as found in <code>agent/helpers/</code>, organized by type:

Revision as of 23:59, 12 July 2011

Net-SNMP Agent Helpers

The Net-SNMP agent library provides several special purpose Handlers to reduce the work needed to implement a MIB module. See the Agent Architecture documentation for details on how the handler system is implemented within the Net-SNMP Agent. The FAQ item "What's the difference between the various mib2c configuration files?" gives an overview of the major mib2c-related helpers.

Here is a list of all current helpers, by file name as found in agent/helpers/, organized by type:

Handler call flow

Scalar related

Table related

Data caching

Miscellaneous

Deprecated/Legacy Helpers