Page 1 of 1

ERROR: Description/Type table : No response from remote host

Posted: Mon Nov 05, 2018 7:50 am
by bosecorp
Hi Support, I am seeing a critical error on many hosts with the description "ERROR: Description/Type table : No response from remote host". Please assist.

when I do snmpwalk from the Nagios server this is what I get

Did not find 'zeroDotZero' in module SNMPv2-SMI (/usr/share/snmp/mibs/IP-MIB.txt)
Did not find 'zeroDotZero' in module SNMPv2-SMI (/usr/share/snmp/mibs/EVENT-MIB.my)
Did not find 'zeroDotZero' in module SNMPv2-SMI (/usr/share/snmp/mibs/DISMAN-SCHEDULE-MIB.txt)
Timeout: No Response from Server1

Re: ERROR: Description/Type table : No response from remote

Posted: Mon Nov 05, 2018 1:26 pm
by tgriep
The messages from what you ran the snmpwalk suggest that one of the MIB files is missing, corrupted or that it was mistakenly updated and the required info is missing.
To further troubleshoot this, can you run the following commands as root and post the outout to the post?

Code: Select all

ls -al /usr/share/snmp
ls -al /usr/share/snmp/mibs
Thanks