SNMP monitoring of HP LaserJet M527 paper size related scan counters
Author
Message
Posted: 18 March 2020 - 2:51am
- Log in to post comments
SNMP monitoring of HP LaserJet M527 paper size related scan counters
I need to know whether I can monitor the paper size related scan counters on a HP LaserJet M527 system. I have not found any OIDs within the MIB of this device, which represent the paper size related scan counters displayed on the printers web page. Can you please provide any information whether those counters are stored within the private printer MIB of this device and if yes, please provide the related OIDs.
Thank you in advance
Jochen Frank
Hi Jochen
possibly too late answer, but here you go:
Name: scanned-media-simplex-countType: OBJECT-TYPEOID: 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.2.1.1Full path: iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).hp(11).nm(2).hpsystem(3).net-peripheral(9).netdm(4).dm(2).device(1).device-system(1).accounting(16).scanner-accounting(2).scanned-media-usage(1).scanned-media-simplex-count(1)Module: FUTURESMART-MIB
Parent: scanned-media-usageNext sibling: scanned-media-simplex-charge
Numerical syntax: Integer (32bit)Base syntax: INTEGERComposed syntax: INTEGERStatus: optionalMax access: read-only Description:
Name: scanned-media-duplex-countType: OBJECT-TYPEOID: 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.2.1.3Full path: iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).hp(11).nm(2).hpsystem(3).net-peripheral(9).netdm(4).dm(2).device(1).device-system(1).accounting(16).scanner-accounting(2).scanned-media-usage(1).scanned-media-duplex-count(3)Module: FUTURESMART-MIB
Parent: scanned-media-usagePrevious sibling: scanned-media-simplex-chargeNext sibling: scanned-media-duplex-charge
Numerical syntax: Integer (32bit)Base syntax: INTEGERComposed syntax: INTEGERStatus: optionalMax access: read-only Description:
to understand how this works, you take for example the duplex oid: 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.2.1.3 and then read all sub-oid's, as each represents certain paper size. so for A4 you would read value from OID: 1.3.6.1.4.1.11.2.3.9.4.2.1.1.16.2.1.3.26.0
petr