Can you confirm which version of Foundation you are using? I am assuming the downloaded Community Edition?
A couple of other bits of information that might be of help to you.
Credential Key Regex
Discovery looks up which credentials it has available by matching the IP of the endpoint it is attempting to contact via a regex shown in the “Key Regex” column. If you have a single network wide credential then ensure you have .* in that field so it is tried every time.
If you are used to using CIDR notation like ’192.168.3.0/24’ or a range like ’192.168.3.0-255’ this may have tripped you up, you would need ’192.168.3.*’ in the Key Regex in this example.
(We can accept both these notations when adding a run to scan, just not for matching credentials)
SNMP Requirements
If you want to do a full discovery of a host via SNMP then we need to get certain key bits of data. I’ve attached a screenshot showing the MIB/OID values we need. (This screen shot is from our next edition so will not be in the version you are currently using – the details are the same)
You will note that getDeviceInfo, getHostInfo and getInterfaceList all have a small red star – we need the values for these three methods to succeed so we can create an inferred Host in our data model. If we only get partial success of these three then the data is listed under the Discovery Access but no further action is taken.
Hopefully that helps you get going. If you haven’t found it the configuration guide Dave is pointing you to is available from the web UI, just click on the green ? and go to Documentation.
Let us know how you get on!
Click thumbnail to see full-size image