Quantcast
Channel: SNMP4J CommandResponder not receiving V3 traps - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Answer by naoru for SNMP4J CommandResponder not receiving V3 traps

$
0
0

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 OctetString(MPv3.createLocalEngineID()), 0);

to

USM usm = new USM(SecurityProtocols.getInstance(), new OctetString("Receiver"), 0);

the UsmUser was defined correctly

Hope it helps someone


Viewing all articles
Browse latest Browse all 2

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>