Error loading MIBs

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
earimon
Posts: 4
Joined: Tue Oct 04, 2016 11:48 pm

Error loading MIBs

Post by earimon »

Hi,

I have 30 mib files for an device, now while adding mib using addmib, getting following error.

Code: Select all

[root@nagios ~]# addmib /home/NagiosMIBS/EMA_ALARM-MIB.txt
Unknown object identifier: ALARM-MIB::The
Unknown object identifier: ALARM-MIB::The
Unknown object identifier: ALARM-MIB::The
All 30 mib files are in /usr/share/snmp/mibs/
While executing addmib command for that particular MIB file, snmptt.conf gets entry for the the traps like following but the traps which are coming into /var/log/snmptt/snmpttunknown.log file are not mentioned.

Code: Select all

MIB: ALARM-MIB (file:/home/NagiosMIBS/EMA_ALARM-MIB.txt) converted on Fri Oct  7 17:16:36 2016 using snmpttconvertmib v1.3
#
#
#
EVENT alarmActiveState .1.3.6.1.4.1.193.110.2.666.0.2 "Status Events" Normal
FORMAT An instance of the alarm indicated by $*
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "An instance of the alarm indicated by $*"
SDESC
An instance of the alarm indicated by
alarmActiveModelPointer has been raised
against the entity indicated by
alarmActiveResourceId.
Variables:
  1: alarmActiveModelPointer
  2: alarmActiveResourceId
EDESC
#
#
#
EVENT alarmClearState .1.3.6.1.4.1.193.110.2.666.0.3 "Status Events" Normal
FORMAT An instance of the alarm indicated by $*
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "An instance of the alarm indicated by $*"
SDESC
An instance of the alarm indicated by
alarmActiveModelPointer has been cleared against
the entity indicated by alarmActiveResourceId.
Variables:
  1: alarmActiveModelPointer
  2: alarmActiveResourceId
EDESC
The traps received

Code: Select all

Ent Value 0: SNMPv2-SMI::enterprises.193.110.2.666.1.1.2.1.6.14.68.84.69.65.71.69.78.84.77.79.68.85.76.69.20177.3=SendActualDataFailed
Ent Value 1: SNMPv2-SMI::enterprises.193.110.2.666.1.2.2.1.10.14.68.84.69.65.71.69.78.84.77.79.68.85.76.69.11.7.224.10.12.5.1.8.6.43.2.0.271=iso.1.5.1.1.1.1
Ent Value 2: SNMPv2-SMI::enterprises.193.110.2.666.1.2.2.1.11.14.68.84.69.65.71.69.78.84.77.79.68.85.76.69.11.7.224.10.12.5.1.8.6.43.2.0.271=FTP to DTE node failure for IP Address:150.236.41.236
Ent Value 3: SNMPv2-SMI::enterprises.193.110.2.667.1.1.1.1.2.14.68.84.69.65.71.69.78.84.77.79.68.85.76.69.20177.6=4
Ent Value 4: SNMPv2-SMI::enterprises.193.110.2.667.1.1.1.1.3.14.68.84.69.65.71.69.78.84.77.79.68.85.76.69.20177.6=516
Ent Value 5: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.8.14.68.84.69.65.71.69.78.84.77.79.68.85.76.69.11.7.224.10.12.5.1.8.6.43.2.0.271=DTEAGENTMODULE
Ent Value 6: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.9.14.68.84.69.65.71.69.78.84.77.79.68.85.76.69.11.7.224.10.12.5.1.8.6.43.2.0.271=20177
Ent Value 7: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.10.14.68.84.69.65.71.69.78.84.77.79.68.85.76.69.11.7.224.10.12.5.1.8.6.43.2.0.271=6
Ent Value 8: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.11.14.68.84.69.65.71.69.78.84.77.79.68.85.76.69.11.7.224.10.12.5.1.8.6.43.2.0.271=07 E0 0A 0C 05 01 08 06 2B 02 00
Ent Value 9: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.12.14.68.84.69.65.71.69.78.84.77.79.68.85.76.69.11.7.224.10.12.5.1.8.6.43.2.0.271=1
Ent Value 10: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.13.14.68.84.69.65.71.69.78.84.77.79.68.85.76.69.11.7.224.10.12.5.1.8.6.43.2.0.271=192.4.5.11
Ent Value 11: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.14.14.68.84.69.65.71.69.78.84.77.79.68.85.76.69.11.7.224.10.12.5.1.8.6.43.2.0.271=271
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Error loading MIBs

