Reference record for OID 1.3.6.1.4.1.2.6.50.2.5.1.2



parent
1.3.6.1.4.1.2.6.50.2.5.1 (clntPrinterEntry)
node code
2
node name
clntPrinterDetectedErrorState
dot oid
1.3.6.1.4.1.2.6.50.2.5.1.2
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) ibm(2) ibmProd(6) clientMgmtSubAgent(50) clntHardware(2) clntPrinterTable(5) clntPrinterEntry(1) clntPrinterDetectedErrorState(2)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) ibm(2) prod(6) clientMgmtSubAgent(50) clntHardware(2) clntPrinterTable(5) clntPrinterEntry(1) clntPrinterDetectedErrorState(2)}
  • ...skipped...
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) ibm(2) ibmProd(6) clientMgmtSubAgent(50) clntHardware(2) clntPrinterTable(5) clntPrinterEntry(1) clntPrinterDetectedErrorState(2)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) ibm(2) prod(6) clientMgmtSubAgent(50) clntHardware(2) clntPrinterTable(5) clntPrinterEntry(1) clntPrinterDetectedErrorState(2)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) ibm(2) ibmProd(6) clientMgmtSubAgent(50) clntHardware(2) clntPrinterTable(5) clntPrinterEntry(1) clntPrinterDetectedErrorState(2)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) ibm(2) prod(6) clientMgmtSubAgent(50) clntHardware(2) clntPrinterTable(5) clntPrinterEntry(1) clntPrinterDetectedErrorState(2)}
  • ...skipped...
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) ibm(2) ibmProd(6) clientMgmtSubAgent(50) clntHardware(2) clntPrinterTable(5) clntPrinterEntry(1) clntPrinterDetectedErrorState(2)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) ibm(2) prod(6) clientMgmtSubAgent(50) clntHardware(2) clntPrinterTable(5) clntPrinterEntry(1) clntPrinterDetectedErrorState(2)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/ibm/ibmProd/clientMgmtSubAgent/clntHardware/clntPrinterTable/clntPrinterEntry/clntPrinterDetectedErrorState
  • /iso/identified-organization/dod/internet/private/enterprise/ibm/prod/clientMgmtSubAgent/clntHardware/clntPrinterTable/clntPrinterEntry/clntPrinterDetectedErrorState
  • ...skipped...
  • /iso/org/dod/internet/private/enterprise/ibm/ibmProd/clientMgmtSubAgent/clntHardware/clntPrinterTable/clntPrinterEntry/clntPrinterDetectedErrorState
  • /iso/org/dod/internet/private/enterprise/ibm/prod/clientMgmtSubAgent/clntHardware/clntPrinterTable/clntPrinterEntry/clntPrinterDetectedErrorState
  • /iso/org/dod/internet/private/enterprises/ibm/ibmProd/clientMgmtSubAgent/clntHardware/clntPrinterTable/clntPrinterEntry/clntPrinterDetectedErrorState
  • /iso/org/dod/internet/private/enterprises/ibm/prod/clientMgmtSubAgent/clntHardware/clntPrinterTable/clntPrinterEntry/clntPrinterDetectedErrorState
  • ...skipped...
  • /iso/iso-identified-organization/dod/internet/private/enterprises/ibm/ibmProd/clientMgmtSubAgent/clntHardware/clntPrinterTable/clntPrinterEntry/clntPrinterDetectedErrorState
  • /iso/iso-identified-organization/dod/internet/private/enterprises/ibm/prod/clientMgmtSubAgent/clntHardware/clntPrinterTable/clntPrinterEntry/clntPrinterDetectedErrorState
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/2/6/50/2/5/1/2

    Description by mibdepot

    This object represents any error conditions
    detected by the printer. The error conditions are
    encoded as bits in an octet string, with the
    following definitions:

    Condition Bit # clntDeviceStatus

    lowPaper 0 warning(3)
    noPaper 1 down(5)
    lowToner 2 warning(3)
    noToner 3 down(5)
    doorOpen 4 down(5)
    jammed 5 down(5)
    offline 6 down(5)
    serviceRequested 7 warning(3)

    If multiple conditions are currently detected and
    the clntDeviceStatus would not otherwise be
    unknown(1) or testing(4), the clntDeviceStatus shall
    correspond to the worst state of those indicated,
    where down(5) is worse than warning(3) which is
    worse than running(2).

    Bits are numbered starting with the most
    significant bit of the first byte being bit 0, the
    least significant bit of the first byte being bit
    7, the most significant bit of the second byte
    being bit 8, and so on. A one bit encodes that
    the condition was detected, while a zero bit
    encodes that the condition was not detected.

    This object is useful for alerting an operator to
    specific warning or error conditions that may
    occur, especially those requiring human
    intervention.

    Parsed from file ibmcltm.mib.txt
    Company: ibm
    Module: CLIENT-MIB

    Information by oid_info

    Vendor: IBM
    Module: CLIENT-MIB (ibmcltm.mib)
    Type: TABULAR
    Access: read-only
    Syntax: OCTET STRING

    Automatically extracted from www.mibdepot.com

    Information by mibdepot

    clntPrinterDetectedErrorState OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "This object represents any error conditions detected by the printer. The error conditions are encoded as bits in an octet string, with the following definitions: Condition Bit # clntDeviceStatus lowPaper 0 warning(3) noPaper 1 down(5) lowToner 2 warning(3) noToner 3 down(5) doorOpen 4 down(5) jammed 5 down(5) offline 6 down(5) serviceRequested 7 warning(3) If multiple conditions are currently detected and the clntDeviceStatus would not otherwise be unknown(1) or testing(4), the clntDeviceStatus shall correspond to the worst state of those indicated, where down(5) is worse than warning(3) which is worse than running(2). Bits are numbered starting with the most significant bit of the first byte being bit 0, the least significant bit of the first byte being bit 7, the most significant bit of the second byte being bit 8, and so on. A one bit encodes that the condition was detected, while a zero bit encodes that the condition was not detected. This object is useful for alerting an operator to specific warning or error conditions that may occur, especially those requiring human intervention." ::= { clntPrinterEntry 2 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.2)

    Bob Moore

    Brothers (1)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.2.6.50.2.5.1.1 clntPrinterStatus 0 0 The current status of this printer device. When
    in the idle(3), printing(4), or warmup(5) state,
    the corresponding clntDeviceSta…