Skip to main content
Solved

[exit code: 3] [message: UNKNOWN: SNMP Table Request : Timeout]

  • February 24, 2022
  • 3 replies
  • 7832 views

Forum|alt.badge.img+1

Good morning everyone
How can I resolve the following error "[exit code: 3] [message: UNKNOWN: SNMP Table Request: Timeout]", when monitoring a Windows server with OS-Windows-SNMP-custom.
Or even better what can I go and check to correct the error?

Best answer by itoussies

Is the target Windows machine reachable from the Central on the UDP/161 SNMP port ? You may have firewall rules blocking the connexion.

3 replies

itoussies
Centreonian
Forum|alt.badge.img+11
  • Centreonian
  • February 24, 2022

Hello @NicolaM,

This error means that either:

  • the network flow between your central/poller and the windows machine is not open
  • the SNMP community is not correct
  • the SNMP agent is not started on your windows machine 

 

After checking these points, you can test if you get an answer with a snmpwalk:

snmpwalk -v <VERSION> -c <COMMUNITY> <IP>

 If the tool is not installed, you can install it with:

yum install net-snmp-utils

 

Regards.


Forum|alt.badge.img+1
  • Author
  • Steward *
  • February 24, 2022

I checked the service, but it seems to me configured correctly, even trying from the Central it continues to give me Timeout: No Response from .......


itoussies
Centreonian
Forum|alt.badge.img+11
  • Centreonian
  • Answer
  • February 25, 2022

Is the target Windows machine reachable from the Central on the UDP/161 SNMP port ? You may have firewall rules blocking the connexion.