添加ASA zabbix 监控的时候遇到 snmp 不识别问题: snmp_parse_oid(): cannot parse OID "CISCO-REMOTE-ACCESS-MONITOR-MIB::crasIPSecNumSessions.0". 从思科下载 mib 用ftp 工具,不需要用户名密码,下载整个压缩包v2.tar.gz ftp://ftp.cisco.com/pub/mibs/v2 传到zabbix 服务器上 创建目录 /usr/share/sn...
如题错误请看图片
oid_len = MAX_OID_LEN;// Parse the OIDif(snmp_parse_oid(oid_str, the_oid, &oid_len) ==0) { snmp_perror(oid_str);return0; }// Build the packet to be sentif(snmp_add_var(pdu, the_oid, oid_len, type, val) !=0) {printf("type: %c, val: %s, oid_str: %s\n", type...
MIB是一个树形结构,SNMP协议消息通过遍历MIB树形目录中的节点来访问网络中的设备。下图给出了NMS系统中SNMP可访问网络设备的对象识别树(OID:Object Identifier)结构。 上图中的节点是从internet开始的,其实上面还有 snmp lldp mib 转载 TsingCall 2017-05-25 15:27:57...
添加ASAzabbix监控的时候遇到snmp不识别问题:snmp_parse_oid():cannotparseOID"CISCO-REMOTE-ACCESS-MONITOR-MIB::crasIPSecNumSessions.0".从思科下载mib用ftp工具,不需要用户名密码,下载整个压缩包v2.tar.gzftp://ftp.cisco.com/pub/mibs/v2传到 zabbix ...
SNMP SNMP通过MIB名称(而不是OID )专门获取和设置。 、、、 当我将包含OID的字符数组传递给_snmp_parse_oid()_而不是名称时,我是成功的。 retrieved_oid = snmp_parse_ 浏览0提问于2018-04-18得票数 2 回答已采纳 1回答 snmp4j AgentX subagents是否有默认的OID? 、 我是SNMP的新手。我在一个linux...
我把test.php和 <?php echo "test"; ?> 当我运行这个脚本时 php test.php 我得到了这个输出 Cannot adopt OID in UCD-SNMP-MIB: dskAvail ::= { dskEntry 7 } Cannot adopt OID in UCD-SNMP-MIB: dskTotal ::= { dskEntry 6 } Cannot adopt OID in UCD-SNMP-MIB: dskMinPercent ::= { dsk...
点击获取CISCO设备OID 系统参数(1.3.6.1.2.1.1) OID 描述 备注 请求方式 .1.3.6.1.2.1.1.1.0 获取系统基本信息 SysDesc GET .1.3.6.1.2.1.1.3.0 监控时间 sysUptime GET .1.3.6.1.2.1.1.4.0 系统联
Re: [prometheus-users] snmp generator.yml fails error err="cannot find oid '1.22610.2.4.1.2.2' to walk I should really make the parse errors warning print in all caps with colors or something. Or maybe just fail if there is too many....
>>> OID : 1.3.6.1.4.1.22610.2.4.1.2.1 >>> >>> >>> I used the cmd below to get the generator executable file: >>> >>> make generate >>> >>> then to run the generator ran this cmd: >>> >>> ./generator generate -m /snmp_exporter/generator/mibs -g ...