Im seting up an snmp trap error filter for ospfNbrState when value is 1 (down).

ospfNbrState oid = 1.3.6.1.2.1.14.10.1.6

value: down(1) attempt(2) init(3) twoWay(4) exchangeStart(5) exchange(6) loading(7) full(8)

I configured the error filter with this:

bindings[1.3.6.1.2.1.14.10.1.6.1]

This is not working. Need help how to configure the bindings correctly.

Cheers, Ronald


Article Comments

Hey Ronald,

Please use the following instead:

bindings[1.3.6.1.2.1.14.10.1.6,1]

The syntax for this binding is binding[OID,value]

Best regards,
Sven


Oct, 2017 - Permalink