This Implementation Example section describes how a simple manager can be implemented with the SNMP Development Toolkit.
The example shown, ex2, can be found in the toolkit distribution.
This example has two functions:
The example manager, snmp_ex2_manager
, is a simple example of
how to implement an snmp manager using the manager component of the
SNMP Development Toolkit.
The module exports the following functions:
This module is also used by the test module described in the next section.
This simple standard test, snmp_ex2_simple_standard_test
,
a module which, using the snmp_ex2_manager
described in the
previous section, implements a simple agent test utility.