By default, once installed, SNMP Agent on Windows only allows queries from localhost. To allow remote SNMP queries, you need to setup the SNMP Service : Open Windows Services Manager Right Click on SNMP Service and edit Properties Select Security tab From here, add remote host(s) allowed to query your...
One suggestion is to use mysql support thats built into 5.5 of snmptrapd. That way you can use mysql as a queue and process the traps in bulk. details of this are on the snmptrapd page: http://www.net-snmp.org/wiki/index.php/Snmptrapd If not using mysql another option is to use a named pipe. Do...