Good Afternoon All,
Tom, Looks like you were right... Tried snmpwalking our Canon devices with
the HP-LASERJET-COMMON MIB...
Looking at the rest of the code, specifically the "jetdirect" bits that you
mentioned...
<?php
if (!$os)
{
if (strstr($sysDescr, "JETDIRECT")) { $os = "jetdirect"; }
else if (strstr($sysDescr, "HP ETHERNET MULTI-ENVIRONMENT")) { $os =
"jetdirect"; }
else if (strstr($sysObjectId, ".1.3.6.1.4.1.11.1")) { $os =
"jetdirect"; }
}
I can say that the OID string that seems to be the most common to the ID
is... (actually there are a few)
iso.3.6.1.2.1.43.9.2.1.8.1.1 = STRING: "Canon"
I am hoping there might be some way to just adapt the existing framework,
to use the the new OID / MIB to report the Canon's specifically instead of
generic?
Am I even remotely on some sort of right track or way off on some far
removed dead end tangent??
Cheers,
Matt.