I'd like to pull the optical power levels from the Mib, unfortunately the ifIndex is not the last element in the OID, it looks something like this:
1.3.6.1.4.1.3607.2.30.1.1.1.3.xxx.1.1 ifInOpticalPower
1.3.6.1.4.1.3607.2.30.1.1.1.3.xxx.2.1 ifOutOpticalPower
where xxx is the ifIndex the power is associated with, e.g.:
e.g.
1.3.6.1.4.1.3607.2.30.1.1.1.3.4104.1.1 = INTEGER: -139
1.3.6.1.4.1.3607.2.30.1.1.1.3.4108.1.1 = INTEGER: -109
1.3.6.1.4.1.3607.2.30.1.1.1.3.8200.1.1 = INTEGER: -113
1.3.6.1.4.1.3607.2.30.1.1.1.3.8202.1.1 = INTEGER: -94
1.3.6.1.4.1.3607.2.30.1.1.1.3.12296.1.1 = INTEGER: -416
1.3.6.1.4.1.3607.2.30.1.1.1.3.12298.1.1 = INTEGER: -351
1.3.6.1.4.1.3607.2.30.1.1.1.3.12352.1.1 = INTEGER: -1000000
Is there a way to pull this using the universal device poller?
Thanks
/RjL