Net-SNMP
Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring network equipment.
Latest Version (5.7.3) doesn't compile on 64-Bit Systems - throws an U64 def. error:
Get the development version:
git clone https://git.code.sf.net/p/net-snmp/code net-snmp-code
Also there is some errors when MRTG is run:
Subroutine SNMP_Session::unpack_sockaddr_in6 redefined at /usr/lib/perl5/5.24.1/Exporter.pm line 66.
at /usr/bin/../lib/mrtg2/SNMP_Session.pm line 149.
Subroutine SNMPv1_Session::pack_sockaddr_in6 redefined at /usr/lib/perl5/5.24.1/Exporter.pm line 66.
at /usr/bin/../lib/mrtg2/SNMP_Session.pm line 604.
Can be fixed with:
http://upwork.link/tips-and-tricks/subroutine-snmp_sessionpack_sockaddr_in6-redefined-on-centos-6-3-with-mrtg/