Hello,
Sorry, didn't notice the earlier reply. With the lines added to the file, RTLS will work just like it did on the previous 7.3 E0605H09 version. If your RTLS isn't working but was working before on previous versions, it must be something related to those lines in the config.
If it's not this, what kind of IP/MAC are you searching for? Is it a wired endpoint?
You could try capturing the packets IMC sends when you scan, and analyzing those. It uses a few specific SNMP OIDs to try and locate the IP/MAC address that can be seen in a capture.
* For IP scans, you'll first see IpNetToMediaPhysAddress queries, to resolve the MAC behind the IP, before scanning for the MAC once it obtains a result.
* For MAC scans (and IP after resolving MAC), dot1dTpFdbAddress + FdbPort + FdbStatus is queried on devices for the location. A device which knows this MAC connected should return information about the interface index on which it is connected.
You can also check the RTLS Logs in the imcl2topodm logfile, under iMC\server\conf\log folder. When an RTLS Scan starts, you will see a log like:
2019-10-22 11:52:08.993 [INFO (0)] [THREAD(19308)] [CL2topoPollDataTask::findAttackerEx] Start.
Setting the imcl2topodm process to DEBUG via System Configuration > Log Configuration can help show more details about what might be going on here.