Page 2 of 2

Re: Plugin timed out while executing system call

Posted: Wed Nov 27, 2019 12:17 am
by hoegh
Hi @lmiltchev

Community string is correct. Also Port 161 is open for communication.

Code: Select all

[root@OSLMSnagios ~]# nmap -sU 10.202.22.24 -p 161

Starting Nmap 6.47 ( http://nmap.org ) at 2019-11-27 05:12 CET
Nmap scan report for osldo003.lhc4net.lhc.com (10.202.22.24)
Host is up (0.00032s latency).
PORT    STATE         SERVICE
161/udp open|filtered snmp

Nmap done: 1 IP address (1 host up) scanned in 0.28 seconds
[root@OSLMSnagios ~]# nmap -sU 10.202.22.13 -p 161

Starting Nmap 6.47 ( http://nmap.org ) at 2019-11-27 05:12 CET
Nmap scan report for osldo001.lhc4net.lhc.com (10.202.22.13)
Host is up (0.00031s latency).
PORT    STATE         SERVICE
161/udp open|filtered snmp
But I Can not accept packets from my host (any host). So I'll make this change so that my host can accept packets & will let you know whether issue resolved or not.

Thanks
Hoegh

Re: Plugin timed out while executing system call

Posted: Wed Nov 27, 2019 10:42 am
by lmiltchev
Sure, let us know if this change made a difference.

Can you run the following command in the CMD prompt window, and show the output?

Code: Select all

net stat | findstr "SNMP"

Re: Plugin timed out while executing system call

Posted: Wed Nov 27, 2019 3:25 pm
by hoegh
Added my host to receive SNMP packets, Issue resolved.

Given below is Invalid command

Code: Select all

net stat | findstr "SNMP"

Re: Plugin timed out while executing system call

Posted: Wed Nov 27, 2019 3:48 pm
by scottwilkerson
hoegh wrote:Added my host to receive SNMP packets, Issue resolved.
Excellent!

Locking thread