Closed xopnet closed 9 years ago
Many network switches do not return a list of OIDs in ascending order. When we use ruby-snmp for these devices, processing is aborted.
We cannot go to every device maker and get them to change their SNMP agents. Also, note that snmpwalk has an option to ignore out-of-order OIDs.
Can you make this "OIDs are not increasing" logic configurable to allow us to ignore out-of-order OIDs?
This option has now been added. Thanks to @bjmllr for the patch.
Many network switches do not return a list of OIDs in ascending order. When we use ruby-snmp for these devices, processing is aborted.
We cannot go to every device maker and get them to change their SNMP agents. Also, note that snmpwalk has an option to ignore out-of-order OIDs.
Can you make this "OIDs are not increasing" logic configurable to allow us to ignore out-of-order OIDs?