Instructions for SNMP-enabling your FreeBSD box
Net-SNMP 5 lives at http://net-snmp.sourceforge.net.
http://net-snmp.sourceforge.netThis used to be called ucd-snmp.
Install Net-SNMP to include Perl module that comes inside the distribution.
When you run ./configure, make sure you add the switch --with-perl-modules
./configure --with-perl-modules --enable-shared
make
make install
If you already have net-snmp installed, then go to the source directory and in the perl subdirectory and run perl Makefile.PL
cd /path/to/net-snmp-5.1.x/perl
perl Makefile.PL
make
make install
Installing from Ports
cd /usr/ports/net-mgmnt/net-snmp
make
make install
make clean
edit /etc/rc.conf
add snmpd_enable="YES"
cd /usr/local/share/snmp
edit snmpd.conf (you may have to create it)
add the following
syslocation home (replace home with whatever you'd like)
syscontact