Post by tgriep »

Could you post this MIB file so we can view it?

Code: Select all

EMA_ALARM-MIB.txt
Also, run the following as root and post the output here.

Code: Select all

ls -l /usr/share/snmp/mibs
The SNMP commands that are running on your server may not read all of the MIB files in the above folder, to ensure that, do the following.
Create the file /etc/snmp/snmp.conf, and put into it:

Code: Select all

mibs +ALL
This tells the snmp commands that they should load ALL of the mibs when they are ran.
Be sure to check out our Knowledgebase for helpful articles and solutions!
earimon
Posts: 4
Joined: Tue Oct 04, 2016 11:48 pm

Re: Error loading MIBs

Post by earimon »

Output from mibs directory

Code: Select all

[root@nagios ~]# ls -l /usr/share/snmp/mibs
total 2288
-rw-r--r--. 1 root   nagios   2859 Oct 12 10:52 AGENTPP-GLOBAL-REG.txt
-rw-r--r--. 1 root   nagios  19052 Oct 12 10:52 AGENTX-MIB.txt
-rw-r--r--. 1 root   nagios  33275 Oct 12 10:52 ALARM-MIB.txt
-rw-r--r--. 1 root   nagios  50948 Mar  4  2014 BRIDGE-MIB.txt
-rw-r--r--. 1 root   nagios  22188 Oct  5 15:46 BSCS_LHSSNMP_platform.my
-rw-r--r--. 1 root   nagios  68104 Mar  4  2014 DISMAN-EVENT-MIB.txt
-rw-r--r--. 1 root   nagios  24613 Mar  4  2014 DISMAN-SCHEDULE-MIB.txt
-rw-r--r--. 1 root   nagios  64311 Mar  4  2014 DISMAN-SCRIPT-MIB.txt
-rw-r--r--. 1 root   nagios   4596 Oct 12 10:51 ERICSSON-APACHE-MIB.mib
-rw-r--r--. 1 root   nagios   4065 Oct 12 10:52 ERICSSON-ESA-INFORMATION-MIB.txt
-rw-r--r--. 1 root   nagios   5452 Oct 12 10:52 ERICSSON-ESA-PM-MIB.txt
-rw-r--r--. 1 root   nagios   1010 Oct 12 10:52 ERICSSON-ESA-TOP-MIB.txt
-rw-r--r--. 1 root   nagios   1618 Oct 12 10:51 ERICSSON-JAMBALA-MIB.mib
-rw-r--r--. 1 root   nagios   9517 Oct 12 10:51 ERICSSON-LOGGING-MIB.mib
-rw-r--r--. 1 root   nagios   8348 Oct 12 10:51 ERICSSON-OPENLDAP-MIB.mib
-rw-r--r--. 1 root   nagios  24593 Oct 12 10:52 ERICSSON-SNF-ALARM-MIB.txt
-rw-r--r--. 1 root   nagios  11389 Oct 12 10:52 ERICSSON-SNF-EVENT-MIB.txt
-rw-r--r--. 1 root   nagios   7222 Oct 12 10:52 ERICSSON-SNF-MODEL-MIB.txt
-rw-r--r--. 1 root   nagios   1513 Oct 12 10:52 ERICSSON-SNF-TOP-MIB.txt
-rw-r--r--. 1 root   nagios    927 Oct 12 10:51 ERICSSON-TOP-MIB.mib
-rw-r--r--. 1 root   nagios  84492 Mar  4  2014 EtherLike-MIB.txt
-rw-r--r--. 1 root   nagios   4660 Mar  4  2014 HCNUM-TC.txt
-rw-r--r--. 1 root   nagios  55183 Oct 12 10:51 HOST-RESOURCES-MIB.mib
-rw-r--r--. 1 root   nagios  52544 Mar  4  2014 HOST-RESOURCES-MIB.txt
-rw-r--r--. 1 root   nagios  10583 Mar  4  2014 HOST-RESOURCES-TYPES.txt
-rw-r--r--. 1 root   nagios   4819 Mar  4  2014 IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt
-rw-r--r--. 1 root   nagios  32465 Mar  4  2014 IANAifType-MIB.txt
-rw-r--r--. 1 root   nagios  10422 Oct 12 10:53 IANA-ITU-ALARM-TC.txt
-rw-r--r--. 1 root   nagios   4299 Mar  4  2014 IANA-LANGUAGE-MIB.txt
-rw-r--r--. 1 root   nagios   3659 Mar  4  2014 IANA-RTPROTO-MIB.txt
-rw-r--r--. 1 root   nagios   5066 Mar  4  2014 IF-INVERTED-STACK-MIB.txt
-rw-r--r--. 1 root   nagios  71691 Mar  4  2014 IF-MIB.txt
-rw-r--r--. 1 root   nagios  10285 Oct 12 10:53 INET-ADDRESS-MIB.txt
-rw-r--r--. 1 root   nagios  46286 Mar  4  2014 IP-FORWARD-MIB.txt
-rw-r--r--. 1 root   nagios 185667 Mar  4  2014 IP-MIB.txt
-rw-r--r--. 1 root   nagios   2028 Mar  4  2014 IPV6-FLOW-LABEL-MIB.txt
-rw-r--r--. 1 root   nagios  15936 Mar  4  2014 IPV6-ICMP-MIB.txt
-rw-r--r--. 1 root   nagios  48703 Mar  4  2014 IPV6-MIB.txt
-rw-r--r--. 1 root   nagios   7257 Mar  4  2014 IPV6-TCP-MIB.txt
-rw-r--r--. 1 root   nagios   2367 Mar  4  2014 IPV6-TC.txt
-rw-r--r--. 1 root   nagios   4400 Mar  4  2014 IPV6-UDP-MIB.txt
-rw-r--r--. 1 root   nagios  12093 Oct 12 10:53 ITU-ALARM-MIB.txt
-rw-r--r--. 1 root   nagios   2198 Oct 12 10:53 ITU-ALARM-TC.txt
-rw-r--r--. 1 root   nagios   5931 Mar  4  2014 LM-SENSORS-MIB.txt
-rw-r--r--. 1 root   nagios  42375 Mar  4  2014 MTA-MIB.txt
-rw-r--r--. 1 root   nagios  15901 Mar  4  2014 NET-SNMP-AGENT-MIB.txt
-rw-r--r--. 1 root   nagios   9160 Mar  4  2014 NET-SNMP-EXAMPLES-MIB.txt
-rw-r--r--. 1 root   nagios   9326 Mar  4  2014 NET-SNMP-EXTEND-MIB.txt
-rw-r--r--. 1 root   nagios   2036 Mar  4  2014 NET-SNMP-MIB.txt
-rw-r--r--. 1 root   nagios   3350 Mar  4  2014 NET-SNMP-PASS-MIB.txt
-rw-r--r--. 1 root   nagios   4814 Mar  4  2014 NET-SNMP-TC.txt
-rw-r--r--. 1 root   nagios   5039 Mar  4  2014 NET-SNMP-VACM-MIB.txt
-rw-r--r--. 1 root   nagios  21006 Mar  4  2014 NETWORK-SERVICES-MIB.txt
-rw-r--r--. 1 root   nagios  26203 Oct 12 10:53 NOTIFICATION-LOG-MIB.txt
drwxr-sr-x. 2 apache nagios      6 Oct 12 08:06 processed_mibs
-rw-r--r--. 1 root   nagios   3067 Mar  4  2014 RFC1155-SMI.txt
-rw-r--r--. 1 root   nagios  79667 Oct 12 10:51 RFC1213-MIB.mib
-rw-r--r--. 1 root   nagios  79667 Mar  4  2014 RFC1213-MIB.txt
-rw-r--r--. 1 root   nagios   1174 Mar  4  2014 RFC-1215.txt
-rw-r--r--. 1 root   nagios 147822 Mar  4  2014 RMON-MIB.txt
-rw-r--r--. 1 root   nagios  45323 Mar  4  2014 SCTP-MIB.txt
-rw-r--r--. 1 root   nagios   4649 Mar  4  2014 SMUX-MIB.txt
-rw-r--r--. 1 root   nagios    690 Oct 12 10:53 SNMP4J-AGENT-REG.txt
-rw-r--r--. 1 root   nagios   8751 Oct 12 10:54 SNMP4J-CONFIG-MIB.txt
-rw-r--r--. 1 root   nagios  17869 Oct 12 10:54 SNMP4J-LOG-MIB.txt
-rw-r--r--. 1 root   nagios   5942 Oct 12 10:54 SNMP4J-PROXY-MIB.txt
-rw-r--r--. 1 root   nagios  17083 Oct 12 10:53 SNMP-COMMUNITY-MIB.txt
-rw-r--r--. 1 root   nagios  22687 Oct 12 10:51 SNMP-FRAMEWORK-MIB.mib
-rw-r--r--. 1 root   nagios  20745 Oct 12 10:53 SNMP-FRAMEWORK-MIB.txt
-rw-r--r--. 1 root   nagios   5862 Oct 12 10:53 SNMP-MPD-MIB.txt
-rw-r--r--. 1 root   nagios  20573 Oct 12 10:53 SNMP-NOTIFICATION-MIB.txt
-rw-r--r--. 1 root   nagios   9160 Oct 12 10:53 SNMP-PROXY-MIB.txt
-rw-r--r--. 1 root   nagios  23098 Oct 12 10:53 SNMP-TARGET-MIB.txt
-rw-r--r--. 1 root   nagios  38039 Oct 12 10:53 SNMP-USER-BASED-SM-MIB.txt
-rw-r--r--. 1 root   nagios   2205 Mar  4  2014 SNMP-USM-AES-MIB.txt
-rw-r--r--. 1 root   nagios  21101 Mar  4  2014 SNMP-USM-DH-OBJECTS-MIB.txt
-rw-r--r--. 1 root   nagios   8263 Mar  4  2014 SNMPv2-CONF.txt
-rw-r--r--. 1 root   nagios  31552 Oct 12 10:54 SNMPv2-MIB.txt
-rw-r--r--. 1 root   nagios   8924 Oct 12 11:22 SNMPv2-SMI.mib
-rw-r--r--. 1 root   nagios   8924 Oct 12 11:04 SNMPv2-SMI.txt
-rw-r--r--. 1 root   nagios  38034 Oct 12 11:53 SNMPv2-TC.mib
-rw-r--r--. 1 root   nagios  38034 Oct 12 11:53 SNMPv2-TC.txt
-rw-r--r--. 1 root   nagios   5775 Mar  4  2014 SNMPv2-TM.txt
-rw-r--r--. 1 root   nagios  33425 Oct 12 10:53 SNMP-VIEW-BASED-ACM-MIB.txt
-rw-r--r--. 1 root   nagios  28564 Mar  4  2014 TCP-MIB.txt
-rw-r--r--. 1 root   nagios  16418 Oct 12 10:54 TRANSPORT-ADDRESS-MIB.txt
-rw-r--r--. 1 root   nagios  27826 Mar  4  2014 TUNNEL-MIB.txt
-rw-r--r--. 1 root   nagios   2163 Mar  4  2014 UCD-DEMO-MIB.txt
-rw-r--r--. 1 root   nagios   4613 Mar  4  2014 UCD-DISKIO-MIB.txt
-rw-r--r--. 1 root   nagios   3087 Mar  4  2014 UCD-DLMOD-MIB.txt
-rw-r--r--. 1 root   nagios   8118 Mar  4  2014 UCD-IPFWACC-MIB.txt
-rw-r--r--. 1 root   nagios  48890 Mar  4  2014 UCD-SNMP-MIB.txt
-rw-r--r--. 1 root   nagios    258 Oct  5 17:12 UCD-TRAP-TEST-MIB.txt
-rw-r--r--. 1 root   nagios  20882 Mar  4  2014 UDP-MIB.txt
-rw-r--r--. 1 root   nagios  24222 Oct 12 10:52 vxmlivrMIB.MIB

