node-net-snmp icon indicating copy to clipboard operation
node-net-snmp copied to clipboard

JavaScript implementation of the Simple Network Management Protocol (SNMP)

Results 13 node-net-snmp issues
Sort by recently updated
recently updated
newest added

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...

up for discussion

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...

insufficient information

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...

enhancement