I'm trying to build a template for Xerox SNMP printers.
I'd like to use pure SNMP queries.
The problem I'm facing right now is in XEROX-HOST-RESOURCES-EXT-MIB::xcmHrDevDetailTable (.1.3.6.1.4.1.253.8.53.13.2)
Can I extract related values from the same column in several rows (as opposed to the usual different columns in the same row)?
For example, can I pull out data in a way suitable for a graph template sporting max & current document handler feed roll? The OIDs in question are .1.3.6.1.4.1.253.8.53.13.2.1.6.16.20.1 and .1.3.6.1.4.1.253.8.53.13.2.1.6.16.24.1
I've already managed to succesfully query the whole table by a three-dimensional index using OID/REGEX, but I cannot see a pure-SNMP-query way to pull data from two or more rows.
I may resort to script queries in the end, but I need to study more for that.
Thanks.
Typical table for a Xerox Workcentre Pro 55:
Code: Select all
SNMP table: XEROX-HOST-RESOURCES-EXT-MIB::xcmHrDevDetailTable
Type Index RowStatus UnitClass Unit ValueInteger ValueOID ValueString Description
deviceLifetimeUsage 1 active classHrDevTrafficUnit 27 463436 XEROX-GENERAL-TC::xcmGenZeroDotZero "C13 - Total Printed Images" ?
deviceLifetimeUsage 2 active classHrDevTrafficUnit 27 9056 XEROX-GENERAL-TC::xcmGenZeroDotZero "C13(po) - Total Printed Images Since Power On" ?
deviceLifetimeUsage 7 active classHrDevTrafficUnit 27 184891 XEROX-GENERAL-TC::xcmGenZeroDotZero "C2 - Total Marked Print Images" ?
deviceLifetimeUsage 8 active classHrDevTrafficUnit 28 145668 XEROX-GENERAL-TC::xcmGenZeroDotZero "C5 - Total Print Sheets" ?
deviceLifetimeUsage 9 active classHrDevTrafficUnit 28 39243 XEROX-GENERAL-TC::xcmGenZeroDotZero "C8 - Total Duplex Print Sheets" ?
deviceLifetimeUsage 10 active classHrDevTrafficUnit 28 1120 XEROX-GENERAL-TC::xcmGenZeroDotZero "C11 - Total Large Print Sheets" ?
deviceLifetimeUsage 20 active classHrDevTrafficUnit 27 0 XEROX-GENERAL-TC::xcmGenZeroDotZero "C56 - Total Successful Images Received From Server FAX" ?
deviceLifetimeUsage 11 active classHrDevTrafficUnit 27 0 XEROX-GENERAL-TC::xcmGenZeroDotZero "C43 - Total Successful Network Scanning Image Transfers" ?
deviceLifetimeUsage 12 active classHrDevTrafficUnit 27 3199 XEROX-GENERAL-TC::xcmGenZeroDotZero "C45 - Total Successful Image Transfers to Email" ?
deviceLifetimeUsage 18 active classHrDevTrafficUnit 27 0 XEROX-GENERAL-TC::xcmGenZeroDotZero "C44 - Total Successful Internet Fax Image Transfers to Network" ?
deviceLifetimeUsage 3 active classHrDevTrafficUnit 27 275049 XEROX-GENERAL-TC::xcmGenZeroDotZero "C1 - Total Marked Copy Images" ?
deviceLifetimeUsage 4 active classHrDevTrafficUnit 28 248951 XEROX-GENERAL-TC::xcmGenZeroDotZero "C4 - Total Copy Sheets" ?
deviceLifetimeUsage 5 active classHrDevTrafficUnit 28 26098 XEROX-GENERAL-TC::xcmGenZeroDotZero "C7 - Total 2 Sided Copy Sheets" ?
deviceLifetimeUsage 6 active classHrDevTrafficUnit 28 2726 XEROX-GENERAL-TC::xcmGenZeroDotZero "C10 - Total Large Copy Sheets (i.e. sheets greater than 15 inches or 380 mm in the feed direction)" ?
deviceName 1 active classGenOptionValueSyntax 12 0 XEROX-GENERAL-TC::xcmGenZeroDotZero "0640696285" ?
deviceLifetimeUsage 13 active classHrDevTrafficUnit 27 6276 XEROX-GENERAL-TC::xcmGenZeroDotZero "C78 - Total Successful Fax Image Transfers" ?
deviceLifetimeUsage 14 active classHrDevTrafficUnit 27 98 XEROX-GENERAL-TC::xcmGenZeroDotZero "C74 - Total Marked Fax Images" ?
deviceLifetimeUsage 15 active classHrDevTrafficUnit 28 98 XEROX-GENERAL-TC::xcmGenZeroDotZero "C71 - Total Fax Sheets Printed" ?
deviceLifetimeUsage 16 active classHrDevTrafficUnit 28 0 XEROX-GENERAL-TC::xcmGenZeroDotZero "C72 - Total 2 Sided Fax Sheets Printed" ?
deviceLifetimeUsage 17 active classHrDevTrafficUnit 28 0 XEROX-GENERAL-TC::xcmGenZeroDotZero "C73 - All Large Paper Fax Sheets Printed (i.e. sheets greater than 15\" or 380mm in the feed direction)" ?
deviceLifetimeUsage 1 active classHrDevTrafficUnit 27 19387 XEROX-GENERAL-TC::xcmGenZeroDotZero "Xerographic Module CRU - Lifetime Impressions" ?
deviceMaximumLifetimeLimit 1 active classHrDevTrafficUnit 27 222000 XEROX-GENERAL-TC::xcmGenZeroDotZero "Xerographic Module CRU - Maximum Supply Level" ?
deviceDaysUntilReplaceMsg 1 active classGenOptionValueSyntax 3 346 XEROX-GENERAL-TC::xcmGenZeroDotZero "Xerographic Module CRU - Estimated Days Until EOL" ?
deviceReplaceDate 1 active classHrDevCalendarTimeOfDay 0 0 XEROX-GENERAL-TC::xcmGenZeroDotZero "2008-04-28,01:00:00.0" ?
deviceReplaceWithGeneric 1 active classGenOptionValueSyntax 8 2 XEROX-GENERAL-TC::xcmGenZeroDotZero "NULL; blank" ?
deviceLifetimeUsage 1 active classHrDevTrafficUnit 27 154462 XEROX-GENERAL-TC::xcmGenZeroDotZero "Fuser Module CRU - Lifetime Impressions" ?
deviceMaximumLifetimeLimit 1 active classHrDevTrafficUnit 27 360000 XEROX-GENERAL-TC::xcmGenZeroDotZero "Fuser Module CRU - Maximum Supply Level" ?
deviceDaysUntilReplaceMsg 1 active classGenOptionValueSyntax 3 347 XEROX-GENERAL-TC::xcmGenZeroDotZero "Fuser Module CRU - Estimated Days Until EOL" ?
deviceReplaceDate 1 active classHrDevCalendarTimeOfDay 0 0 XEROX-GENERAL-TC::xcmGenZeroDotZero "2007-06-11,01:00:00.0" ?
deviceReplaceWithGeneric 1 active classGenOptionValueSyntax 8 2 XEROX-GENERAL-TC::xcmGenZeroDotZero "NULL; blank" ?
deviceLifetimeUsage 1 active classHrDevTrafficUnit 44 7841 XEROX-GENERAL-TC::xcmGenZeroDotZero "Toner Bottle CRU - Lifetime Usage" ?
deviceMaximumLifetimeLimit 1 active classHrDevTrafficUnit 44 11880 XEROX-GENERAL-TC::xcmGenZeroDotZero "Toner Bottle CRU - Maximum Supply Level" ?
deviceDaysUntilReplaceMsg 1 active classGenOptionValueSyntax 3 26 XEROX-GENERAL-TC::xcmGenZeroDotZero "NULL; blank" ?
deviceReplaceDate 1 active classHrDevCalendarTimeOfDay 0 0 XEROX-GENERAL-TC::xcmGenZeroDotZero "2008-04-24,13:07:51.0" ?
deviceLifetimeUsage 1 active classHrDevTrafficUnit 27 143707 XEROX-GENERAL-TC::xcmGenZeroDotZero "Document Handler Feed Roll: Lifetime Sheets Sides Fed" ?
deviceMaximumLifetimeLimit 1 active classHrDevTrafficUnit 27 150000 XEROX-GENERAL-TC::xcmGenZeroDotZero "NULL; blank" ?
deviceDaysUntilReplaceMsg 1 active classGenOptionValueSyntax 3 45 XEROX-GENERAL-TC::xcmGenZeroDotZero "NULL; blank" ?
deviceReplaceDate 1 active classHrDevCalendarTimeOfDay 0 0 XEROX-GENERAL-TC::xcmGenZeroDotZero "1978-01-11,06:09:54.0" ?
Code: Select all
.1.3.6.1.4.1.253.8.53.13.2.1.1.1.20.1 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.1.20.2 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.1.20.7 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.1.20.8 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.1.20.9 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.1.20.10 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.1.20.20 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.8.20.11 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.8.20.12 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.8.20.18 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.9.20.3 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.9.20.4 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.9.20.5 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.9.20.6 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.10.3.1 = INTEGER: deviceName(3)
.1.3.6.1.4.1.253.8.53.13.2.1.1.10.20.13 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.10.20.14 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.10.20.15 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.10.20.16 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.10.20.17 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.12.20.1 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.12.24.1 = INTEGER: deviceMaximumLifetimeLimit(24)
.1.3.6.1.4.1.253.8.53.13.2.1.1.12.27.1 = INTEGER: deviceDaysUntilReplaceMsg(27)
.1.3.6.1.4.1.253.8.53.13.2.1.1.12.57.1 = INTEGER: deviceReplaceDate(57)
.1.3.6.1.4.1.253.8.53.13.2.1.1.12.59.1 = INTEGER: deviceReplaceWithGeneric(59)
.1.3.6.1.4.1.253.8.53.13.2.1.1.13.20.1 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.13.24.1 = INTEGER: deviceMaximumLifetimeLimit(24)
.1.3.6.1.4.1.253.8.53.13.2.1.1.13.27.1 = INTEGER: deviceDaysUntilReplaceMsg(27)
.1.3.6.1.4.1.253.8.53.13.2.1.1.13.57.1 = INTEGER: deviceReplaceDate(57)
.1.3.6.1.4.1.253.8.53.13.2.1.1.13.59.1 = INTEGER: deviceReplaceWithGeneric(59)
.1.3.6.1.4.1.253.8.53.13.2.1.1.14.20.1 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.14.24.1 = INTEGER: deviceMaximumLifetimeLimit(24)
.1.3.6.1.4.1.253.8.53.13.2.1.1.14.27.1 = INTEGER: deviceDaysUntilReplaceMsg(27)
.1.3.6.1.4.1.253.8.53.13.2.1.1.14.57.1 = INTEGER: deviceReplaceDate(57)
.1.3.6.1.4.1.253.8.53.13.2.1.1.16.20.1 = INTEGER: deviceLifetimeUsage(20)
.1.3.6.1.4.1.253.8.53.13.2.1.1.16.24.1 = INTEGER: deviceMaximumLifetimeLimit(24)
.1.3.6.1.4.1.253.8.53.13.2.1.1.16.27.1 = INTEGER: deviceDaysUntilReplaceMsg(27)
.1.3.6.1.4.1.253.8.53.13.2.1.1.16.57.1 = INTEGER: deviceReplaceDate(57)
.1.3.6.1.4.1.253.8.53.13.2.1.2.1.20.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.1.20.2 = INTEGER: 2
.1.3.6.1.4.1.253.8.53.13.2.1.2.1.20.7 = INTEGER: 7
.1.3.6.1.4.1.253.8.53.13.2.1.2.1.20.8 = INTEGER: 8
.1.3.6.1.4.1.253.8.53.13.2.1.2.1.20.9 = INTEGER: 9
.1.3.6.1.4.1.253.8.53.13.2.1.2.1.20.10 = INTEGER: 10
.1.3.6.1.4.1.253.8.53.13.2.1.2.1.20.20 = INTEGER: 20
.1.3.6.1.4.1.253.8.53.13.2.1.2.8.20.11 = INTEGER: 11
.1.3.6.1.4.1.253.8.53.13.2.1.2.8.20.12 = INTEGER: 12
.1.3.6.1.4.1.253.8.53.13.2.1.2.8.20.18 = INTEGER: 18
.1.3.6.1.4.1.253.8.53.13.2.1.2.9.20.3 = INTEGER: 3
.1.3.6.1.4.1.253.8.53.13.2.1.2.9.20.4 = INTEGER: 4
.1.3.6.1.4.1.253.8.53.13.2.1.2.9.20.5 = INTEGER: 5
.1.3.6.1.4.1.253.8.53.13.2.1.2.9.20.6 = INTEGER: 6
.1.3.6.1.4.1.253.8.53.13.2.1.2.10.3.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.10.20.13 = INTEGER: 13
.1.3.6.1.4.1.253.8.53.13.2.1.2.10.20.14 = INTEGER: 14
.1.3.6.1.4.1.253.8.53.13.2.1.2.10.20.15 = INTEGER: 15
.1.3.6.1.4.1.253.8.53.13.2.1.2.10.20.16 = INTEGER: 16
.1.3.6.1.4.1.253.8.53.13.2.1.2.10.20.17 = INTEGER: 17
.1.3.6.1.4.1.253.8.53.13.2.1.2.12.20.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.12.24.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.12.27.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.12.57.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.12.59.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.13.20.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.13.24.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.13.27.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.13.57.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.13.59.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.14.20.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.14.24.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.14.27.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.14.57.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.16.20.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.16.24.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.16.27.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.2.16.57.1 = INTEGER: 1
.1.3.6.1.4.1.253.8.53.13.2.1.3.1.20.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.1.20.2 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.1.20.7 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.1.20.8 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.1.20.9 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.1.20.10 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.1.20.20 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.8.20.11 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.8.20.12 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.8.20.18 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.9.20.3 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.9.20.4 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.9.20.5 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.9.20.6 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.10.3.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.10.20.13 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.10.20.14 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.10.20.15 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.10.20.16 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.10.20.17 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.12.20.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.12.24.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.12.27.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.12.57.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.12.59.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.13.20.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.13.24.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.13.27.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.13.57.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.13.59.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.14.20.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.14.24.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.14.27.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.14.57.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.16.20.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.16.24.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.16.27.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.3.16.57.1 = INTEGER: active(1)
.1.3.6.1.4.1.253.8.53.13.2.1.4.1.20.1 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.1.20.2 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.1.20.7 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.1.20.8 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.1.20.9 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.1.20.10 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.1.20.20 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.8.20.11 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.8.20.12 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.8.20.18 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.9.20.3 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.9.20.4 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.9.20.5 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.9.20.6 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.10.3.1 = INTEGER: classGenOptionValueSyntax(3)
.1.3.6.1.4.1.253.8.53.13.2.1.4.10.20.13 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.10.20.14 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.10.20.15 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.10.20.16 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.10.20.17 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.12.20.1 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.12.24.1 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.12.27.1 = INTEGER: classGenOptionValueSyntax(3)
.1.3.6.1.4.1.253.8.53.13.2.1.4.12.57.1 = INTEGER: classHrDevCalendarTimeOfDay(6)
.1.3.6.1.4.1.253.8.53.13.2.1.4.12.59.1 = INTEGER: classGenOptionValueSyntax(3)
.1.3.6.1.4.1.253.8.53.13.2.1.4.13.20.1 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.13.24.1 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.13.27.1 = INTEGER: classGenOptionValueSyntax(3)
.1.3.6.1.4.1.253.8.53.13.2.1.4.13.57.1 = INTEGER: classHrDevCalendarTimeOfDay(6)
.1.3.6.1.4.1.253.8.53.13.2.1.4.13.59.1 = INTEGER: classGenOptionValueSyntax(3)
.1.3.6.1.4.1.253.8.53.13.2.1.4.14.20.1 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.14.24.1 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.14.27.1 = INTEGER: classGenOptionValueSyntax(3)
.1.3.6.1.4.1.253.8.53.13.2.1.4.14.57.1 = INTEGER: classHrDevCalendarTimeOfDay(6)
.1.3.6.1.4.1.253.8.53.13.2.1.4.16.20.1 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.16.24.1 = INTEGER: classHrDevTrafficUnit(9)
.1.3.6.1.4.1.253.8.53.13.2.1.4.16.27.1 = INTEGER: classGenOptionValueSyntax(3)
.1.3.6.1.4.1.253.8.53.13.2.1.4.16.57.1 = INTEGER: classHrDevCalendarTimeOfDay(6)
.1.3.6.1.4.1.253.8.53.13.2.1.5.1.20.1 = INTEGER: 27
.1.3.6.1.4.1.253.8.53.13.2.1.5.1.20.2 = INTEGER: 27
.1.3.6.1.4.1.253.8.53.13.2.1.5.1.20.7 = INTEGER: 27
.1.3.6.1.4.1.253.8.53.13.2.1.5.1.20.8 = INTEGER: 28
.1.3.6.1.4.1.253.8.53.13.2.1.5.1.20.9 = INTEGER: 28
.1.3.6.1.4.1.253.8.53.13.2.1.5.1.20.10 = INTEGER: 28
.1.3.6.1.4.1.253.8.53.13.2.1.5.1.20.20 = INTEGER: 27
.1.3.6.1.4.1.253.8.53.13.2.1.5.8.20.11 = INTEGER: 27
.1.3.6.1.4.1.253.8.53.13.2.1.5.8.20.12 = INTEGER: 27
.1.3.6.1.4.1.253.8.53.13.2.1.5.8.20.18 = INTEGER: 27
.1.3.6.1.4.1.253.8.53.13.2.1.5.9.20.3 = INTEGER: 27
.1.3.6.1.4.1.253.8.53.13.2.1.5.9.20.4 = INTEGER: 28
.1.3.6.1.4.1.253.8.53.13.2.1.5.9.20.5 = INTEGER: 28
.1.3.6.1.4.1.253.8.53.13.2.1.5.9.20.6 = INTEGER: 28
.1.3.6.1.4.1.253.8.53.13.2.1.5.10.3.1 = INTEGER: 12
.1.3.6.1.4.1.253.8.53.13.2.1.5.10.20.13 = INTEGER: 27
.1.3.6.1.4.1.253.8.53.13.2.1.5.10.20.14 = INTEGER: 27
.1.3.6.1.4.1.253.8.53.13.2.1.5.10.20.15 = INTEGER: 28
.1.3.6.1.4.1.253.8.53.13.2.1.5.10.20.16 = INTEGER: 28
.1.3.6.1.4.1.253.8.53.13.2.1.5.10.20.17 = INTEGER: 28
.1.3.6.1.4.1.253.8.53.13.2.1.5.12.20.1 = INTEGER: 27
.1.3.6.1.4.1.253.8.53.13.2.1.5.12.24.1 = INTEGER: 27
.1.3.6.1.4.1.253.8.53.13.2.1.5.12.27.1 = INTEGER: 3
.1.3.6.1.4.1.253.8.53.13.2.1.5.12.57.1 = INTEGER: 0
.1.3.6.1.4.1.253.8.53.13.2.1.5.12.59.1 = INTEGER: 8
.1.3.6.1.4.1.253.8.53.13.2.1.5.13.20.1 = INTEGER: 27
.1.3.6.1.4.1.253.8.53.13.2.1.5.13.24.1 = INTEGER: 27
.1.3.6.1.4.1.253.8.53.13.2.1.5.13.27.1 = INTEGER: 3
.1.3.6.1.4.1.253.8.53.13.2.1.5.13.57.1 = INTEGER: 0
.1.3.6.1.4.1.253.8.53.13.2.1.5.13.59.1 = INTEGER: 8
.1.3.6.1.4.1.253.8.53.13.2.1.5.14.20.1 = INTEGER: 44
.1.3.6.1.4.1.253.8.53.13.2.1.5.14.24.1 = INTEGER: 44
.1.3.6.1.4.1.253.8.53.13.2.1.5.14.27.1 = INTEGER: 3
.1.3.6.1.4.1.253.8.53.13.2.1.5.14.57.1 = INTEGER: 0
.1.3.6.1.4.1.253.8.53.13.2.1.5.16.20.1 = INTEGER: 27
.1.3.6.1.4.1.253.8.53.13.2.1.5.16.24.1 = INTEGER: 27
.1.3.6.1.4.1.253.8.53.13.2.1.5.16.27.1 = INTEGER: 3
.1.3.6.1.4.1.253.8.53.13.2.1.5.16.57.1 = INTEGER: 0
.1.3.6.1.4.1.253.8.53.13.2.1.6.1.20.1 = INTEGER: 463436
.1.3.6.1.4.1.253.8.53.13.2.1.6.1.20.2 = INTEGER: 9056
.1.3.6.1.4.1.253.8.53.13.2.1.6.1.20.7 = INTEGER: 184891
.1.3.6.1.4.1.253.8.53.13.2.1.6.1.20.8 = INTEGER: 145668
.1.3.6.1.4.1.253.8.53.13.2.1.6.1.20.9 = INTEGER: 39243
.1.3.6.1.4.1.253.8.53.13.2.1.6.1.20.10 = INTEGER: 1120
.1.3.6.1.4.1.253.8.53.13.2.1.6.1.20.20 = INTEGER: 0
.1.3.6.1.4.1.253.8.53.13.2.1.6.8.20.11 = INTEGER: 0
.1.3.6.1.4.1.253.8.53.13.2.1.6.8.20.12 = INTEGER: 3199
.1.3.6.1.4.1.253.8.53.13.2.1.6.8.20.18 = INTEGER: 0
.1.3.6.1.4.1.253.8.53.13.2.1.6.9.20.3 = INTEGER: 275049
.1.3.6.1.4.1.253.8.53.13.2.1.6.9.20.4 = INTEGER: 248951
.1.3.6.1.4.1.253.8.53.13.2.1.6.9.20.5 = INTEGER: 26098
.1.3.6.1.4.1.253.8.53.13.2.1.6.9.20.6 = INTEGER: 2726
.1.3.6.1.4.1.253.8.53.13.2.1.6.10.3.1 = INTEGER: 0
.1.3.6.1.4.1.253.8.53.13.2.1.6.10.20.13 = INTEGER: 6276
.1.3.6.1.4.1.253.8.53.13.2.1.6.10.20.14 = INTEGER: 98
.1.3.6.1.4.1.253.8.53.13.2.1.6.10.20.15 = INTEGER: 98
.1.3.6.1.4.1.253.8.53.13.2.1.6.10.20.16 = INTEGER: 0
.1.3.6.1.4.1.253.8.53.13.2.1.6.10.20.17 = INTEGER: 0
.1.3.6.1.4.1.253.8.53.13.2.1.6.12.20.1 = INTEGER: 19387
.1.3.6.1.4.1.253.8.53.13.2.1.6.12.24.1 = INTEGER: 222000
.1.3.6.1.4.1.253.8.53.13.2.1.6.12.27.1 = INTEGER: 346
.1.3.6.1.4.1.253.8.53.13.2.1.6.12.57.1 = INTEGER: 0
.1.3.6.1.4.1.253.8.53.13.2.1.6.12.59.1 = INTEGER: 2
.1.3.6.1.4.1.253.8.53.13.2.1.6.13.20.1 = INTEGER: 154462
.1.3.6.1.4.1.253.8.53.13.2.1.6.13.24.1 = INTEGER: 360000
.1.3.6.1.4.1.253.8.53.13.2.1.6.13.27.1 = INTEGER: 347
.1.3.6.1.4.1.253.8.53.13.2.1.6.13.57.1 = INTEGER: 0
.1.3.6.1.4.1.253.8.53.13.2.1.6.13.59.1 = INTEGER: 2
.1.3.6.1.4.1.253.8.53.13.2.1.6.14.20.1 = INTEGER: 7841
.1.3.6.1.4.1.253.8.53.13.2.1.6.14.24.1 = INTEGER: 11880
.1.3.6.1.4.1.253.8.53.13.2.1.6.14.27.1 = INTEGER: 26
.1.3.6.1.4.1.253.8.53.13.2.1.6.14.57.1 = INTEGER: 0
.1.3.6.1.4.1.253.8.53.13.2.1.6.16.20.1 = INTEGER: 143707
.1.3.6.1.4.1.253.8.53.13.2.1.6.16.24.1 = INTEGER: 150000
.1.3.6.1.4.1.253.8.53.13.2.1.6.16.27.1 = INTEGER: 45
.1.3.6.1.4.1.253.8.53.13.2.1.6.16.57.1 = INTEGER: 0
.1.3.6.1.4.1.253.8.53.13.2.1.7.1.20.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.1.20.2 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.1.20.7 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.1.20.8 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.1.20.9 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.1.20.10 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.1.20.20 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.8.20.11 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.8.20.12 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.8.20.18 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.9.20.3 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.9.20.4 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.9.20.5 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.9.20.6 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.10.3.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.10.20.13 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.10.20.14 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.10.20.15 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.10.20.16 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.10.20.17 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.12.20.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.12.24.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.12.27.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.12.57.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.12.59.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.13.20.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.13.24.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.13.27.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.13.57.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.13.59.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.14.20.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.14.24.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.14.27.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.14.57.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.16.20.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.16.24.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.16.27.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.7.16.57.1 = OID: .0.0.0
.1.3.6.1.4.1.253.8.53.13.2.1.8.1.20.1 = STRING: "C13 - Total Printed Images"
.1.3.6.1.4.1.253.8.53.13.2.1.8.1.20.2 = STRING: "C13(po) - Total Printed Images Since Power On"
.1.3.6.1.4.1.253.8.53.13.2.1.8.1.20.7 = STRING: "C2 - Total Marked Print Images"
.1.3.6.1.4.1.253.8.53.13.2.1.8.1.20.8 = STRING: "C5 - Total Print Sheets"
.1.3.6.1.4.1.253.8.53.13.2.1.8.1.20.9 = STRING: "C8 - Total Duplex Print Sheets"
.1.3.6.1.4.1.253.8.53.13.2.1.8.1.20.10 = STRING: "C11 - Total Large Print Sheets"
.1.3.6.1.4.1.253.8.53.13.2.1.8.1.20.20 = STRING: "C56 - Total Successful Images Received From Server FAX"
.1.3.6.1.4.1.253.8.53.13.2.1.8.8.20.11 = STRING: "C43 - Total Successful Network Scanning Image Transfers"
.1.3.6.1.4.1.253.8.53.13.2.1.8.8.20.12 = STRING: "C45 - Total Successful Image Transfers to Email"
.1.3.6.1.4.1.253.8.53.13.2.1.8.8.20.18 = STRING: "C44 - Total Successful Internet Fax Image Transfers to Network"
.1.3.6.1.4.1.253.8.53.13.2.1.8.9.20.3 = STRING: "C1 - Total Marked Copy Images"
.1.3.6.1.4.1.253.8.53.13.2.1.8.9.20.4 = STRING: "C4 - Total Copy Sheets"
.1.3.6.1.4.1.253.8.53.13.2.1.8.9.20.5 = STRING: "C7 - Total 2 Sided Copy Sheets"
.1.3.6.1.4.1.253.8.53.13.2.1.8.9.20.6 = STRING: "C10 - Total Large Copy Sheets (i.e. sheets greater than 15 inches or 380 mm in the feed direction)"
.1.3.6.1.4.1.253.8.53.13.2.1.8.10.3.1 = STRING: "0640696285"
.1.3.6.1.4.1.253.8.53.13.2.1.8.10.20.13 = STRING: "C78 - Total Successful Fax Image Transfers"
.1.3.6.1.4.1.253.8.53.13.2.1.8.10.20.14 = STRING: "C74 - Total Marked Fax Images"
.1.3.6.1.4.1.253.8.53.13.2.1.8.10.20.15 = STRING: "C71 - Total Fax Sheets Printed"
.1.3.6.1.4.1.253.8.53.13.2.1.8.10.20.16 = STRING: "C72 - Total 2 Sided Fax Sheets Printed"
.1.3.6.1.4.1.253.8.53.13.2.1.8.10.20.17 = STRING: "C73 - All Large Paper Fax Sheets Printed (i.e. sheets greater than 15\" or 380mm in the feed direction)"
.1.3.6.1.4.1.253.8.53.13.2.1.8.12.20.1 = STRING: "Xerographic Module CRU - Lifetime Impressions"
.1.3.6.1.4.1.253.8.53.13.2.1.8.12.24.1 = STRING: "Xerographic Module CRU - Maximum Supply Level"
.1.3.6.1.4.1.253.8.53.13.2.1.8.12.27.1 = STRING: "Xerographic Module CRU - Estimated Days Until EOL"
.1.3.6.1.4.1.253.8.53.13.2.1.8.12.57.1 = STRING: "2008-04-28,01:00:00.0"
.1.3.6.1.4.1.253.8.53.13.2.1.8.12.59.1 = STRING: "NULL; blank"
.1.3.6.1.4.1.253.8.53.13.2.1.8.13.20.1 = STRING: "Fuser Module CRU - Lifetime Impressions"
.1.3.6.1.4.1.253.8.53.13.2.1.8.13.24.1 = STRING: "Fuser Module CRU - Maximum Supply Level"
.1.3.6.1.4.1.253.8.53.13.2.1.8.13.27.1 = STRING: "Fuser Module CRU - Estimated Days Until EOL"
.1.3.6.1.4.1.253.8.53.13.2.1.8.13.57.1 = STRING: "2007-06-11,01:00:00.0"
.1.3.6.1.4.1.253.8.53.13.2.1.8.13.59.1 = STRING: "NULL; blank"
.1.3.6.1.4.1.253.8.53.13.2.1.8.14.20.1 = STRING: "Toner Bottle CRU - Lifetime Usage"
.1.3.6.1.4.1.253.8.53.13.2.1.8.14.24.1 = STRING: "Toner Bottle CRU - Maximum Supply Level"
.1.3.6.1.4.1.253.8.53.13.2.1.8.14.27.1 = STRING: "NULL; blank"
.1.3.6.1.4.1.253.8.53.13.2.1.8.14.57.1 = STRING: "2008-04-24,13:07:51.0"
.1.3.6.1.4.1.253.8.53.13.2.1.8.16.20.1 = STRING: "Document Handler Feed Roll: Lifetime Sheets Sides Fed"
.1.3.6.1.4.1.253.8.53.13.2.1.8.16.24.1 = STRING: "NULL; blank"
.1.3.6.1.4.1.253.8.53.13.2.1.8.16.27.1 = STRING: "NULL; blank"
.1.3.6.1.4.1.253.8.53.13.2.1.8.16.57.1 = STRING: "1978-01-11,06:09:54.0"