0

I am sending SNMP v2 trap with OID specific to some organisation but I can't find description in Ireasoning trap watcher,also I have captured snmp trap in wireshark in that I'm able to find description of trap,so what is minimal requirement for sending Organisation specific snmp v2 traps?

I have tried different snmp trap wathcher and getting traps but not able to find any description.

Jolta
  • 2,620
  • 1
  • 29
  • 42
  • Per @Lex-Li's answer, the reason you're missing the description of the traps is because the relevant MIB document is not loaded. You will need to hunt down the MIB document. The most common MIBS are shipped with the trap watcher, but you will have to load them (some only support loading a few at a time and don't load any by default). If the OID is some company, then for the most part you will need to obtain the MIB from either their publically available documents, or their software, or from customer support. – Anya Shenanigans Aug 13 '13 at 07:51
  • OK,I have MIB so can you please suggest best SNMP trap watcher application? – Ritesh Prajapati Aug 13 '13 at 11:04
  • You're asking a personal opinion question. I use `snmpd`. It works for what I want - produce logs that can be parsed - my primary use of a listener is for integration testing – Anya Shenanigans Aug 13 '13 at 11:20

1 Answers1

0

Generally speaking two requirements are there for a trap listener application to correctly report the information,

Thus, have you reviewed both?

Lex Li
  • 60,503
  • 9
  • 116
  • 147