Response title
This is preview!
Click on Join Now to Sign Up
I am trying to recieve SNMP v3 traps from a device, using Adventnet.
When getting a trap I see the following AdventNet exception thrown:
Exception while constructing message after receiving PDU. Dropping this PDU received from xxx.xxx.xxx.xxx. com.adventnet.snmp.snmp2.SnmpException: Parse Header: Incorrect Scoped data
If I monitor the traps using NG-Soft browser the traps are recieved correctly.
I've also tried Using High-Level API
In this case I see the trap using public void debugPrint (String debugOutput)
and no exception is throwing. But there is nothing in the callback
Any advice will be welcome!!!