ChinaUnix.net
相关文章推荐:

snmp net

The following is a very simple example taken from the Net-snmp site. It initializes a session, adds a MIB in the current working directory to the MIB tree, creates a GET PDU, packs 2 OIDs into the PDU, then sends a synchronous request and returns the response and is finally processed. #include #include #include int main(int argc, char ** argv) { struct snmp_session session; struct snmp_...

by creatory - Linux文档专区 - 2010-01-20 13:24:42 阅读(1040) 回复(0)

相关讨论

1) 使用net-snmp的命令来监控某台服务器(本机),包括但不限于服务器的CPU使用情况、内存使用情况、网卡流量情况、硬盘使用情况,在故障时报警。可选项:能分辨出可达性(网络故障)和可用性(服务器故障),。 2) 周期性地采集1)中要求的各项参数。

by over12 - 网络技术 - 2009-08-18 00:59:31 阅读(1386) 回复(1)

1) 使用net-snmp的命令来监控某台服务器(本机),包括但不限于服务器的CPU使用情况、内存使用情况、网卡流量情况、硬盘使用情况,在故障时报警。可选项:能分辨出可达性(网络故障)和可用性(服务器故障),。\r\n2) 周期性地采集1)中要求的各项参数。

by over12 - 企业网管技术交流区 - 2009-08-06 14:08:56 阅读(2901) 回复(0)

问各位个问题 在学校公共机房,在一台装有linux上的pc机上,以及安装了net snmp,能不能用本台机器访问该局域网的路由,来获取路由信息, 怎么实现,路过,给点建议 谢谢

路由器

by suiwenan - 网络技术 - 2009-05-16 07:54:34 阅读(1552) 回复(1)

问各位个问题\r\n \r\n 在学校公共机房,在一台装有linux上的pc机上,以及安装了net snmp,能不能用本台机器访问该局域网的路由,来获取路由信息,\r\n 怎么实现,路过,给点建议\r\n谢谢

by suiwenan - 企业网管技术交流区 - 2009-05-16 07:54:34 阅读(2916) 回复(1)

正在开发snmp现在遇到一个问题,我可以利用snmpset去设置简单变量但是当我用snmpset去设置表的内容的时候 出现Error in packet. Reason: noCreation (that table does not support row creation) Failed object: RFC1213-MIB::ipRouteMetric1 我可以肯定iproutermetric1是可读可写的但为什么会出现这样的错误。 我的指令是这样的snmpset -v2c -c public localhost .1.3.6.1.2.1.4.21.1.3.1 i 99 21是ip的第二个表,.1是表的entry,...

by cuishinankobe - Linux系统管理 - 2009-05-06 09:12:50 阅读(1670) 回复(0)

我的net-snmp配置是参考的http://blog.chinaunix.net/u/18377/showart_267406.html [root@server ~]# mrtg /etc/mrtg/mrtg.cfg WARNING: "MaxBytes2[memory]" not specified 不知道什么原因,请各位大侠指教。

by ygl23 - Linux系统管理 - 2008-08-15 20:30:56 阅读(1423) 回复(4)

以下是Net-snmp首页的介绍 ----------------------------------- Simple Network Management Protocol (snmp) 是一个被广泛使用的协议,可以监控网络设备(比如路由器)、计算机设备甚至是UPS。Net-snmp是用于实施snmp v1,snmp v2,snmpv3的应用程序套件,可以使用在IPv4、IPv6的环境中。这个套件包括: * 命令行程序包括: +从支持snmp的设备中检索信息的命令。用于执行单个请求(snmpget,snmpgetnext),或者执行多个请...

by ioerr - BSD - 2013-12-08 10:56:01 阅读(7834) 回复(4)

export MIBDIRS=/share/snmp/mibs/ export MIBS=+LOOGSON-MIB :NET-snmp-TUTORIAL-MIB export MIBS=+net-snmp-TUTORIAL-MIB snmpd -f -Le snmptranslate -IR -On MachType snmptranslate -IR -On NET-snmp-TUTORIAL-MIB::nstAgentModuleObject.0 snmpget -v 2c -c public 192.168.4.12 .1.3.6.1.4.1.29881.3.1.1 /opt/net-snmp-5.1.4/agent/helpers/old_api.c 108 /opt/net-snmp-5.1.4/agent/agent_registry.c 533 /opt/...

by jonry - Linux文档专区 - 2008-06-17 17:04:09 阅读(1952) 回复(0)

net-snmp现在的发行版是5.4.1版本了。他是A composite image of images from locations that use the Net-snmp package. net-snmp is a suite of applications used to implement snmp v1 , snmp v2c and snmp v3 using both IPv4 and IPv6. The suite includes: Command-line applications to: retrieve information from an snmp-capable device, either using single requests ( snmpget , snmpgetnext ), or multipl...

by yl2003215059 - Linux文档专区 - 2008-03-22 23:57:57 阅读(567) 回复(0)

一.环境 OS:RHEL AS4 net-snmp version:5.3.2 二.步骤 1.用root帐户登录 2.运行snmpwalk和snmpget命令,看是否已经安装snmp,如果已经安装就没必要再安装了;-) 3.将net-snmp-5.3.2.tar.gz解压(tar -zxvf net-snmp-5.3.2.tar.gz) 4.进入net-snmp-5.3.2目录 5.运行./configure,根据提示输入相应信息 6.运行make 7.运行make install 8.安装完毕 三.可能遇到的问题 1.找不到libbeecrypt.la,在make时可能出现如下error libtool: lin...

by 小公猫 - 网络技术文档中心 - 2014-12-18 14:50:14 阅读(5641) 回复(2)