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

A Ruby implementation of SNMP (the Simple Network Management Protocol).

Results 18 ruby-snmp issues
Sort by recently updated
recently updated
newest added

Added the community string to the SNMP object.

I did not found MIB of LLDP. This protocol is userful to NOC

For some hosts, if :ignore_oid_order=>true, I'm getting an infinite loop from walk, with the last oid being returned over and over, but with a NULL value, after the first time....

manager.get(["1.3.6.1.4.1.674.10892.5.4.600.60.1.7.1.1"]) works manager.walk(["1.3.6.1.4.1.674.10892.5.4.600.60.1.7.1.1"]) has no results (same oid) manager.walk(["1.3.6.1.4.1.674.10892.5.4.600.60.1.7.1"]) works too, giving one result. (oid less last .1) I noticed this a while ago, and changed to using get for...

In SNMPv1 trap handler, I couldn't get symbolic name from `enterprise` attribute of `SNMPv1_Trap` with `ObjectId#to_s` method. I assume that the `enterprise` attribute is initialized without MIB information. https://github.com/hallidave/ruby-snmp/blob/master/lib/snmp/pdu.rb#L328

It seems, that although the MIBS are found when I start logstash in Debug, the OIDs are not translated correctly. ``` "FSC-SERVERCONTROL2-MIB::sc2TrapInfoServerName.0" => "XXXXXX", "@timestamp" => 2017-06-22T12:45:53.984Z, "SNMPv2-SMI::snmpModules.1.1.4.3.0" => "FSC-SERVERCONTROL2-MIB::sc2Notifications",...

Added code pulled from ipaddr.rb to create new class IpAddressV6 to hold support v6.

In discovery situations, it's quite common to make a broadcast request to find which devices are available in the network. At the moment ruby-snmp doesn't support it. As far as...

The [`-k` option](https://github.com/hallidave/ruby-snmp/blob/master/lib/snmp/mib.rb#L75) is only available in `libsmi-0.4.6` , and should be noted somewhere as a requirement.

When I load a custom mib file provided by enterprise, I got an error from smidump: smidump: module `/media/sf_Documents/marmot/fortigate/monit-ng/data/APACHE-MIB.mib' contains errors, expect flawed output I tried several mib files from...