[root@nagios mibs]# ll processed_mibs/
total 0
[root@nagios mibs]#
Added snmp.conf and directory list

Code: Select all

[root@nagios ~]# ll  /etc/snmp/
total 60
-rw-r--r--. 1 root root      10 Oct 13 13:08 snmp.conf
-rw--w----. 1 root root   18861 Mar  4  2014 snmpd.conf
-rw--w----. 1 root root      68 Oct  5 15:49 snmptrapd.conf
-rw-r--r--. 1 root root    1677 Oct 12 14:42 snmptt.conf
-rw-rw-r--. 1 root nagios 26296 Oct  5 16:39 snmptt.ini
[root@nagios ~]# cat  /etc/snmp/snmp.conf
mibs +ALL
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Error loading MIBs

Post by tgriep »

I looked at the ALARM-MIB file and the 2 entries in your /etc/snmp/snmptt.conf are good and the message that is printed when the addmib command is run can be ignored as it is a warning.

Can you post more lines from your snmpttunknown.log file so we can get a better idea of what is not being translated?
Also, everytime you run the addmib command, you have to restart the snmptt daemon by running

Code: Select all

service snmptt restart
Doing this will load the new changes in the configuration file.
Be sure to check out our Knowledgebase for helpful articles and solutions!
earimon
Posts: 4
Joined: Tue Oct 04, 2016 11:48 pm

