Error while using snmp
Posted: Tue Feb 24, 2015 6:13 am
Hi Team,
We are trying to monitor our IBM storage box using snmp, I have started the snmpd on our nagios instance and did a snmpwalk on the localhost using the below command and it works.
However, when we try snmpwalk for the storage device we get a message shown below. Our storage team is quiet sure that the SNMP is enabled on their box.
I have tested the snmpwalk to our 2nd nagios instance and I see the same error there as well. Seems to be an issue where it is not able to connect to any external devices. Could you please let me know how do I connect to the external devices using snmp and get the performance stats from the Storage box.
Our nagios instance is built on 64-bit CentOS VM.
We are trying to monitor our IBM storage box using snmp, I have started the snmpd on our nagios instance and did a snmpwalk on the localhost using the below command and it works.
Code: Select all
[root@localhost ~]# snmpwalk -v 2c -c public -O n localhost system
.1.3.6.1.2.1.1.1.0 = STRING: Linux eu2napu002 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.8072.3.2.10
.1.3.6.1.2.1.1.3.0 = Timeticks: (137502) 0:22:55.02
.1.3.6.1.2.1.1.4.0 = STRING: Root <root@localhost> (configure /etc/snmp/snmp.local.conf)
.1.3.6.1.2.1.1.5.0 = STRING: eu2napu002
.1.3.6.1.2.1.1.6.0 = STRING: Unknown (edit /etc/snmp/snmpd.conf)
.1.3.6.1.2.1.1.8.0 = Timeticks: (9) 0:00:00.09
.1.3.6.1.2.1.1.9.1.2.1 = OID: .1.3.6.1.6.3.11.2.3.1.1
.1.3.6.1.2.1.1.9.1.2.2 = OID: .1.3.6.1.6.3.15.2.1.1
.1.3.6.1.2.1.1.9.1.2.3 = OID: .1.3.6.1.6.3.10.3.1.1
.1.3.6.1.2.1.1.9.1.2.4 = OID: .1.3.6.1.6.3.1
.1.3.6.1.2.1.1.9.1.2.5 = OID: .1.3.6.1.2.1.49
.1.3.6.1.2.1.1.9.1.2.6 = OID: .1.3.6.1.2.1.4
.1.3.6.1.2.1.1.9.1.2.7 = OID: .1.3.6.1.2.1.50
.1.3.6.1.2.1.1.9.1.2.8 = OID: .1.3.6.1.6.3.16.2.2.1
.1.3.6.1.2.1.1.9.1.3.1 = STRING: The MIB for Message Processing and Dispatching.
.1.3.6.1.2.1.1.9.1.3.2 = STRING: The MIB for Message Processing and Dispatching.
.1.3.6.1.2.1.1.9.1.3.3 = STRING: The SNMP Management Architecture MIB.
.1.3.6.1.2.1.1.9.1.3.4 = STRING: The MIB module for SNMPv2 entities
.1.3.6.1.2.1.1.9.1.3.5 = STRING: The MIB module for managing TCP implementations
.1.3.6.1.2.1.1.9.1.3.6 = STRING: The MIB module for managing IP and ICMP implementations
.1.3.6.1.2.1.1.9.1.3.7 = STRING: The MIB module for managing UDP implementations
.1.3.6.1.2.1.1.9.1.3.8 = STRING: View-based Access Control Model for SNMP.
.1.3.6.1.2.1.1.9.1.4.1 = Timeticks: (9) 0:00:00.09
.1.3.6.1.2.1.1.9.1.4.2 = Timeticks: (9) 0:00:00.09
.1.3.6.1.2.1.1.9.1.4.3 = Timeticks: (9) 0:00:00.09
.1.3.6.1.2.1.1.9.1.4.4 = Timeticks: (9) 0:00:00.09
.1.3.6.1.2.1.1.9.1.4.5 = Timeticks: (9) 0:00:00.09
.1.3.6.1.2.1.1.9.1.4.6 = Timeticks: (9) 0:00:00.09
.1.3.6.1.2.1.1.9.1.4.7 = Timeticks: (9) 0:00:00.09
.1.3.6.1.2.1.1.9.1.4.8 = Timeticks: (9) 0:00:00.09
Code: Select all
[root@localhost ~]# snmpwalk -v 2c -c npsvc IP
Timeout: No Response from IP
Our nagios instance is built on 64-bit CentOS VM.