I have come across a nice solution in this question here . Looks there must a way to find out the meter reading through SNMP. I have programmed and saw there were many properties and values but couldn't find the exact information for meter reads. I have used MIB browser to browse network connected printer MIB information.
In simple, how to read the printer meter through SNMP? Does SNMP contain this information?
Note: I only need OIDs. I have built the program already to read values through SNMP.
Update:
After a trail and error method I found few OIDs but not sure this ll work for all models of FujiXerox.
The below looks promising for most of the models, however would require a capture for all models,
".1.3.6.1.4.1.253.8.53.13.2.1.6.101.20.1",
".1.3.6.1.4.1.253.8.53.13.2.1.6.101.20.2",
".1.3.6.1.4.1.253.8.53.13.2.1.6.101.20.3",
".1.3.6.1.4.1.253.8.53.13.2.1.6.101.20.4",
".1.3.6.1.4.1.253.8.53.13.2.1.6.101.20.5",
Below are the once sometimes come up null, some times with values that are
".1.3.6.1.4.1.253.8.53.13.2.1.6.1.20.34",
".1.3.6.1.4.1.253.8.53.13.2.1.6.1.20.33",
".1.3.6.1.4.1.253.8.53.13.2.1.6.1.20.7",
".1.3.6.1.4.1.253.8.53.13.2.1.6.1.20.29",
".1.3.6.1.4.1.253.8.53.13.2.1.6.103.20.3",
".1.3.6.1.4.1.253.8.53.13.2.1.6.103.20.25",
".1.3.6.1.4.1.253.8.53.13.2.1.6.1.20.71"
Is there a standard OIDs for all models?