netsnmp_agent |
The Net-SNMP agent - The snmp agent responds to SNMP queries from management stations. |
snmp_agent_api |
embedding an agent into a external application |
snmp_trap_api |
send_easy_trap, send_trap_vars, send_v2trap - send TRAPs or INFORMs from a Net-SNMP MIB module |
netsnmp_mib_handler_methods |
mib_handler_methods - Defines the subhandlers to be called by the multiplexer helper. |
netsnmp_utilities |
utility_handlers - Simplify request processing A group of handlers intended to simplify certain aspects of processing a
request for a MIB object. |
netsnmp_handler |
Net-SNMP Agent handler and extensibility API - The basic theory goes something like this: In the past, with the
original mib module api (which derived from the original CMU SNMP code) the underlying mib modules were passed very little
information (only the truly most basic information about a request). |
netsnmp_scalar |
scalar - Process scalars easily. |
netsnmp_baby_steps |
baby_steps - Calls your handler in baby_steps for set processing. |
netsnmp_bulk_to_next |
bulk_to_next - Convert GETBULK requests into GETNEXT requests for the handler. |
netsnmp_scalar_group_group |
scalar_group - Process groups of scalars. |
netsnmp_example_scalar_int |
example_scalar_int: instantiates a few example scalars. - This example merely creates some scalar registrations that
allows some simple variables to be accessed via SNMP. |
netsnmp_table_dataset |
table_dataset - Helps you implement a table with automatted storage. |
netsnmp_iterator_info_s |
iterator_info_s - Holds iterator information containing functions which should be called by the iterator_handler to
loop over your data set and sort it in a SNMP specific manner. |
netsnmp_old_api |
old_api - Calls mib module code written in the old style of code. |
netsnmp_watcher |
watcher - Watch a specified variable and process it as an instance or scalar object. |
netsnmp_table_array |
table_array - Helps you implement a table when data can be stored locally. |
netsnmp_multiplexer |
multiplexer - Splits mode requests into calls to different handlers. |
netsnmp_serialize |
serialize - Calls sub handlers one request at a time. |
netsnmp_cache_handler |
cache_handler - Maintains a cache of data for use by lower level handlers. |
netsnmp_Container_iterator |
Container_iterator - |
netsnmp_table_iterator |
table_iterator - The table iterator helper is designed to simplify the task of writing a table handler for the net-snmp
agent when the data being accessed is not in an oid sorted form and must be accessed externally. |
netsnmp_table |
table - Helps you implement a table. |
netsnmp_table_data |
table_data - Helps you implement a table with datamatted storage. |
netsnmp_stash_cache |
stash_cache - Automatically caches data for certain handlers. |
netsnmp_row_merge |
row_merge - Calls sub handlers with request for one row at a time. |
netsnmp_read_only |
read_only - Make your handler read_only automatically The only purpose of this handler is to return an appropriate
error for any requests passed to it in a SET mode. |
netsnmp_leaf |
leaf_handlers - Process individual leaf objects A group of handlers to implement individual leaf objects and instances
(both scalar objects, and individual objects and instances within a table). |
netsnmp_instance |
instance - Process individual MIB instances easily. |
netsnmp_container |
null_container - Helps you implement specialized containers. |
netsnmp_mode_end_call |
mode_end_call - At the end of a series of requests, call another handler hook. |