I use a c++ map to store some data. I have already a
MIB describing these data (2 tables). I would like to
use net-snmp to forward snmp queries (GET only) to my
map. I have already access methods for my 'map'. I
don't want net-snmp to maintain a table in memory (as
the data is already stored in the map). I have
generated myMIB.c and myMIB.h with mib2c -c
mib2c.iterate.conf myMIB. 
I could use myTable_createEntry and
myTable_removeEntry from my code to maintain a table
in memory but I don't want this. How can I forward the
request (GET only) to my code to extract data from my
'map'?  


        

        
                
___________________________________________________________________________ 
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs 
exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to