Skip to main content
Contributor
October 11, 2016

Technical Note: [Accelops KB] Problem - 'Error: OID not increasing' when running an snmpwalk/snmpbulkwalk

  • October 11, 2016
  • 0 replies
  • 2350 views

Description

Summary of Topic

When running a traditional SNMPWALK or SNMPBULKWALK, these commands have a default feature that would look for increasing values.

If there is no increasing value coming back from the remote device, you will receive an error like this:

Error: OID not increasing:

 

Once you do, you should be able to stop this error by adding the following flag to your snmpbulkwalk / snmpwalk command

-Cc

The command complete will look similar to this (based on what snmp version you are going to run):

Example of snmp v2:

snmpwalk -v 2c -Cc -c <string> <ip>

snmpbulkwalk -v 2c -Cc -c <string> <ip>

 

Version Application

All