FortiSIEM
FortiSIEM provides Security Information and Event Management (SIEM) and User and Entity Behavior Analytics (UEBA)
Andy_G
Staff
Staff
Article Id 190816

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

 

 

Contributors