Snmp Printer Serial Number
Posted By admin On 25.12.19- Disable Snmp On Printer Port
- Snmp Printer Serial Number Oid
- Snmp Printer Serial Number
- Hp Printer Serial Number
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.
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 LiSnmp 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.