Teori Singkat SNMP (Simple Network Management Protocol) adalah protokol manajemen jaringan yang paling banyak digunakan pada jaringan berbasis TCP/IP. SNMP merupakan protokol standard industri yang digunakan untuk memonitor dan mengelola berbagai perangkat di jaringan Internet meliputi hub, router, switch, workstation dan sistem manajemen jaringan secara jarak jauh (remote). Instalasi SNMP noc# cd /usr/local noc# wget http://pdg.asiamaya.net/~harinto/Source/ucd-snmp-4.2.6.tar.gz noc# tar -zxvf ucd-snmp-4.2.6.tar.gz noc# cd ucd-snmp-4.2.6 noc# ./configure --prefix=/usr/local/snmp System Contact Information (root@pdg.asiamaya.net): areksitiung@yahoo.com setting System Contact Information to... areksitiung@yahoo.com checking System Location... *** System Location: Describes the location of the system. This information is available in the MIB-II tree. this can also be over-ridden using the "syslocation" syntax in the agent's configuration files. System Location (Unknown): kantor noc# make noc# make install noc# cp EXAMPLE.conf /var/snmp.conf noc# ee /var/snmp.conf Cari pada bagian seperti contoh di bawah ini : #### # First, map the community name (COMMUNITY) into a security name # (local and mynetwork, depending on where the request is coming # from): # sec.name source community com2sec local localhost COMMUNITY com2sec mynetwork NETWORK/24 COMMUNITY Sebagai contoh, saya mengganti localhost dan NETWORK/24 seperti di bawah ini : # sec.name source community com2sec local 192.168.0.3 AMINET com2sec mynetwork 192.168.0.0/29 AMINET Bila sudah selesai pengeditan Anda, silahkan di simpan. Sekarang kita jalankan SNMPnya : noc# /usr/local/snmp/sbin/snmpd noc# ps ax | grep snmpd 272 ?? I 0:00.07 /usr/local/snmp/sbin/snmpd 18316 p0 DL+ 0:00.00 grep snmp Biar setiap kali sistem restart snmpnya langsung jalan, tambahkan di di rc.conf noc# ee /etc/rc.conf ifconfig_ed1="inet 192.168.0.3 netmask 255.255.255.248" hostname="noc.pdg.asiamaya.net" network_interfaces="auto" ifconfig_lo0="inet 127.0.0.1" #SNMP /usr/local/snmp/sbin/snmpd Selamat Mencoba, Semoga Berhasil Referensi : http://budi.insan.co.id/