display snmp-agent mib-node命令用来显示SNMP支持的MIB节点信息。 【命令】 display snmp-agent mib-node [ details | index-node | trap-node | verbose ] 【视图】 任意视图 【缺省用户角色】 network-admin network-operator 【参数】 details:表示显示SNMP支持的MIB节点细节信息,包括节点名、OID末位、下一个...
如果没有配置MIB视图,则团体名可以访问Viewdefault视图(OID:1.3.6.1),MIB子树中包括除了snmpVacmMIB、snmpUsmMIB和snmpCommunityMIB之外的其它internet子节点。 <HUAWEI>display current-configuration configuration snmp# snmp-agent snmp-agent acl 2000 snmp-agent local-engineid 800007DB03AC948400DF01 snmp-agent com...
OID 设备通用的SNMP标识,格式是一段数字如1.3.6.1,使用snmp协议并通过oid访问 设备,即可获取对应oid下的设备信息,如启动时间等 MIB库 各设备官方提供的 设备oid描述文件,可以根据该文件得到能够用于监控的oid以及oid的内容描述信息 TRAP snmp trap是一种事件类的snmp信息,当对应设备发生一些事件(如网卡离线)时,会向...
Indicates OID and value of a node in a Set request. If the node is a password node, the value is displayed as ***. If a Set request contains many nodes and the information about these nodes cannot be completely displayed in one log, the information is displayed in multiple logs. If t...
DisplayString Name of the processor. hh3cCPUSerialNumber (.1.3.6.1.4.1.25506.13.1.2.1.1.1.1.1.16) read-only DisplayString Serial number of the processor. 3. hh3cCPUInfo叶子节点 表3-2 hh3cCPUInfo叶子节点 节点名称及OID 最大访问权限 数据类型 含义 hh3cCPUFamilyS...
locIfOutputQueueDrops和ifOutDiscards在計數相同事件時始終相等。當資料包從一個介面快速交換到另一個介面時,這些事件達到輸出隊列限制,並且沒有硬體tx緩衝區。先前的MIB物件的OID如下: 問題: 能否在路由器上輪詢無緩衝區? 答:是的。您可以輪詢ifInDiscards以輪詢無緩衝區。
In SNMP versions 2c and 3, instead of using the error-status and error-index fields of the response to signal an error, the value for the varbind placed in the response for an OID will have an object syntax describing an error. The error-status and error-index fields of the response ...
上記の MIB オブジェクトの OID は次のとおりです。一部ツールについては、ゲスト登録のお客様にはアクセスできない場合がありますことを、ご了承ください。 Old-CISCO-INTERFACES-MIBから RFC1213-MIBより locIfInputQueueDrops = .1.3.6.1.4.1.9.2.2.1.1.26 ifInDiscards = .1.3.6.1.2.1....
4.1 性能数据的采集 性能数据的采集方式有只轮询(polling-only)和基于中断(interrupt-based)的方法两种。 只轮询(polling-only)的方法:管理站通过轮询机制,定时向驻留在被管对象中的代理发送报文请求;代理对请求者进行身份验证,提取信息向请求者回送响应报文;管理站通过代理返回的报文取得网络设备的各种状态信息,采集的...
//string resOid = response1.Pdu().Variables[0].Id.ToString(); // ISnmpData data = response1.Pdu().Variables[0].Data; //Console.WriteLine("end"); oid = response1.Pdu().Variables[0].Id.ToString(); //byte[] bytes = data.ToBytes(); ...