ruby-netsnmp icon indicating copy to clipboard operation
ruby-netsnmp copied to clipboard

SNMP library in ruby (v1, v2c, v3)

Results 7 ruby-netsnmp issues
Sort by recently updated
recently updated
newest added

If I use the Cisco mibs by name (i.e. ciscoMemoryPoolFree), I would get the following error: ``` "errorMessage": "invalid OBJECT ID 48.1.1.1.7.7: first num too large", "errorType": "Function" ``` If...

Thank you for handling issue #69 We are now able to load the majority of MIBs. yet we still have an error related to the parslet lib: Weird error. Failed...

given the string overhead involved in the calculation. Closes #64

I added this code from an internal fork which supports more and better encryption: SHA224, SHA256 (already supported), SHA384, SHA512, AES192, AES256 support It probably needs a refactoring and I'm...

https://github.com/swisscom/ruby-netsnmp/blob/master/lib/netsnmp/security_parameters.rb#L192

Currently there are some issues with [jruby's openssl](https://github.com/jruby/jruby-openssl/issues/119): * ASN1 modules are broken testing on the digest and cipher modules are (for now) depending on asn1 modules to be fixed.