
net-snmp
rheostat
搬代码,筑程序
展开
-
mib2c配置
Net-SNMP的mib2c 收藏 今天在搞net-snmp所提供的mib2c tool, 用起來說實在的實在有點難用。 大概是我對它還不太熟的關係吧。 以下是今天弄的一些心得: (因為開發需求,所以設定prefix為/opt/net-snmp。) 1. 首先,在安裝net-snmp時,需在configure時加入以下參數 $ ./configure --prefix=/o转载 2012-09-03 17:20:36 · 1418 阅读 · 0 评论 -
net-snmp example分析
net-snmp example分析 http://qgjie456.blog.163.com/ /*display_time.c*/ #include #include #include #if HAVE_STDLIB_H #include #endif #if TIME_WITH_SYS_TIME # ifdef WIN32 #转载 2012-08-28 10:49:29 · 2664 阅读 · 0 评论 -
net-snmp移植
net-snmp移植 http://qgjie456.blog.163.com/ export MIBDIRS=/share/snmp/mibs/ export MIBS=+LOOGSON-MIB :NET-SNMP-TUTORIAL-MIB export MIBS=+NET-SNMP-TUTORIAL-MIB snmpd -f -Le snmptran转载 2012-08-28 10:50:17 · 2181 阅读 · 1 评论 -
net-snmp的编译 2010-03-17 14:14 951人阅读 评论(0) 收藏 举报 makefileapplicationpathcompilationtranslationperl 对
net-snmp的编译 对net-snmp5.2.4静态交叉编译(arm-linux-gcc)后得到的各文件大小如下: Snmpd 735k Snmpset, snmpget, snmptrap, snmpusm 分别约为360k。 总计约2.2M。 5.2.4版本默认为静态编译,使用libtools的makefile工具编译。后要修改成动态编译转载 2013-03-19 00:01:27 · 1923 阅读 · 0 评论