with command:
#fusioninventory-netinventory --debug --host 192.168.52.223 --community something
[debug] creating 1 worker threads
[debug] [thread 1] creation
[debug] [thread 1] scanning 0: 192.168.52.223
[debug] full match for sysobjectID .1.3.6.1.4.1.1347.41 in database
[debug] [thread 1] termination
<?xml version="1.0" encoding="UTF-8" ?>
<REQUEST>
<CONTENT>
<DEVICE>
<CARTRIDGES>
<TONERBLACK>75</TONERBLACK>
<TONERCYAN>5</TONERCYAN>
<TONERMAGENTA>71</TONERMAGENTA>
<TONERYELLOW>60</TONERYELLOW>
<WASTETONER>OK</WASTETONER>
</CARTRIDGES>
<INFO>
<COMMENTS>UTAX_TA Printing System</COMMENTS>
<ID>0</ID>
<IPS>
<IP>192.168.52.223</IP>
</IPS>
<LOCATION>somewhere</LOCATION>
<MAC>00:17:c8:23:89:62</MAC>
<MANUFACTURER>Kyocera</MANUFACTURER>
<MODEL>2500ci</MODEL>
<SERIAL>LU35615271</SERIAL>
<TYPE>PRINTER</TYPE>
<UPTIME>16 days, 06:18:57.57</UPTIME>
</INFO>
<PAGECOUNTERS>
<BLACK>24174</BLACK>
<COLOR>3492</COLOR>
<COPYBLACK>49120</COPYBLACK>
<COPYTOTAL>50452</COPYTOTAL>
<FAXTOTAL>0</FAXTOTAL>
<PRINTBLACK>229262</PRINTBLACK>
<PRINTCOLOR>0</PRINTCOLOR>
<PRINTTOTAL>50452</PRINTTOTAL>
<SCANNED>86225</SCANNED>
<TOTAL>27666</TOTAL>
</PAGECOUNTERS>
<PORTS>
<PORT>
<IFDESCR>eth0</IFDESCR>
<IFINERRORS>0</IFINERRORS>
<IFINOCTETS>2767391268</IFINOCTETS>
<IFINTERNALSTATUS>1</IFINTERNALSTATUS>
<IFLASTCHANGE>0.00 seconds</IFLASTCHANGE>
<IFMTU>1500</IFMTU>
<IFNAME>eth0</IFNAME>
<IFNUMBER>1</IFNUMBER>
<IFOUTERRORS>0</IFOUTERRORS>
<IFOUTOCTETS>235737141</IFOUTOCTETS>
<IFSPEED>1000000000</IFSPEED>
<IFSTATUS>1</IFSTATUS>
<IFTYPE>6</IFTYPE>
<IP>192.168.52.223</IP>
<IPS>
<IP>192.168.52.223</IP>
</IPS>
<MAC>00:17:c8:23:89:62</MAC>
</PORT>
</PORTS>
</DEVICE>
<MODULEVERSION>3.0</MODULEVERSION>
<PROCESSNUMBER>1</PROCESSNUMBER>
</CONTENT>
<DEVICEID>foo</DEVICEID>
<QUERY>SNMPQUERY</QUERY>
</REQUEST>
But from printer's web console we got :

as we see counter ar bit odds (look at total) ... (PS. maybe some counters are sligth moving)
I tried with :
$snmpwalk -On -c something -v 2c 192.168.52.223 .1.3.6.1.4.1.1347.42
...
.1.3.6.1.4.1.1347.42.2.5.1.1.4.1 = INTEGER: 1332
.1.3.6.1.4.1.1347.42.2.5.1.1.5.1 = INTEGER: 15
.1.3.6.1.4.1.1347.42.3.1.1.1.1.1 = INTEGER: 264824
.1.3.6.1.4.1.1347.42.3.1.1.1.1.2 = INTEGER: 50452
.1.3.6.1.4.1.1347.42.3.1.1.1.1.3 = INTEGER: 0
.1.3.6.1.4.1.1347.42.3.1.1.1.1.4 = INTEGER: 0
.1.3.6.1.4.1.1347.42.3.1.2.1.1.1.1 = INTEGER: 229263
.1.3.6.1.4.1.1347.42.3.1.2.1.1.1.2 = INTEGER: 0
.1.3.6.1.4.1.1347.42.3.1.2.1.1.1.3 = INTEGER: 35561
.1.3.6.1.4.1.1347.42.3.1.2.1.1.2.1 = INTEGER: 49120
.1.3.6.1.4.1.1347.42.3.1.2.1.1.2.2 = INTEGER: 0
.1.3.6.1.4.1.1347.42.3.1.2.1.1.2.3 = INTEGER: 1332
...
I recognize correct value... let me say that ".1.3.6.1.4.1.1347.42" I used, I found it trying because looking up it shown as oid ".1.3.6.1.4.1.1347.41"
What do I miss ? or what I can do to correct this lecture... ?!
My guess... it's not correctly matching the printer, but I'm not so expert with snmp mib and oid...
thx in advance
with command:
#fusioninventory-netinventory --debug --host 192.168.52.223 --community something
But from printer's web console we got :
as we see counter ar bit odds (look at total) ... (PS. maybe some counters are sligth moving)
I tried with :
$snmpwalk -On -c something -v 2c 192.168.52.223 .1.3.6.1.4.1.1347.42
I recognize correct value... let me say that ".1.3.6.1.4.1.1347.42" I used, I found it trying because looking up it shown as oid ".1.3.6.1.4.1.1347.41"
What do I miss ? or what I can do to correct this lecture... ?!
My guess... it's not correctly matching the printer, but I'm not so expert with snmp mib and oid...
thx in advance