Pages du manuel Linux : Fonctions des bibliothèques / snmp

default_store
generic storage of global data.
mib_api
mib_api functions
netsnmp_agent
The snmp agent responds to SNMP queries from management stations.
netsnmp_baby_steps
netsnmp_bulk_to_next
The only purpose of this handler is to convert a GETBULK request to a GETNEXT request.
netsnmp_cache_handler
This helper checks to see whether the data has been loaded 'recently' (according to the timeout for that particular cache) and calls the registered 'load_cache' routine if necessary.
netsnmp_container
containers.
netsnmp_Container_iterator
netsnmp_debug
This is a useful module for run-time debugging of requests as the pass this handler in a calling chain.
netsnmp_example_scalar_int
This example merely creates some scalar registrations that allows some simple variables to be accessed via SNMP. More...
netsnmp_handler
netsnmp_instance
netsnmp_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_leaf
A group of handlers to implement individual leaf objects and instances (both scalar objects, and individual objects and instances within a table).
netsnmp_library
netsnmp_mib_handler_methods
Defines the subhandlers to be called by the multiplexer helper.
netsnmp_mib_utilities
netsnmp_mode_end_call
Handlers that want to loop through a series of requests and then receive a callback at the end of a particular MODE can use this helper to make this possible.
netsnmp_multiplexer
The multiplexer helper lets you split the calling chain depending on the calling mode (get vs getnext vs set).
netsnmp_old_api
This is a backwards compatilibity module that allows code written in the old API to be run under the new handler based architecture.
netsnmp_read_only
The only purpose of this handler is to return an appropriate error for any requests passed to it in a SET mode.
netsnmp_row_merge
This helper splits a whole bunch of requests into chunks based on the row index that they refer to, and passes all requests for a given row to the lower handlers.
netsnmp_scalar
netsnmp_scalar_group_group
netsnmp_serialize
This functionally passes in one request at a time into lower handlers rather than a whole bunch of requests at once.
netsnmp_stash_cache
This handler caches data in an optimized way which may aleviate the need for the lower level handlers to perform as much optimization.
netsnmp_table
netsnmp_table_array
netsnmp_table_data
netsnmp_table_dataset
netsnmp_table_iterator
Functionally, it is a specialized version of the more generic table helper but easies the burden of GETNEXT processing by manually looping through all the data indexes retrieved through function calls which should be supplied by the module that wishes help.
netsnmp_utilities
A group of handlers intended to simplify certain aspects of processing a request for a MIB object.
netsnmp_watcher
it as an instance or scalar object
read_config
read_config functions
snmp_agent_api
embedding an agent into a external application
snmp_alarm
alarm functions
snmp_api
send and receive SNMP messages
snmp_sess_api
session functions
snmp_trap_api
send TRAPs or INFORMs from a Net-SNMP MIB module