Hello Dojo,
when I am using discovery profile http_get and https_get (match= contain , value =" ", conditions=1) able to discover device but not working with any SNMP profile. let me know addition think need to mention during discovery configuration. my custom Protocol type is SNMP with advanced ="http".
Hi Chirangee,
I am not sure if I am fully understanding your question.
IDP Discovery allows you to configure one or more discovery profiles to identify your network devices.
If you have an HTTP + SNMP device you can discover with either of them and don't require both (this is only needed when provisioning the device afterward).
I noticed that your value =" " can be giving you false positives. With these types of matches, we aim for something more concrete, like a vendor name or a device-specific property.
Regarding the SNMP discovery, a couple of things you could check are:
- Is the device using default SNMP credentials for polling? IDP standard profiles ship with default credentials that may need to be adapted.
- Are you able to poll the device in a different manner? It could be that your specific device supports SNMP but does not have such a feature enabled.
I hope I was able to help you