This example merely creates some scalar registrations that allows some simple variables to be accessed via SNMP.
In a more realistic example, it is likely that these variables would also be manipulated in other ways outside of SNMP gets/sets.
If this module is compiled into an agent, you should be able to issue snmp commands that look something like (authentication information not shown in these commands):
snmpget localhost netSnmpExampleInteger.0 netSnmpExampleScalars = 42
snmpset localhost netSnmpExampleInteger.0 = 1234 netSnmpExampleScalars = 1234
snmpget localhost netSnmpExampleInteger.0 netSnmpExampleScalars = 1234
Last modified: Sunday, 23-Sep-2007 07:18:38 PDT
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.