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 <snmp-device-properties> section, then InterMapper will mimic the snmpwalk and every other SNMP tool that sends requests with a single variable:

<snmp-device-properties>
nomib2="true"
maxvars = "1"
pdutype = "get-request"
</snmp-device-properties>

You can add this section anywhere in the file.