I'm writing an AgentX based subagent. I'm using net-snmp 5.4 I want to create a row in the APPLICATION-MIB::applTable
The way to do that seems to be, ultimately, to generate an agentx-IndexAllocate-PDU, which is done by agentx_register_index(), which is called by register_index(), which is called by register_int_index(), which as near as I can tell, is never called by anything anywhere in the 5.4 code. What is the Right Way to do this? Do I want to call register_int_index() in my own subagent code? If I do, where and when do I do it? I'm hoping to use the MFD template from mib2c, as well. -- Mark Atwood When you do things right, people won't be sure [EMAIL PROTECTED] you've done anything at all. http://mark.atwood.name/ http://fallenpegasus.livejournal.com/ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
