Hello,
I have some troubles configuring SNMP scan for remote network as explained in the documentation:
https://wiki.ocsinventory-ng.org/index.php?title=Documentation:SNMP#Configuring_custom_parameters
After following the documentation and running a scan, if I check the logs, the SNMP remote network parameter seems to be OK:
[...]
<PARAM TYPE="NETWORK" SUBNET="10.62.224.0/24" />
[...]
but nothing else in the logs telling me that the SNMP scan is actually done for this specific network (10.62.224.0/24):
[...]
[snmp] Calling snmp_end_handler
[Mon Apr 9 09:59:06 2018][debug] [snmp] Scanning 10.62.208.170 device
[Mon Apr 9 09:59:18 2018][debug] [snmp] Scanning 10.62.208.171 device
[Mon Apr 9 09:59:30 2018][debug] [snmp] Scanning 10.62.208.5 device
[Mon Apr 9 09:59:42 2018][debug] [snmp] Scanning 10.62.208.160 device
[Mon Apr 9 09:59:48 2018][debug] [snmp] Running Linux (8072) MIB module
[Mon Apr 9 09:59:48 2018][debug] [snmp] Running Host Resources MIB module
[Mon Apr 9 09:59:48 2018][debug] [snmp] Scanning 10.62.208.91 device
[Mon Apr 9 10:00:00 2018][debug] [snmp] Scanning 10.62.208.2 device
[Mon Apr 9 10:00:12 2018][debug] [snmp] Scanning 10.62.208.100 device
[...]
Could you please help me solving this problem?
Thanks in advance,
Jonas