Hi,
I am trying to upload/process the attached MIB and have the following error:
Failed to convert uploaded file to snmptt mib. (rc: 1)
The following is the entry in /var/log/snmp/snmpttunknown.log:
Thu Oct 11 03:23:26 2018: Unknown trap (.1.3.6.1.4.1.2.6.190.2) received from 10.121.9.120 at:
Value 0: 10.121.9.120
Value 1: 10.121.9.120
Value 2: 0:0:00:00.00
Value 3: .1.3.6.1.4.1.2.6.190.2
Value 4: 10.121.9.120
Value 5:
Value 6:
Value 7:
Value 8:
Value 9:
Value 10:
Ent Value 0: .1.3.6.1.4.1.2.6.190.4.1=# Machine Type = 609924C
Ent Value 1: .1.3.6.1.4.1.2.6.190.4.2=# Serial Number = 7893168
Ent Value 2: .1.3.6.1.4.1.2.6.190.4.3=# Error ID = 73724 : Fewer ethernet ports operational
Ent Value 3: .1.3.6.1.4.1.2.6.190.4.4=# Error Code = 1401 : Ethernet port failure
Ent Value 4: .1.3.6.1.4.1.2.6.190.4.5=# System Version = 7.4.0.4 (build 103.23.1504140000)
Ent Value 5: .1.3.6.1.4.1.2.6.190.4.6=# FRU = None
Ent Value 6: .1.3.6.1.4.1.2.6.190.4.7=# System Name = amsp-onair-san-02
Ent Value 7: .1.3.6.1.4.1.2.6.190.4.8=# Node ID = 2
Ent Value 8: .1.3.6.1.4.1.2.6.190.4.9=# Error Sequence Number = 104
Ent Value 9: .1.3.6.1.4.1.2.6.190.4.10=# Timestamp = Fri Oct 16 14:45:22 2015
Ent Value 10: .1.3.6.1.4.1.2.6.190.4.11=# Object Type = node
Ent Value 11: .1.3.6.1.4.1.2.6.190.4.12=# Object ID = 2
Ent Value 12: .1.3.6.1.4.1.2.6.190.4.17=# Object Name = node2
Ent Value 13: .1.3.6.1.4.1.2.6.190.4.15=# Copy ID =
Ent Value 14: .1.3.6.1.4.1.2.6.190.4.16=# Machine Part Number = 6099S2C
Ent Value 15: .1.3.6.1.4.1.2.6.190.4.13=# Additional Data (0 -> 63) = 01002407312031203000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Ent Value 16: .1.3.6.1.4.1.2.6.190.4.14=# Additional Data (64 -> 127) = 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Just to add on I have tried to manually run from Nagios XI and restarted snmptt service:
addmib /usr/share/snmp/mibs/SVC_MIB_7.4.0.MIB
Issue with uploading and processing MIB
Issue with uploading and processing MIB
You do not have the required permissions to view the files attached to this post.
Re: Issue with uploading and processing MIB
The format of the MIB file needs to have the BEGIN statement on the same line ad the MIB definition line so edit the MIB file and change this from
to
Then see if it import on the Server.
If you find an entry in the snmptt.cong file that says the MIB was imported, remove it first before importing the file again.
Code: Select all
IBM-SVC-MIB DEFINITIONS ::=
BEGIN Code: Select all
IBM-SVC-MIB DEFINITIONS ::= BEGIN If you find an entry in the snmptt.cong file that says the MIB was imported, remove it first before importing the file again.
Be sure to check out our Knowledgebase for helpful articles and solutions!