Re: Error loading MIBs

Post by earimon »

I have found that, in traps its coming as following

Code: Select all

enterprises.193.110.2.10.2.0.2

and therefore enabled, net_snmp_perl_enable as 1 and added following lines in following manner in /etc/snmp/snmptt.conf

Code: Select all

EVENT SendActualDataFailed enterprises.193.110.2.15.2.0.1 "Status Events" Normal
FORMAT An instance of the alarm indicated by $*
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "An instance of the alarm indicated by $*"
#
#
#
EVENT SendActualDataFailed enterprises.193.110.2.10.2.0.2 "Status Events" Normal
FORMAT An instance of the alarm indicated by $*
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "An instance of the alarm indicated by $*"
This was showing traps in Nagios XI. But this not able to define multiple severity levels
But my question is, can we add traps definition in manually in such manner in the same file with proper severity.

The traps which was unknown earlier are following,

Code: Select all

EVENT SendActualDataFailed enterprises.193.110.2.10.2.0.2 "Status Events" Normal
FORMAT An instance of the alarm indicated by $*
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "An instance of the alarm indicated by $*"
[root@nagios snmptt]#
[root@nagios snmptt]#
[root@nagios snmptt]#
[root@nagios snmptt]#
[root@nagios snmptt]#
[root@nagios snmptt]# tail -100f snmpttunknown.log
Value 3: SNMPv2-SMI::enterprises.193.110.2.15.2.0.1
Value 4: 10.3.29.33
Value 5:
Value 6:
Value 7:
Value 8:
Value 9:
Value 10:
Ent Value 0: SNMPv2-SMI::enterprises.193.110.2.666.1.1.2.1.6.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.2.4=The domain name does not exist.
Ent Value 1: SNMPv2-SMI::enterprises.193.110.2.666.1.2.2.1.10.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.10.50.4.43.2.0.111=iso.1.1.1.19.2
Ent Value 2: SNMPv2-SMI::enterprises.193.110.2.666.1.2.2.1.11.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.10.50.4.43.2.0.111=Domain name does not exist. Domain = 25072852974.0.msisdn.sub.cs.
Ent Value 3: SNMPv2-SMI::enterprises.193.110.2.667.1.1.1.1.2.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.2.5=4
Ent Value 4: SNMPv2-SMI::enterprises.193.110.2.667.1.1.1.1.3.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.2.5=159
Ent Value 5: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.8.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.10.50.4.43.2.0.111=FSC-AccountFinderClientIf
Ent Value 6: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.9.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.10.50.4.43.2.0.111=2
Ent Value 7: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.10.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.10.50.4.43.2.0.111=5
Ent Value 8: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.11.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.10.50.4.43.2.0.111=07 E0 0A 0E 0A 0A 32 04 2B 02 00
Ent Value 9: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.12.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.10.50.4.43.2.0.111=1
Ent Value 10: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.13.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.10.50.4.43.2.0.111=10.3.29.33
Ent Value 11: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.14.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.10.50.4.43.2.0.111=111


