Reference record for OID 1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.2



parent
1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1 (settings-scanner)
node code
2
node name
scan-resolution
dot oid
1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.2
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) hp(11) nm(2) system(3) net-peripheral(9) netdm(4) dm(2) device(1) source-subsystem(2) aniDevSwSystemSoftwareFile(2) settings-scanner(1) scan-resolution(2)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) hp(11) nm(2) system(3) net-peripheral(9) netdm(4) dm(2) device(1) source-subsystem(2) scanner(2) settings-scanner(1) scan-resolution(2)}
  • ...skipped...
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) IMPORTS(11) nm(2) hpsystem(3) netPeripheral(9) netPML(4) netPMLmgmt(2) device(1) source-subsystem(2) scan-upload-error(2) settings-scanner(1) scan-resolution(2)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) IMPORTS(11) nm(2) hpsystem(3) netPeripheral(9) netPML(4) netPMLmgmt(2) device(1) source-subsystem(2) scanner-accessory-total-copy-pages-printed(2) settings-scanner(1) scan-resolution(2)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hp(11) nm(2) system(3) net-peripheral(9) netdm(4) dm(2) device(1) source-subsystem(2) aniDevSwSystemSoftwareFile(2) settings-scanner(1) scan-resolution(2)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hp(11) nm(2) system(3) net-peripheral(9) netdm(4) dm(2) device(1) source-subsystem(2) scanner(2) settings-scanner(1) scan-resolution(2)}
  • ...skipped...
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) IMPORTS(11) nm(2) hpsystem(3) netPeripheral(9) netPML(4) netPMLmgmt(2) device(1) source-subsystem(2) scan-upload-error(2) settings-scanner(1) scan-resolution(2)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) IMPORTS(11) nm(2) hpsystem(3) netPeripheral(9) netPML(4) netPMLmgmt(2) device(1) source-subsystem(2) scanner-accessory-total-copy-pages-printed(2) settings-scanner(1) scan-resolution(2)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/hp/nm/system/net-peripheral/netdm/dm/device/source-subsystem/aniDevSwSystemSoftwareFile/settings-scanner/scan-resolution
  • /iso/identified-organization/dod/internet/private/enterprise/hp/nm/system/net-peripheral/netdm/dm/device/source-subsystem/scanner/settings-scanner/scan-resolution
  • ...skipped...
  • /iso/org/dod/internet/private/enterprise/IMPORTS/nm/hpsystem/netPeripheral/netPML/netPMLmgmt/device/source-subsystem/scan-upload-error/settings-scanner/scan-resolution
  • /iso/org/dod/internet/private/enterprise/IMPORTS/nm/hpsystem/netPeripheral/netPML/netPMLmgmt/device/source-subsystem/scanner-accessory-total-copy-pages-printed/settings-scanner/scan-resolution
  • /iso/org/dod/internet/private/enterprises/hp/nm/system/net-peripheral/netdm/dm/device/source-subsystem/aniDevSwSystemSoftwareFile/settings-scanner/scan-resolution
  • /iso/org/dod/internet/private/enterprises/hp/nm/system/net-peripheral/netdm/dm/device/source-subsystem/scanner/settings-scanner/scan-resolution
  • ...skipped...
  • /iso/iso-identified-organization/dod/internet/private/enterprises/IMPORTS/nm/hpsystem/netPeripheral/netPML/netPMLmgmt/device/source-subsystem/scan-upload-error/settings-scanner/scan-resolution
  • /iso/iso-identified-organization/dod/internet/private/enterprises/IMPORTS/nm/hpsystem/netPeripheral/netPML/netPMLmgmt/device/source-subsystem/scanner-accessory-total-copy-pages-printed/settings-scanner/scan-resolution
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/11/2/3/9/4/2/1/2/2/1/2

    Description by mibdepot

    struct {
    unsigned_32bit x_res; /* 1st four bytes; big endian */
    unsigned_32bit y_res; /* 2nd four bytes; big endian */
    }
    Sets the scanning resolution. The x and y resolutions
    in this object are in fixed-point with 16 bits of
    fraction, and 16 bits of integer, and are in dots per
    inch. X is horizontal; Y is vertical.
    Examples of computing x_res and y_res:
    300 dots/inch:round(300 * 65536) = 19660800
    16 dots/mm: round(16 * 25.4 * 65536) = 26633830.
    If the device does not support the given combination,
    then it'll select the nearest supported values in a
    device-dependent manner (documented in the POS).
    Additional information:
    The 4-pack device will support only: 100,
    150, 200, 300 and 600. The Host SW may scale the image to
    many more resolutions. If an invalid resolution setting
    is passed to the device or the setting is greater than
    the max value(600ppi), the device will set the resolution
    to the default value. If the resolution setting is not
    100, 150, 200, 300 or 600, the value is snapped up. For
    instance, if the value is < 100, the resolution is snapped
    to 100. If the value is between 101-149, the value is
    snapped to 150, etc. NOTE: The last 16 bits of the
    horizontal and vertical settings are ignored. Only the
    first 16 bits of the horizontal and vertical resolution
    setting are used.

    Parsed from file lj3200_snmp.mib.txt
    Company: hp
    Module: LJ3200-MIB

    Information by oid_info

    Child arc 0 is used to translate between SNMPv1 and SNMPv2 notification parameters as explained in IETF RFC 2576, section 3.

    Information by mibdepot

    scan-resolution OBJECT-TYPE SYNTAX OCTET STRING (SIZE(1..64)) ACCESS read-write STATUS optional DESCRIPTION "struct { unsigned_32bit x_res; /* 1st four bytes; big endian */ unsigned_32bit y_res; /* 2nd four bytes; big endian */ } Sets the scanning resolution. The x and y resolutions in this object are in fixed-point with 16 bits of fraction, and 16 bits of integer, and are in dots per inch. X is horizontal; Y is vertical. Examples of computing x_res and y_res: 300 dots/inch:round(300 * 65536) = 19660800 16 dots/mm: round(16 * 25.4 * 65536) = 26633830. If the device does not support the given combination, then it'll select the nearest supported values in a device-dependent manner (documented in the POS). Additional information: The 4-pack device will support only: 100, 150, 200, 300 and 600. The Host SW may scale the image to many more resolutions. If an invalid resolution setting is passed to the device or the setting is greater than the max value(600ppi), the device will set the resolution to the default value. If the resolution setting is not 100, 150, 200, 300 or 600, the value is snapped up. For instance, if the value is < 100, the resolution is snapped to 100. If the value is between 101-149, the value is snapped to 150, etc. NOTE: The last 16 bits of the horizontal and vertical settings are ignored. Only the first 16 bits of the horizontal and vertical resolution setting are used." ::= { settings-scanner 2 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.11)

    Peterson Tyler

    Children (1)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.2.0 scan-resolution 0 0 None

    Brothers (47)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.1 scan-contrast 1 1 Behaves as SCL's 'Set Scanner Contrast Level' command
    which is used for setting the scanner contrast level.
    Range is 0..100.
    Addit…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.3 scan-pixel-data-type 1 1 Sets the method used when scanning.
    eBiLevelThesholded - One bit per pixel, using simple
    thresholding of greyscale scan data.
    eBiL…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.4 scan-compression 1 1 Indicates the type of data compression applied to the
    image data in the scanning upload session.
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.5 scan-compression-factor 1 1 Indicates the level of compression to be applied to the
    scanned image data for upload. Range is normalized to
    be between 0..100.…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.6 scan-upload-error 1 1 Error status of the image scanning upload session.
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.12 scan-upload 1 1 Handshake mechanism between host and device to initiate
    scan operation and coordinate the transfer of scanned
    image data to the h…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.16 default-scanner-margin-left 1 1 Sets the left scanner margin. The unit of measure should
    be documented in the device POS.
    Additional information:
    The margin value…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.17 default-scanner-margin-right 1 1 Sets the right scanner margin. The unit of measure
    should be documented in the device POS.
    Additional information:
    The margin valu…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.18 scanner-accessory-serial-number 1 1 Identifies the serial number for the scanner accessory.
    If this is a writable object, the POS should indicate
    the maximum support…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.19 scanner-accessory-model-number 1 1 Model number of the scanner accessory. This string
    should only use characters from the US-ASCII code set.
    Additional information…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.20 scanner-accessory-adf-sheet-count 1 1 Total number of sheets that have been fed through the
    Automatic Document Feed (ADF) accessory.
    Additional information:
    The Automat…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.21 scanner-accessory-flatbed-scan-count 1 1 Total number of scans performed by a flatbed scanner
    accessory.
    Additional information:
    The count is only incremented when a sheet…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.22 scanner-accessory-cleaning-interval 1 1 Recommended cleaning interval in units of sheets
    scanned.
    Additional information:
    Recommended cleaning interval is in units of she…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.23 scanner-accessory-cleaning-count 1 1 The number of sheets scanned since the last cleaning was
    performed.
    Additional information:
    The number of sheets that have gone th…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.24 scanner-accessory-maintenance-interval 1 1 Recommended maintenance interval in units of sheets
    scanned.
    Additional information:
    Recommended maintenance interval is in units …
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.25 scanner-accessory-maintenance-count 1 1 The number of sheets scanned since the last maintenance
    was performed.
    Additional information:
    The number of sheets that have gone…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.26 scanner-accessory-rom-revision 1 1 ROM revision of the scanner accessory firmware.
    Additional information:
    ROM revision of the Fujitsu scanner is
    downloaded from the…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.27 scanner-accessory-copy-processor-boot-revision 1 1 Boot ROM revision of scanner copy processor firmware.
    Boot code to initialize the copy processor, establish
    communications with t…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.28 scanner-accessory-copy-processor-runtime-revision 1 1 Revision of the runtime firmware for the scanner copy
    processor. Runtime code which retrieves scanned data
    from the scanner and …
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.29 scanner-accessory-service-agent-revision 1 1 Revision of scanner service agent firmware. Service
    agent which accepts scanned data and processes scanner
    copy processor reques…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.30 scanner-accessory-control-panel-user-interface-revision 1 1 Revision of the control panel user interface firmware.
    Additional information:
    Revision of the copy processor user interface
    firmw…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.32 scan-calibration 1 2 None
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.33 scanner-accessory-nvram 1 1 Returns the contents of the NVRAM (Non-Volatile RAM)
    located in the scanner accessory.
    Additional information:
    Read bytes 0..39 of…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.34 scanner-accessory-nvram2 1 1 Returns the second part of the contents of the NVRAM
    (Non-Volatile RAM) located in the scanner accessory.
    Additional information:…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.35 scanner-accessory-nvram3 1 1 Returns the third part of the contents of the NVRAM
    (Non-Volatile RAM) located in the scanner accessory.
    Additional information:
    R…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.36 scanner-accessory-nvram4 1 1 Returns the fourth part of the contents of the NVRAM
    (Non-Volatile RAM) located in the scanner accessory.
    Additional information:…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.37 ui-add-option 1 1 Lets the host application set up target (eg.scan) destinations.
    The destinations can be a host network address and/or an
    applicat…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.38 ui-select-option 1 1 Triggers a job from the device based on the option selected.
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.42 ui-delete-option 1 1 Lets the host application delete target eg. scan
    destinations that were setup with UI-ADD-OPTION.
    The host sends down the entire …
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.43 scanner-jam-page-count 1 1 Indicates a count of the total pages jammed in the scanner'slifetime.
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.44 scanner-adf-page-count 1 1 Indicates a count of the total pages scanned through the ADF on the
    device. This may include scan to host jobs, copyjobs, and fa…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.45 scan-adf-page-count 1 1 Indicates the total pages scanned through the ADF to the host from the
    device. If the total pages scanned through the scanner ar…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.46 scan-image-type 1 1 Indicates the image type of the scan data.
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.47 scan-subsample 1 1 Indicates the subsampling used for Scan Data. 4:1:1, 4:2:2, and
    4:3:3 subsampling are used to modify the scan image quality and …
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.48 scanner-retrieve-scanline 1 1 This object facilitates the sending of a scan line of data from the
    scanner to a host. It grabs either raw or corrected data.
    SE…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.49 scanner-motor-control 1 1 This objects is set to the number of steps that the scan motor should move.
    SERVICE-PASSWORD must be setcorrectly to use this ob…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.50 scan-height 1 1 Used to set the height of a scan image in Decapoints. The use of
    Decapoints as units of measure eliminates the need for the use…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.51 scanner-scanline-statistics 1 1 This object is used to obtain statistics about the scan line
    that was previously obtained using the SCANNER-RETRIEVE-SCANLINE
    obj…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.52 scan-control-descriptor 1 1 Describes the control language and formats supported for this scanner.
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.53 scan-gamma-correction 1 1 A 32-bit quantity that indicates the gamma correction to
    use on the scan image. The first 16 bits indicate the
    integral portion o…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.54 scan-pad-image 1 1 Indicates if the scan image should be padded with white data
    or not.
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.63 scanner-accessory-total-copy-pages-printed 1 1 This relates to the number of copy pages printed
    on a device. The output sheet that is duplexed
    (made 2-sided) should be counted…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.73 scan-flatbed-page-count 1 1 This object tracks the page count for the pages scanned
    from the flatbed.
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.74 scanner-flatbed-page-count 1 1 This object tracks the page count for the pages scanned
    for all jobs from the flatbed. This includes scan to
    host jobs, fax jobs…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.75 scanner-modular-hardware 1 1 Used to specify whether optional hardware is installed
    or not
    Additional information:
    HP LaserJet 3300 Series uses this object to …
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.76 default-scanner-margin-top 1 1 Sets the top scanner margin. The unit of measure should
    be documented in the device POS.
    Additional information:
    This object is a…
    1.3.6.1.4.1.11.2.3.9.4.2.1.2.2.1.77 scan-max-line-width 1 1 Returns the maximum scan line width in pixels for the
    currently selected resolution.
    Additional information:
    Returns the maximum s…