Hello,
I have two Cisco routers we use for VOIP gateways. I need to create an alert that triggers when the number of PRI lines in use rise above a specific threshold.
I found OID 1.3.6.1.4.1.9.9.63.1.3.8.1.1.2 will give us the number of lines in use, but I am running into two problems.
1. The OID responds with values such as 0,27,0,0,0,0,27 We only need the last number, is there a way to retrieve only that number and discard the rest?
2. How do I combine the OID value from two different routers to check to see if the threshold is reached? I tried building an alert using the NodeID and OID of the two routers, but the alert never triggered. When I did test alerts it would give the one of the routers OID responses for both routers, instead of the actual value of each router. I also tried creating a different UnDP for each router and then tried making an alert where the threshold of each individually had to be true, but got the same value for both UnDPs when doing test alerts instead of each router's UnDP.