Hello all,
Somebody has any idea to monitor ospf neighbor ship using SNMP on Cisco router?
My problem is that the format of such snmp variable will not fit in the standard supported advanced SNMP feature of zabbix.
e.g.
Advanced supported format is:
<base OID of data>[“index”,”<base OID of index>”,”<string to search for>”]
i.e. ifOutOctets["index","ifDescr","FastEthernet0/0"] ==
ifOutOctets.1
And an example of such OSPF state will be:
ospfNbrState.<IP-Address>.0
with IP-address = IP address of the neighbor
OF course you can add those items manually one by one, but want to have a template for it that use either ifDescr or ifAlias field of the snmp variables.
Any help will be appreciated.
Thanks in advance.
Regards,
H2T
Somebody has any idea to monitor ospf neighbor ship using SNMP on Cisco router?
My problem is that the format of such snmp variable will not fit in the standard supported advanced SNMP feature of zabbix.
e.g.
Advanced supported format is:
<base OID of data>[“index”,”<base OID of index>”,”<string to search for>”]
i.e. ifOutOctets["index","ifDescr","FastEthernet0/0"] ==
ifOutOctets.1
And an example of such OSPF state will be:
ospfNbrState.<IP-Address>.0
with IP-address = IP address of the neighbor
OF course you can add those items manually one by one, but want to have a template for it that use either ifDescr or ifAlias field of the snmp variables.
Any help will be appreciated.
Thanks in advance.
Regards,
H2T
Comment