Versions Compared

Key

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

...

First you will want to make sure your servers NET-SNMP install is setup appropriately. Refer to these install instructions:

SNMPD, Net-SNMP and collecting stats of the NMIS server itself

Next you will need to copy the options file to the right location and restart the daemon.

...

Code Block
CISCO-CONFIG-MAN-MIB::ccmHistoryEventConfigDestination.34

NMIS9 Setup

...

NMIS 9 has included some Cisco and Generic MIBS and added the ability to view the SNMP traps in the NMIS logging tool.

First you will want to make sure your servers NET-SNMP install is setup appropriately. Refer to these install instructions:

SNMPD, Net-SNMP and collecting stats of the NMIS server itself

CentOS/RHEL 7.x

Next you will need to copy the options file to the right location and restart the daemon.

Code Block
sudo cp /usr/local/nmis9/conf-default/snmpd/snmptrapd.options /etc/sysconfig/snmptrapd
sudo cp /usr/local/nmis9/conf-default/snmpd/snmptrapd.conf /etc/snmp/snmptrapd.conf
sudo service snmptrapd restart

Verify Operation

You can test the MIB resolution with this command

...