On Fri, 14 Oct 2005 16:00:15 +0800 livia wrote: LX> Now I want to implemente a software to manage our network devices on the LX> base of net-snmp. But I don't how to insert my programs used to process the LX> messages from management station into net-snmp after I load my private LX> MIBs. How can I implement the interaction between agent and my devices? I LX> am looking forward to your advices!
You can use perl, a shell script of your choice, C, C++, assembler or your language of choice. mib2c can generate skeleton C code for your MIB, and is generally the recommended route. -- Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
