soulwing / tnm4j

A simplified SNMP API for Java, based on Jürgen Schönwälder's Tnm extension for Tcl.
GNU General Public License v3.0
41 stars 18 forks source link

SNMP4J Provider support for SNMP V1 #12

Closed scarr closed 3 years ago

scarr commented 5 years ago

Is there any support for SNMP v1 Get Requests in the SNMP4J Provider?

ceharris commented 5 years ago

As far as I can tell, the differences between an SNMPv1 GET and an SNMPv2c GET are academic and probably negligible. Do you have an agent that does not respond to requests sent using an SNMPv2c target?

SiPad commented 4 years ago

I have also a target that does not respond to SNMPv2c. Normal get and getnext requests are both working with a SNMPv1-Target (Tested with native snmp4j and mibble). Is there a workaround for activating SNMPv1?

ceharris commented 3 years ago

Resolved by commit 1820ebb. Will appear in release 1.0.11