Hi all, We have a MIB daemon that can handle all MIB OIDs but no authentication/encription or any SNMP request parsing. I'd like snmpd to handle snmpget/snmpset request and MIB daemon to handle the actual GET/SET work.
I know there must exist a function(s) or locations in net-snmp code that should allow me to add my function(s) to call MIB daemon which will return the result so the snmpd can send back to snmpget/snmpset. In my case I think I need to install only one handler and snmpd should call my handler which then call MIB daemon. Can you kindly tell me how to register this handler (for all OIDs, to make snmpd smaller I don't want snmpd to know any MIB tree) and what must be handled in this handler? thanks in advance, -- David [EMAIL PROTECTED] ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ 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
