Using snmp trap receiver on Fedora (Linux)
2009-11-25
45 words
1 min read
First off install the net-snmp things:
sudo yum install net-snmp net-snmp-utils
After that it will run out of the box with the command:
sudo snmptrapd -A -d -n -Lf trap.log
Some interesting links:
<a class="fixed" href="http://net-snmp.sourceforge.net/wiki/index.php/TUT:snmptrap" target="_blank">http://net-snmp.sourceforge.net/wiki/index.php/TUT:snmptrap
<a class="fixed" href="http://net-snmp.sourceforge.net/wiki/index.php/TUT:Configuring_snmptrapd#Matching_SNMPv2_OIDs" target="_blank">http://net-snmp.sourceforge.net/wiki/index.php/TUT:Configuring_snmptrapd#Matching_SNMPv2_OIDs
<a class="fixed" href="http://www.net-snmp.org/tutorial/tutorial-5/commands/snmptrap.html" target="_blank">http://www.net-snmp.org/tutorial/tutorial-5/commands/snmptrap.html
Related Articles:
- 2009/11/25 internal error from PackageKit — packagekit Error Type: <type ’exceptions.TypeError'>
- 2009/10/17 RPMFusion release for YUM.
- 2009/10/03 Play video in Fedora.
- 2009/10/01 Boot Linux Over HTTP With boot.kernel.org (BKO)
- 2009/09/17 top command with rc to make it more useful and beautiful.
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.