Open GoogleCodeExporter opened 8 years ago
Looking at the cpp file where the Response is sent,
Udp.beginPacket(Udp.remoteIP(), Udp.remotePort());
Udp.write(_packet, _packetSize);
Udp.endPacket();
// Udp.write(_packet, _packetSize, _dstIp, _dstPort);
//
return SNMP_API_STAT_SUCCESS;
There looks to be no error checking to confirm the Udp packet is sent, and the
function always returns a SUCCESS message.
Original comment by tms...@gmail.com
on 10 Jul 2013 at 2:50
I my case I didn't have problems with this command:
snmpget -v1 -r1 -c public 192.168.192.17 sysUpTime.0
But all other commands returns Timeout: No Response from 192.168.192.17
Original comment by antunezg...@gmail.com
on 9 Jun 2015 at 6:30
More accuratly I have problem with "snmpset" commands
Original comment by antunezg...@gmail.com
on 9 Jun 2015 at 6:43
Original issue reported on code.google.com by
tms...@gmail.com
on 10 Jul 2013 at 2:07