winsnmp

WinSNMP v1traps

I'm using WinSNMP in c++ to send snmp traps. For backwards compatibility I’m required to send v1 snmp traps. WinSNMP works with v2 traps but is capable of converting those v2 traps to v1 when sending the trap. I use SnmpSetTranslateMode(SNMPAPI_UNTRANSLATED_V1) in order to do that. I also added the sysUpTime oid (1.3.6.1.2.1.1.3.0), the ...

Framing V1 traps in WINSNMP

I am writing an interface code using WINSNMP for SNMP manager application . The manager application expects traps in v1 format ( serialised - as it is received from wire). My interface code (using WINSNMP) receives the traps in v2 format , However I am not able to convert those traps to SNMP v1 trap format. I have set the translate mode ...

Does anyone has Win SNMP API C++ code example.

SnmpSendMsg function usage to send SNMP Trap on Windows. Does Win SNMP API support IPv6 ...

what are needed to make my own SNMP Agent and server??

Hii, I want to make my own snmp server and agent.with my own MIB and OID's. how can i do it??and where to start?? And if i want to use windows SNMP service and extend it and insert my own OID's into its MIB then ,is it possible??.n if yes,how can i do this?? ...

SNMP Broadcast on Windows

I'm writing an SNMP agent in windows. The agent responds fine simple get and get-next request sent directly to computer's ip address. But when I do a SNMP broadcast, the computer receives the packet but does not anwer that. Why is that? The firewall is off and the antivirus too. ...

Using SNMP set message on MS Windows SNMP agent

Hi all, State of TCP connection (tcpConnState) is writable per RFC 1213. Everything is fine when i reset this tcpConnState value from established (5) to deleteTCB (12) with SNMP set message with SNMP Agent from DMH software (http://www.dmhsoftware.com/snmp.html). But i cannot perform the SNMP Set command on that variable with Windows S...