Fri Oct 14 12:11:35 2016: Unknown trap (SNMPv2-SMI::enterprises.193.110.2.15.2.0.1) received from 10.3.29.32 at:
Value 0: 10.3.29.32
Value 1: 10.3.29.32
Value 2: 31:21:38:14.08
Value 3: SNMPv2-SMI::enterprises.193.110.2.15.2.0.1
Value 4: 10.3.29.32
Value 5:
Value 6:
Value 7:
Value 8:
Value 9:
Value 10:
Ent Value 0: SNMPv2-SMI::enterprises.193.110.2.666.1.1.2.1.6.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.2.4=The domain name does not exist.
Ent Value 1: SNMPv2-SMI::enterprises.193.110.2.666.1.2.2.1.10.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.11.3.6.43.2.0.37991=iso.1.1.1.19.2
Ent Value 2: SNMPv2-SMI::enterprises.193.110.2.666.1.2.2.1.11.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.11.3.6.43.2.0.37991=Domain name does not exist. Domain = 25072249725.1.msisdn.sub.cs.
Ent Value 3: SNMPv2-SMI::enterprises.193.110.2.667.1.1.1.1.2.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.2.5=4
Ent Value 4: SNMPv2-SMI::enterprises.193.110.2.667.1.1.1.1.3.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.2.5=159
Ent Value 5: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.8.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.11.3.6.43.2.0.37991=FSC-AccountFinderClientIf
Ent Value 6: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.9.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.11.3.6.43.2.0.37991=2
Ent Value 7: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.10.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.11.3.6.43.2.0.37991=5
Ent Value 8: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.11.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.11.3.6.43.2.0.37991=07 E0 0A 0E 0A 0B 03 06 2B 02 00
Ent Value 9: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.12.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.11.3.6.43.2.0.37991=1
Ent Value 10: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.13.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.11.3.6.43.2.0.37991=10.3.29.32
Ent Value 11: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.14.25.70.83.67.45.65.99.99.111.117.110.116.70.105.110.100.101.114.67.108.105.101.110.116.73.102.11.7.224.10.14.10.11.3.6.43.2.0.37991=37991


