Hi All My C++ application running(on windows-64 bit application with Apache 2.4 (Daemon )and this application support only SNMP V1 V2 using net-snmp API our C++ application get snmp call (for SNMPGET,SNMP walk using Windows OS provided SNMP Service using ExtensionAgents C:\Windows\system32\snmp.exe,-) by adding my service community string in sercurity string like "xyz".
Since windows OS SNMP Aget service never provide support for SNMP V3 so we need to support SNMP V3 in our application. So we need to write our own Agentx Which running with our application stack (like only walk/get on appliation mibs not for trap)not with net-snmp Daemon like snmpd. Can someone light me how we can go head , Is snmpd need to run for master Agent then how master agent and sub Agent communicate when master Agent get request for our enterprise specific get/walk request. Is MIB2c require for convert (Table/scalar) or generating code(because our enterprise specific MIB code will need run with our services not which Net-SNMP Daemon) What configuration require in snmd.conf file getting snmpget/walk call for our enterprise specific MIB. Thanks Suresh
_______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders