Discovery of device is failing with the following errors:
SWFE-E-EGETNEXT-While getting next of OID .1.3.6.1.2.1.4.20.1.2,
SNMP-ERESPONSE-No response from <IP address>, port 161
SNMP-ETIMEOUT-Timed out; in file "/work/tancurrent/DMT-9.2.0.0/19/smarts/snmp/lib/SNMP_RequestsSender.c" at line 1337
Smarts IP is working as designed. Smarts IP combines these two strings to discover the private IP addresses on a device:
snmpCommunityName
snmpCommunityContextName
And then polling these OID values:
ifIPAddressOID {".1.3.6.1.2.1.4.20.1.2"}
IfNetmaskOID {".1.3.6.1.2.1.4.20.1.3"}
If the polling of the context based information requires a different community string than the one generated from the combination of base community and context name, the polling will fail.
Workaround:
Removing the snmpCommunityContextName from the device in question should allow discovery to complete successfully. The procedure is vendor specific, but should be possible using the GUI or CLI, whichever is used to configure the device.