Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
snmp-server enable traps

Add New SNMP MIBS for Trap Processing

If you are receiving SNMP traps from devices which are just numbers, then you will need to add the MIBS so that the SNMP trap daemon can decode them them for you.  First you need to identify the required MIB files and any dependant MIB files and then copy those files to the directory /usr/local/nmis8/mibs/traps and restart the SNMP trap daemon.

Code Block
service snmptrapd restart

You can test the decoding using the snmptranslate command, which was described in a previous section.