Hi,
I am trying to use SNMP for finding the subnet of the scanned device. For that I need to use .1.3.6.1.2.1.4.20.1.3.{device_ip}
How can I use the IP of the scanned device as a variable and add it to the OID string?
This isn't possible in the current official release, but it has been added to the latest preliminary build.
For IP address and MAC address substitutions, use the following in OIDs:
%0 for IP address bytes
%1 for MAC address bytes
If you wish to use this feature right now, simply download the latest build, add 1.3.6.1.2.1.4.20.1.3.%0 as your OID, and the Network Scanner should retrieve the network masks.