Snmp Printer Serial Number

Posted By admin On 25.12.19
Active3 years, 4 months ago

I'm unable to get the manufacturer serial number when I do an SNMP get on an OID .2.47.1.1.1.1.11.1.0. If I do an snmpget with the below command on the OID with the command:

To Download HP Deskjet 656c Printer Drivers you should Download Our Driver Software of. Here is the list of HP Deskjet 656c Printer Drivers we have for you. Hp deskjet 1000 driver for windows 10. If you has any Drivers Problem, Just, this professional drivers tool will help you fix the driver problem for Windows 10, 8, 7, Vista and XP.

Nov 20, 2012  Some of our HP printers are being duplicated or overwritten with a new serial number (it's always the MAC address). The name is always changed to np in the case of being overwritten (no idea where that's coming from). I'm unable to get the manufacturer serial number when I do an SNMP get on an OID.2.47.1.1.1.1.11.1.0. If I do an snmpget with the below command on the OID with the command: snmpget -v1 -c public.

I get the message:

Disable Snmp On Printer Port

Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: joint-iso-ccitt.47.1.1.1.1.11.1.0

I did search on google for the possible cause of error by going to this SO thread as it is caused by missing the instance subidentifier.

I performed an SNMPtranslate for the OID and I got the below string joint-iso-ccitt.47.1.1.1.1.11.1.0.

And when I performed an snmpwalk on the OID by the below command i get the message as END OF MIB.

Please let me know where I'm going wrong and let me know the exact generic OID to get the manufacturers serial number.

Community
Santhosh PaiSanthosh Pai
1,5956 gold badges19 silver badges45 bronze badges

2 Answers

Who tells you the OID is .2.47.1.1.1.1.11.1.0?

Seriously speaking, a normal OID starts with .1, except .0.0 which is very special.

Lex LiLex Li
44.5k7 gold badges82 silver badges107 bronze badges

Snmp Printer Serial Number Oid

If you start with walking the top of the MIB tree, you'll soon find out which variables your equipment supports:

Remove the '-Ont' to get translated names, where possible, instead of the fully numeric OIDs.

If you're looking for vendor-independent data, you could look into a MIB that most equipment supports, SNMPV2-MIB:

However, you'll find it does not contain any serial number variable. Most vendors provide a vendor-specific (or product-specific) MIB which will define, among other things, serial number. However, like most things in SNMP, it's entirely up to each vendor which MIBs they choose to implement.

Snmp Printer Serial Number

JoltaJolta

Hp Printer Serial Number

2,4061 gold badge23 silver badges39 bronze badges

Not the answer you're looking for? Browse other questions tagged snmpnet-snmp or ask your own question.