We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a XUPS MIB, and I'm sending traps via iReasoning MIB Browser. I'm receiving traps with Integer and OctetString in varbinds.
Integer
OctetString
However, when I send the xupsAlarm trap, which has OID type of varbinds, the trap listener doesn't ever hit the on('trap',callback) event.
xupsAlarm
on('trap',callback)
The text was updated successfully, but these errors were encountered:
UPDATE Its not working only when I have the OID value upto 2 hierarchy, like .1.2. Its working when I put the value like .1.2.3.
.1.2
.1.2.3
Can someone find out if its snmpjs issue or iReasoning issue?
Sorry, something went wrong.
No branches or pull requests
I have a XUPS MIB, and I'm sending traps via iReasoning MIB Browser. I'm receiving traps with
Integer
andOctetString
in varbinds.However, when I send the
xupsAlarm
trap, which has OID type of varbinds, the trap listener doesn't ever hit theon('trap',callback)
event.The text was updated successfully, but these errors were encountered: