October 2008
Intermediate to advanced
720 pages
16h 7m
English
The SNMP Trap Translator (SNMPTT)[285] translates numerical object identifiers, which are difficult to understand, to readable text by means of the accompanying MIB.[286] To install this, you unpack the SNMPTT sources from Sourceforge[287] to /usr/local/src:
linux:local/src # tar xvzf /pfad/snmptt_1.2.tgz linux:local/src # cd snmptt_1.2 linux:src/snmptt_1.2 # cp snmptt snmptthandler snmpttconvertmib /usr/sbin/. linux:src/snmptt_1.2 # chmod +x /usr/sbin/snmptt* linux:src/snmptt_1.2 # cp snmptt.ini /etc/snmp/.
The files snmptt, snmptthandler, and snmpttconvertmib contained in the archive are copied to /usr/sbin and made executable with chmod. The configuration file snmptt.ini is copied to the directory ...
Read now
Unlock full access