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, Is there a plan for the library to support typescript? Tks, Paulo

enhancement

Sorry if I missed it in the docs - but is there an equivalent to SNMP translate? I want to show a user friendly key for the oids that I'm...

enhancement

Hi Any plan to TLS?

enhancement
up for discussion

insufficient information

Alguem pode ajudar a contornar esse error, está causando travamento em minha aplicação `0|index | Error [InvalidAsn1Error]: Expected 0x4: got 0x3 0|index | at InvalidAsn1Error (/var/www/snmp/node_modules/asn1-ber/lib/ber/errors.js:4:11) 0|index | at Reader.readString...

insufficient information

To reproduce: Create an Agent with MIB containing a single table. Populate the table with rows. Call session.table against that Agent with the OID of the table. The final varbinds...

insufficient information

I have an existing application that implements an agent with about 130 OIDs including 3 tables. It is implemented using snmpjs (this app is ~7 years old.) The snmpjs API...

question

Hi all! I'm implementing a snmp agent which must support v3 version. I'm using a commercial MIB browser. Currently I'm having a problem in the discovery process that the MIB...

insufficient information

Hey, I would like to add types for typescript support of your library. In addition, I think I found a line of code that can fail some operations. could you...

insufficient information

If a default is given in the MIB, resolve it to the appropriate type and set it on the scalarDefinition. Enumeration types are handled; both enumerator name and integral value...