Manually configure OID

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ericssonvietnam
Posts: 239
Joined: Mon Jun 27, 2016 11:05 pm

Manually configure OID

Post by ericssonvietnam »

I have received multiple unknowns is there a way i can configure the OIDS manually

M attaching the screenshot of one unknown which i have received can you let me know how i can configure it without MIBS for that.
You do not have the required permissions to view the files attached to this post.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Manually configure OID

Post by dwhitfield »

Did you just put the MIB in /usr/share/snmp/mibs ? You need to also run addmib /usr/share/snmp/mibs/YOUR-MIB-FILENAME. Additionally, you need to run service snmptt restart.
ericssonvietnam
Posts: 239
Joined: Mon Jun 27, 2016 11:05 pm

Re: Manually configure OID

Post by ericssonvietnam »

dwhitfield wrote:Did you just put the MIB in /usr/share/snmp/mibs ? You need to also run addmib /usr/share/snmp/mibs/YOUR-MIB-FILENAME. Additionally, you need to run service snmptt restart.
I have already added all the MIBS provided but i cannot seen the OID .1.3.6.1.4.1.3881.2.2.0.3 in my snmptt configuration file.

Is it possible to create the manual entry in the snmptt configuration file?
gormank
Posts: 1114
Joined: Tue Dec 02, 2014 12:00 pm

Re: Manually configure OID

Post by gormank »

Googling the OID says its fro Ericsson. and from ERICSSON-ALARM-IRP-MIB.mib.
Chances are the MIB isn't installed.

http://oidref.com/1.3.6.1.4.1.3881.2.2.0.3
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Manually configure OID

Post by tgriep »

It could be that the MIB file did not include that OID so you can either get another MIB file or like you asked, add the entry manually.
Take a look at this KB article for how SNMP Traps work in XI and how to manually add an entry.
https://support.nagios.com/kb/article/n ... orial.html
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked