A am looking for either the addition of the Sharp mibs
1.3.6.1.4.1.1536
and
1.3.6.1.4.1.2385
Neither is in Custom Poller and we have a request to poll/report on numbers of prints/coppies BW/ and Color
Thanks Casey, while not the answer, exactly, you got me close. For what ever reason Sharp has a seperate mib for the counters. What I had to do was come up a level to the table associated with the mibs I described earlier. there is a table for Print counters (.2385.1.1.19.2.1.4.1.4) seperated into BW, Color, Mixed (.61, .63, .75) and another table for Copy counters (.2385.1.1.19.2.1.4.4.4) again seperated by color and BW (.61, .63)
By setting the OID to the table then using Raw Value, GetNextTable, the numbers fit perfectly.
from a mib walk on the printer here are the mibs, what I need is the mib for the correlating counter
You don't need Orion to know about the MIB's in order to use the UnDP to poll it. You can enter the OID yourself, set if as a counter(on the same page as entering the OID), and assign it to the nodes you want to poll.
UnDP will still be able to query the device for data.
I can walk the device and get returned values for these MIBS (SW ETS v10 - MIB WALK) yet when I try to create the custom poller I get OID Not supported.
I'm not sure why that'd be the case. Attached is a screen of how I think it should be configured, but unfortunately I don't have a Sharp printer handy to try it out. Maybe one of the thwack folks can try it out with their equipment?
The error message means that the device isn't returning a value for that OID. Not that the UnDP doesn't know about it.