storing and maintaining data out side Netsnmp Containers

2011-04-17 Thread Anil Murala
Hi All, I am newbie to snmp. I have to implement a snmp table in the netsnmp framework. I have generated the template code with mib2c and learned that data is stored and maintained by the SNMP CONTAINER structures. My question is, is it possible to store and maintain the data outside th

mibII/sysName

2011-04-17 Thread Samuel Monderer
Hi, I would like to run my own implementation of mibII/sysName using shared library implementation. So I did the following: · Compiled snmpd with: --with-out-mib-modules="agent_mibs host agentx utilities mibII/system" à so that mibII/system is not part of the snmpd · Comp