Hi, I am developing a private mib. I am using net-snmp-5.6.1. No sub-agent. Below is summary of my MIB:
1. My MIB file has scalar and tabular objects. 2. All the data ( scalar and tabular) is not available locally but I have API interface to get those data from the other processes. This holds true even for below points. 3. The tabular data (which is with other processes) can grow and shrink independent of the SNMP Agent. I don't have any set command. 4. I have some static table like where I know the numbers of rows and also there are some tables where I don't know the number of rows. There is no restriction on caching the data. My questions are : 1. What mib2c configuration file to use with scalar and tabular. ( given the fact they are with other process). 2. Do I need to register a callback function for accessing scalar objects which in turn call the IPC API or I can cache the data on SNMP Agent. Does net-snmp provide any caching for scalar data which periodically fetch the data from other process.? 3 What about tables? How should I go about them ? Do I also need to cache them? 4. Any other good design which I should consider ? Thanks in advance Regards, Sunaina ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