Fri Oct 14 12:13:52 2016: Unknown trap (SNMPv2-SMI::enterprises.193.110.2.15.2.0.1) received from 10.3.29.9 at:
Value 0: 10.3.29.9
Value 1: 10.3.29.9
Value 2: 31:21:38:46.93
Value 3: SNMPv2-SMI::enterprises.193.110.2.15.2.0.1
Value 4: 10.3.29.9
Value 5:
Value 6:
Value 7:
Value 8:
Value 9:
Value 10:
Ent Value 0: SNMPv2-SMI::enterprises.193.110.2.666.1.1.2.1.6.18.80.83.67.45.84.114.97.102.102.105.99.72.97.110.100.108.101.114.451.3=Tree not found
Ent Value 1: SNMPv2-SMI::enterprises.193.110.2.666.1.2.2.1.10.18.80.83.67.45.84.114.97.102.102.105.99.72.97.110.100.108.101.114.11.7.224.10.14.10.13.21.0.43.2.0.2025=iso.1.1.1.29.451
Ent Value 2: SNMPv2-SMI::enterprises.193.110.2.666.1.2.2.1.11.18.80.83.67.45.84.114.97.102.102.105.99.72.97.110.100.108.101.114.11.7.224.10.14.10.13.21.0.43.2.0.2025=Affected Object: Selection, Info: Didn't find the service provider, Selection. Provider: Selection, Rating plan: 10, Start time: 2016-10-14 10:13:20
Ent Value 3: SNMPv2-SMI::enterprises.193.110.2.667.1.1.1.1.2.18.80.83.67.45.84.114.97.102.102.105.99.72.97.110.100.108.101.114.451.6=4
Ent Value 4: SNMPv2-SMI::enterprises.193.110.2.667.1.1.1.1.3.18.80.83.67.45.84.114.97.102.102.105.99.72.97.110.100.108.101.114.451.6=159
Ent Value 5: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.8.18.80.83.67.45.84.114.97.102.102.105.99.72.97.110.100.108.101.114.11.7.224.10.14.10.13.21.0.43.2.0.2025=PSC-TrafficHandler
Ent Value 6: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.9.18.80.83.67.45.84.114.97.102.102.105.99.72.97.110.100.108.101.114.11.7.224.10.14.10.13.21.0.43.2.0.2025=451
Ent Value 7: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.10.18.80.83.67.45.84.114.97.102.102.105.99.72.97.110.100.108.101.114.11.7.224.10.14.10.13.21.0.43.2.0.2025=6
Ent Value 8: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.11.18.80.83.67.45.84.114.97.102.102.105.99.72.97.110.100.108.101.114.11.7.224.10.14.10.13.21.0.43.2.0.2025=07 E0 0A 0E 0A 0D 15 00 2B 02 00
Ent Value 9: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.12.18.80.83.67.45.84.114.97.102.102.105.99.72.97.110.100.108.101.114.11.7.224.10.14.10.13.21.0.43.2.0.2025=1
Ent Value 10: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.13.18.80.83.67.45.84.114.97.102.102.105.99.72.97.110.100.108.101.114.11.7.224.10.14.10.13.21.0.43.2.0.2025=10.3.29.9
Ent Value 11: SNMPv2-SMI::enterprises.193.110.2.15.1.10.1.14.18.80.83.67.45.84.114.97.102.102.105.99.72.97.110.100.108.101.114.11.7.224.10.14.10.13.21.0.43.2.0.2025=2025


