node-net-snmp
node-net-snmp copied to clipboard
JavaScript implementation of the Simple Network Management Protocol (SNMP)
Hello, I recently updated to 3.8.4 (and now 3.9.0). I'm working on some testing and I have run into an issue which looks like it is most likely related to...
I am trying to register 1200 providers. Using agent.registerProviders(providers); It crashes with Unknown PDU type 0. The buffers of the snmp response gets overwritten and AgentXPdu.createFromBuffer it gets a PDU...
Hi, Thanks for maintaining this library. Currently the MIB parser correctly parses TEXTUAL CONVENTION v1 but these are not returned by the store.getSyntaxTypes() method. This is because there's no TEXTUAL-CONVENTION...