From de015dc0b74c1fecbe10d5b7c4f37b4c8b5c976c Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 2 Feb 2019 14:06:13 +0100 Subject: [PATCH] --- 0-readme.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/0-readme.rst b/0-readme.rst index 1436444..8d87f7d 100644 --- a/0-readme.rst +++ b/0-readme.rst @@ -18,6 +18,16 @@ Printer has SNMP activated, and we can fetch the toner status:: With readable names (from Printer-MIB that I got by executing "download-mibs"):: $ snmpwalk -c public -v 1 -m Printer-MIB 192.168.3.98 + Printer-MIB::prtMarkerSuppliesDescription.1.1 = STRING: "Black Cartridge HP Q6000A" + Printer-MIB::prtMarkerSuppliesDescription.1.2 = STRING: "Cyan Cartridge HP Q6001A" + Printer-MIB::prtMarkerSuppliesDescription.1.3 = STRING: "Magenta Cartridge HP Q6003A" + Printer-MIB::prtMarkerSuppliesDescription.1.4 = STRING: "Yellow Cartridge HP Q6002A" + + Printer-MIB::prtMarkerSuppliesSupplyUnit.1.1 = INTEGER: tenthsOfGrams(13) + Printer-MIB::prtMarkerSuppliesSupplyUnit.1.2 = INTEGER: tenthsOfGrams(13) + Printer-MIB::prtMarkerSuppliesSupplyUnit.1.3 = INTEGER: tenthsOfGrams(13) + Printer-MIB::prtMarkerSuppliesSupplyUnit.1.4 = INTEGER: tenthsOfGrams(13) + Printer-MIB::prtMarkerSuppliesMaxCapacity.1.1 = INTEGER: 590 Printer-MIB::prtMarkerSuppliesMaxCapacity.1.2 = INTEGER: 470 Printer-MIB::prtMarkerSuppliesMaxCapacity.1.3 = INTEGER: 470 -- 2.30.2