↧
Answer by naoru for SNMP4J CommandResponder not receiving V3 traps
V3 is a bit more complicated as it required a registered user in my case, i had a user with no credentials so i had to change the following USM usm = new USM(SecurityProtocols.getInstance(), new...
View ArticleSNMP4J CommandResponder not receiving V3 traps
Im trying to implement a SNMP trap listener which based on the examples on the internet. I was able to make it work. My problem is that the V3 trap messages are not being captured. I'm aware that V3...
View Article