Receive the following error in Smarts SAM while running Smarts IP sm_snmpwalk command:
SNMP-E-EERRRESPONSE-Error response from 192.x.x.x, port 161
SNMP-ERR_GENERR-Generic Error
To resolve, this issue, run the sm_snmpwalk command with SNMP version v1, using the following command syntax:
sm_snmpwalk c <community> --snmp=<version> host/IP
If the error still persists, run the sm_snmpwalk command with the --noBulk option. This should succeed without any errors because when third-party software applications execute a normal get, they do not use the bulk option. The command syntax for this is as follows:
sm_snmpwalk --noBulk <deviceIP> <Community string>