snmp oid:snmp Object Identifiers(对象标示符) 管理信息库(MIB)是一个具有分层特性的信息的集合,我们可以通过 snmp 去存取它。MIB 的成员是一些被管理的对象(Managed Object),以对象标示符(Object Identifiers)来区分它们。 类别:IETF 取自" http://codex.wordpress.org.cn/snmp_oid " 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/11208/showart_1217806.html
by zgy - 网络技术文档中心 - 2008-09-23 09:52:30 阅读(892) 回复(0)
snmp常用oid Linux snmp oid’s for CPU,Memory and Disk Statistics snmp stands for Simple Network Management Protocol and consists of three key components: managed devices, agents, and network-management systems (NMSs). A managed device is a node that has an snmp agent and resides on a managed network. These devices can be routers and access server, switches and bridges, hubs, computer hosts, or ...
Linux snmp oid’s for CPU,Memory and Disk Statistics snmp stands for Simple Network Management Protocol and consists of three key components: managed devices, agents, and network-management systems (NMSs). A managed device is a node that has an snmp agent and resides on a managed network. These devices can be routers and access server, switches and bridges, hubs, computer hosts, or printers. An ...
Linux snmp oid’s for CPU,Memory and Disk Statistics snmp stands for Simple Network Management Protocol and consists of three key components: managed devices, agents, and network-management systems (NMSs). A managed device is a node that has an snmp agent and resides on a managed network. These devices can be routers and access server, switches and bridges, hubs, computer hosts, or printers. An a...
[code] 我现在要处理下面的情况,大家有什么好的建议: Oracle数据库中有如下的表 oid NOT NULL NUMBER(3 GEOMETRY NOT NULL MDSYS.SDO_GEOMETRY STRINGFIELD VARCHAR2(10) DOUBLEFIELD NUMBER(25, DOUBLEFIELD2 NUMBER(25, BLOBFIELD BLOB oid是主键,用户给了我一堆oid(可能很多,可能很少,不一定) 我要得到这些oid所对应的GEOMETRY对象的数据信息,当然,速度一定要快, 怎样构造这个SQL语句呀! 请大家一定帮忙,谢谢 [...
[code] 我现在要处理下面的情况,大家有什么好的建议: Oracle数据库中有如下的表 oid NOT NULL NUMBER(38) GEOMETRY NOT NULL MDSYS.SDO_GEOMETRY STRINGFIELD VARCHAR2(10) DOUBLEFIELD NUMBER(25,8) DOUBLEFIELD2 NUMBER(25,8) BLOBFIELD BLOB oid...
据我初步学习,貌似很多的网络监控软件都是使用snmp协议定时采集制定的oid的数值,然后绘图的。 可是我想知道,为什么oid的值会变化呢? 请众高手指教,谢谢了!:mrgreen: :mrgreen: :mrgreen:
在OLD-CISCO-INTERFACES-MIB库中找到这样一个Object:locIfInPktsSec,ID:1.3.6.1.4.1.9.2.2.1.1.7,其意思大概是五分钟的平均数据包流量值,现在想通过snmpget方法得到某个具体时刻(例如,10:10:10)的数据包流量,这个oid似乎不是很正确,请问有其他oid可以直接得到具体时刻的数据包流量吗?或者需要用其他方法才能得到呢?多谢!
用rrd时做流量图时要用到oid 可是就是不明白那及格数字的意思, 还有他的工作原理 , 用snmpwalk or snmpget 得到要监控设备的信息, 大概的意思是什么????? 谢谢 ~~~