I'm not sure if this could be done... Anyway, the thing is I need to get via SNMP the IP Address from a remote and agent-less device. I considered the UserParameter option, and it works, but that's not what I really need.
That device I mentioned before is linked to a template in which I'd like to attach an item that could give me its IP Address. Since Zabbix agent can't be installed on that device, it turns out my best option is to snmpwalk it and get the IP through the right MIB. The problem is I managed to get it working through command line -you know, by writing snmpwalk -v2c -c public OID HostIP....- but I got no results in Zabbix because the OID corresponding to the IP Address returns a value which type is "ipAdEntAddr".
Obviously, when defining a SNMPv2 item in Zabbix and attaching it to that device, Zabbix tells me that specific OID I told you returns an unknown value. So, I'd like to know if I could define a new type of information -and if so, what changes I should make- so that Zabbix stops recognising "ipAdEntAddr" as such an unknown value.
Thanks.
That device I mentioned before is linked to a template in which I'd like to attach an item that could give me its IP Address. Since Zabbix agent can't be installed on that device, it turns out my best option is to snmpwalk it and get the IP through the right MIB. The problem is I managed to get it working through command line -you know, by writing snmpwalk -v2c -c public OID HostIP....- but I got no results in Zabbix because the OID corresponding to the IP Address returns a value which type is "ipAdEntAddr".
Obviously, when defining a SNMPv2 item in Zabbix and attaching it to that device, Zabbix tells me that specific OID I told you returns an unknown value. So, I'd like to know if I could define a new type of information -and if so, what changes I should make- so that Zabbix stops recognising "ipAdEntAddr" as such an unknown value.
Thanks.
Comment