Hi,
I had added a custom poller to monitor OID 1.3.6.1.4.1.9.9.449.1.3.1.1.13. The OID returns a table of next hop addresses for EIGRP, as show below:-
cEigrpNextHopAddress - Label | cEigrpNextHopAddress |
---|
0.44.1.4.10.231.144.252.30 | 10.99.9.2 |
0.44.1.4.10.251.1.0.30 | 10.99.9.2 |
0.44.1.4.10.251.1.4.30 | 10.99.9.2 |
0.44.1.4.10.251.1.8.30 | 10.99.9.2 |
0.44.1.4.10.251.1.12.30 | 10.99.9.2 |
0.44.1.4.10.251.2.0.30 | 10.99.9.2 |
0.44.1.4.10.251.2.4.30 | 10.99.9.2 |
0.44.1.4.10.251.8.0.30 | 10.99.9.2 |
0.44.1.4.10.251.8.4.30 | 10.99.9.2 |
0.44.1.4.10.251.9.4.30 | 10.99.9.2 |
I would like a alert rule which states:-
if cEigrpNextHopAddress - Label == "0.44.1.4.10.231.144.252.30" AND cEigrpNextHopAddress == "*.9.2" THEN ALERT
Currently I cannot find an option to compair two table values and then only be triggered if the two conditions are met.
If anyone knows how to please advise.
Many thanks