1. install net-snmp on private account
$./configure --prefix=/home/bkjun/net-snmp
$make
$sudo make install
$cd perl
$perl Makefile.PL
$make
$make test
$sudo make install
2. make mib file wanted spec.
3. create stub code file
$cp SKB-VOIP-MIB.txt
$export MIBS=ALL
$MIBS=./SKB-VOIP-MIB.txt
$snmptranslate -Tp -IR skb
$~/net-snmp/bin/mib2c skb



최근 덧글