Q. I am having problems with a custom SNMP probe returning [NoSuchName] for the probed variables. When I run an SNMPWalk of the device, the variables are properly returned.
A. Unlike other tools, InterMapper asks for all the variables in a single SNMP request. If you set maxvars and nomib2 in your section, then InterMapper will mimic the snmpwalk and every other SNMP tool that sends requests with a single variable:
nomib2="true"
maxvars = "1"
pdutype = "get-request"
You can add this section anywhere in the file.