I want to create a report that will poll Cisco's ifLastChange(3.6.1.2.1.2.2.1.9) for each interface of the switch. I'd like the report to contain in the interface ID, operational status, then the ifLastChange date. Any help would be great.
J
The custom poller tool can only assign UnDP's to nodes/interfaces that are managed in Orion.
After creating a custom poller for OID 1.3.6.1.2.1.2.2.1.9 (be sure to change the Polling Type to "Interface"), you'll need to transform the results from time ticks to something readable like minutes or hours. This transform rule will display how long it's been since the interface changed. Here's a reference for those conversions:
timeticks / 100 = seconds
timeticks / 6000 = minutes
timeticks / 360000 = hours
timeticks / 8640000 = days
You should then be able to create a report with a custom table that shows all the data you need. Be sure to add the transform rule that you created as the source for the table's data.
OK. Seems like I can only assign the poller to monitored interfaces? I am hoping to get status for all interfaces, but without monitoring them all.
OK. Thats a bummer.