Fri Oct 14 15:03:40 2016: Unknown trap (.1.3.6.1.4.1.193.110.2.10.2.0.1) received from 10.3.28.46 at:
Value 0: 10.3.28.46
Value 1: 10.3.28.46
Value 2: 7:21:12:07.34
Value 3: .1.3.6.1.4.1.193.110.2.10.2.0.1
Value 4: 10.3.28.46
Value 5:
Value 6:
Value 7:
Value 8:
Value 9:
Value 10:
Ent Value 0: .1.3.6.1.4.1.193.110.2.666.1.1.2.1.6.13.67.79.78.70.73.71.85.82.65.84.73.79.78.14100.2=Configuration updated
Ent Value 1: .1.3.6.1.4.1.193.110.2.666.1.2.2.1.10.13.67.79.78.70.73.71.85.82.65.84.73.79.78.11.7.224.10.14.13.3.15.7.43.2.0.123=SNMPv2-SMI::org.720
Ent Value 2: .1.3.6.1.4.1.193.110.2.666.1.2.2.1.11.13.67.79.78.70.73.71.85.82.65.84.73.79.78.11.7.224.10.14.13.3.15.7.43.2.0.123=Configuration state changed#: LoadTesting DWH FTP.
Ent Value 3: .1.3.6.1.4.1.193.110.2.667.1.1.1.1.2.13.67.79.78.70.73.71.85.82.65.84.73.79.78.14100.2=4
Ent Value 4: .1.3.6.1.4.1.193.110.2.667.1.1.1.1.3.13.67.79.78.70.73.71.85.82.65.84.73.79.78.14100.2=1024
Ent Value 5: .1.3.6.1.4.1.193.110.2.10.1.10.1.10.13.67.79.78.70.73.71.85.82.65.84.73.79.78.11.7.224.10.14.13.3.15.7.43.2.0.123=CONFIGURATION
Ent Value 6: .1.3.6.1.4.1.193.110.2.10.1.10.1.11.13.67.79.78.70.73.71.85.82.65.84.73.79.78.11.7.224.10.14.13.3.15.7.43.2.0.123=14100
Ent Value 7: .1.3.6.1.4.1.193.110.2.10.1.10.1.12.13.67.79.78.70.73.71.85.82.65.84.73.79.78.11.7.224.10.14.13.3.15.7.43.2.0.123=2
Ent Value 8: .1.3.6.1.4.1.193.110.2.10.1.10.1.2.13.67.79.78.70.73.71.85.82.65.84.73.79.78.11.7.224.10.14.13.3.15.7.43.2.0.123=07 E0 0A 0E 0D 03 0F 07 2B 02 00
Ent Value 9: .1.3.6.1.4.1.193.110.2.10.1.10.1.16.13.67.79.78.70.73.71.85.82.65.84.73.79.78.11.7.224.10.14.13.3.15.7.43.2.0.123=1
Ent Value 10: .1.3.6.1.4.1.193.110.2.10.1.10.1.17.13.67.79.78.70.73.71.85.82.65.84.73.79.78.11.7.224.10.14.13.3.15.7.43.2.0.123=10.3.28.44
Ent Value 11: .1.3.6.1.4.1.193.110.2.10.1.10.1.18.13.67.79.78.70.73.71.85.82.65.84.73.79.78.11.7.224.10.14.13.3.15.7.43.2.0.123=123

You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Error loading MIBs

Post by tgriep »

Yes, you can create custom entries in the snmptt.conf file manually with different severity levels.
The link below is a KB article that has a lot of information on SNMP Traps and the section called "Create Custom Events In SNMPTT" are instructions for how to do different severity levels.
https://support.nagios.com/kb/article.php?id=77

Take a look at it and if you have any questions, let us know.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked