Finisher-MIB

File: Finisher-MIB.mib (33948 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF HOST-RESOURCES-MIB
IANA-PRINTER-MIB Printer-MIB IANA-FINISHER-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
mib-2 MODULE-COMPLIANCE OBJECT-GROUP
hrDeviceIndex PrtInputTypeTC PrtMarkerSuppliesTypeTC
printmib PrtSubUnitStatusTC PrtLocalizedDescriptionStringTC
PrtMarkerSuppliesSupplyUnitTC PrtMediaUnitTC PrtCapacityUnitTC
PrtMarkerSuppliesClassTC PresentOnOff prtMIBConformance
FinDeviceTypeTC FinAttributeTypeTC

Defined Types

FinDeviceEntry  
SEQUENCE    
  finDeviceIndex Integer32
  finDeviceType FinDeviceTypeTC
  finDevicePresentOnOff PresentOnOff
  finDeviceCapacityUnit PrtCapacityUnitTC
  finDeviceMaxCapacity Integer32
  finDeviceCurrentCapacity Integer32
  finDeviceAssociatedMediaPaths OCTET STRING
  finDeviceAssociatedOutputs OCTET STRING
  finDeviceStatus PrtSubUnitStatusTC
  finDeviceDescription PrtLocalizedDescriptionStringTC

FinSupplyEntry  
SEQUENCE    
  finSupplyIndex Integer32
  finSupplyDeviceIndex Integer32
  finSupplyClass PrtMarkerSuppliesClassTC
  finSupplyType PrtMarkerSuppliesTypeTC
  finSupplyDescription PrtLocalizedDescriptionStringTC
  finSupplyUnit PrtMarkerSuppliesSupplyUnitTC
  finSupplyMaxCapacity Integer32
  finSupplyCurrentLevel Integer32
  finSupplyColorName OCTET STRING

FinSupplyMediaInputEntry  
SEQUENCE    
  finSupplyMediaInputIndex Integer32
  finSupplyMediaInputDeviceIndex Integer32
  finSupplyMediaInputSupplyIndex Integer32
  finSupplyMediaInputType PrtInputTypeTC
  finSupplyMediaInputDimUnit PrtMediaUnitTC
  finSupplyMediaInputMediaDimFeedDir Integer32
  finSupplyMediaInputMediaDimXFeedDir Integer32
  finSupplyMediaInputStatus PrtSubUnitStatusTC
  finSupplyMediaInputMediaName OCTET STRING
  finSupplyMediaInputName OCTET STRING
  finSupplyMediaInputDescription PrtLocalizedDescriptionStringTC
  finSupplyMediaInputSecurity PresentOnOff
  finSupplyMediaInputMediaWeight Integer32
  finSupplyMediaInputMediaThickness Integer32
  finSupplyMediaInputMediaType OCTET STRING

FinDeviceAttributeEntry  
SEQUENCE    
  finDeviceAttributeTypeIndex FinAttributeTypeTC
  finDeviceAttributeInstanceIndex Integer32
  finDeviceAttributeValueAsInteger Integer32
  finDeviceAttributeValueAsOctets OCTET STRING

Defined Values

finisherMIB 1.3.6.1.2.1.111
The MIB module for management of printers. Copyright (C) The Internet Society (2004). This version of this MIB module was published in RFC 3806. For full legal notices see the RFC itself.
MODULE-IDENTITY    

finDevice 1.3.6.1.2.1.43.30
OBJECT IDENTIFIER    

finDeviceTable 1.3.6.1.2.1.43.30.1
This table defines the finishing device subunits, including information regarding possible configuration options and the status for each finisher device subunit.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FinDeviceEntry

finDeviceEntry 1.3.6.1.2.1.43.30.1.1
There is an entry in the finishing device table for each possible finisher process. Each individual finisher process is implemented by a finishing device represented in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  FinDeviceEntry  

finDeviceIndex 1.3.6.1.2.1.43.30.1.1.1
A unique value used to identify a finisher process. Although these values may change due to a major reconfiguration of the printer system (e.g., the addition of new finishing processes), the values are normally expected to remain stable across successive power cycles.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

finDeviceType 1.3.6.1.2.1.43.30.1.1.2
Defines the type of finishing process associated with this table row entry.
Status: current Access: read-only
OBJECT-TYPE    
  FinDeviceTypeTC  

finDevicePresentOnOff 1.3.6.1.2.1.43.30.1.1.3
Indicates if this finishing device subunit is available and whether the device subunit is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  PresentOnOff  

finDeviceCapacityUnit 1.3.6.1.2.1.43.30.1.1.4
The unit of measure for specifying the capacity of this finisher device subunit.
Status: current Access: read-only
OBJECT-TYPE    
  PrtCapacityUnitTC  

finDeviceMaxCapacity 1.3.6.1.2.1.43.30.1.1.5
The maximum capacity of this finisher device subunit in finDeviceCapacityUnits. If the device can reliably sense this value, the value is sensed by the finisher device and is read-only: otherwise the value may be written by a management or control console application. The value (-1) means other and specifically indicates that the device places no restrictions on this parameter. The value (-2) means unknown.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -2..2147483647  

finDeviceCurrentCapacity 1.3.6.1.2.1.43.30.1.1.6
The current capacity of this finisher device subunit in finDeviceCapacityUnits. If the device can reliably sense this value, the value is sensed by the finisher and is read-only: otherwise the value may be written by a management or control console application. The value (-1) means other and specifically indicates that the device places no restrictions on this parameter. The value (-2) means unknown.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -2..2147483647  

finDeviceAssociatedMediaPaths 1.3.6.1.2.1.43.30.1.1.7
Indicates the media paths which can supply media for this finisher device. The value of this object is a bit map in an octet string with each position representing the value of a prtMediaPathIndex. For a media path that can be a source for this finisher device subunit, the bit position equal to one less than the value of prtMediaPathIndex will be set. The 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 of the second byte being bit 8, and so on.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..63)  

finDeviceAssociatedOutputs 1.3.6.1.2.1.43.30.1.1.8
Indicates the printer output subunits this finisher device subunit services. The value of this object is a bit map in an octet string with each position representing the value of a prtOutputIndex. For an output subunit that is serviced by this finisher device subunit, the bit position equal to one less than the value of prtOutputIndex will be set. The 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 of the second byte being bit 8, and so on.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..63)  

finDeviceStatus 1.3.6.1.2.1.43.30.1.1.9
Indicates the current status of this finisher device subunit.
Status: current Access: read-only
OBJECT-TYPE    
  PrtSubUnitStatusTC  

finDeviceDescription 1.3.6.1.2.1.43.30.1.1.10
A free form text description of this device subunit in the localization specified by prtGeneralCurrentLocalization.
Status: current Access: read-only
OBJECT-TYPE    
  PrtLocalizedDescriptionStringTC  

finSupply 1.3.6.1.2.1.43.31
OBJECT IDENTIFIER    

finSupplyTable 1.3.6.1.2.1.43.31.1
Each unique source of supply is an entry in the finisher supply table. Each supply entry has its own characteristics associated with it such as colorant and current supply level.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FinSupplyEntry

finSupplyEntry 1.3.6.1.2.1.43.31.1.1
A list of finisher devices, with their associated supplies and supplies characteristics.
Status: current Access: not-accessible
OBJECT-TYPE    
  FinSupplyEntry  

finSupplyIndex 1.3.6.1.2.1.43.31.1.1.1
A unique value used by a finisher to identify this supply container/receptacle. Although these values may change due to a major reconfiguration of the finisher (e.g., the addition of new supply sources to the finisher), values are normally expected to remain stable across successive power cycles.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

finSupplyDeviceIndex 1.3.6.1.2.1.43.31.1.1.2
The value of finDeviceIndex corresponding to the finishing device subunit with which this finisher supply is associated. The value zero indicates the associated finishing device is Unknown.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

finSupplyClass 1.3.6.1.2.1.43.31.1.1.3
This value indicates whether this supply entity represents a supply that is consumed or a container that is filled.
Status: current Access: read-only
OBJECT-TYPE    
  PrtMarkerSuppliesClassTC  

finSupplyType 1.3.6.1.2.1.43.31.1.1.4
The type of this supply.
Status: current Access: read-only
OBJECT-TYPE    
  PrtMarkerSuppliesTypeTC  

finSupplyDescription 1.3.6.1.2.1.43.31.1.1.5
The description of this supply/receptacle in text useful for operators and management applications and in the localization specified by prtGeneralCurrentLocalization.
Status: current Access: read-only
OBJECT-TYPE    
  PrtLocalizedDescriptionStringTC  

finSupplyUnit 1.3.6.1.2.1.43.31.1.1.6
Unit of measure of this finisher supply container or receptacle.
Status: current Access: read-only
OBJECT-TYPE    
  PrtMarkerSuppliesSupplyUnitTC  

finSupplyMaxCapacity 1.3.6.1.2.1.43.31.1.1.7
The maximum capacity of this supply container/receptacle expressed in Supply Units. If this supply container/ receptacle can reliably sense this value, the value is sensed and is read-only; otherwise the value may be written by a control panel or management application. The value (-1) means other and places no restrictions on this parameter. The value (-2) means unknown.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -2..2147483647  

finSupplyCurrentLevel 1.3.6.1.2.1.43.31.1.1.8
The current level if this supply is a container; the remaining space if this supply is a receptacle. If this supply container/receptacle can reliably sense this value, the value is sensed and is read-only; otherwise the value may be written by a control panel or management application. The value (-1) means other and places no restrictions on this parameter. The value (-2) means unknown. A value of (-3) means that the printer knows there is some supply or remaining space.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -3..2147483647  

finSupplyColorName 1.3.6.1.2.1.43.31.1.1.9
The name of the color associated with this supply.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

finSupplyMediaInput 1.3.6.1.2.1.43.32
OBJECT IDENTIFIER    

finSupplyMediaInputTable 1.3.6.1.2.1.43.32.1
The input subunits associated with a finisher supply media are each represented by an entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FinSupplyMediaInputEntry

finSupplyMediaInputEntry 1.3.6.1.2.1.43.32.1.1
A list of finisher supply media input subunit features and characteristics.
Status: current Access: not-accessible
OBJECT-TYPE    
  FinSupplyMediaInputEntry  

finSupplyMediaInputIndex 1.3.6.1.2.1.43.32.1.1.1
A unique value used by a finisher to identify this supply media input subunit. Although these values may change due to a major reconfiguration of the finisher (e.g., the addition of new supply media input sources to the finisher), values are normally expected to remain stable across successive power cycles.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

finSupplyMediaInputDeviceIndex 1.3.6.1.2.1.43.32.1.1.2
The value of finDeviceIndex corresponding to the finishing device subunit with which this finisher media supply is associated. The value zero indicates the associated device is unknown.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

finSupplyMediaInputSupplyIndex 1.3.6.1.2.1.43.32.1.1.3
The value of finSupplyIndex corresponding to the finishing supply subunit with which this finisher media supply is associated. The value zero indicates the associated finishing supply is unknown or there is no applicable finisher supply table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

finSupplyMediaInputType 1.3.6.1.2.1.43.32.1.1.4
The type of technology (discriminated primarily according to the feeder mechanism type) employed by the input subunit.
Status: current Access: read-only
OBJECT-TYPE    
  PrtInputTypeTC  

finSupplyMediaInputDimUnit 1.3.6.1.2.1.43.32.1.1.5
The unit of measure for specifying dimensional values for this input device.
Status: current Access: read-only
OBJECT-TYPE    
  PrtMediaUnitTC  

finSupplyMediaInputMediaDimFeedDir 1.3.6.1.2.1.43.32.1.1.6
This object provides the value of the dimension in the feed direction of the media that is placed or will be placed in this input device. Feed dimension measurements are taken parallel to the feed direction of the device and measured in finSupplyMediaInputDimUnits. If this input device can reliably sense this value, the value is sensed and is read-only access. Otherwise the value is read-write access and may be written by management or control panel applications. The value (-1) means other and specifically indicates that this device places no restrictions on this parameter. The value (-2) indicates unknown.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -2..2147483647  

finSupplyMediaInputMediaDimXFeedDir 1.3.6.1.2.1.43.32.1.1.7
This object provides the value of the dimension across the feed direction of the media that is placed or will be placed in this input device. The cross feed direction is ninety degrees relative to the feed direction on this device and measured in finSupplyMediaInputDimUnits. If this input device can reliably sense this value, the value is sensed and is read-only access. Otherwise the value is read-write access and may be written by management or control panel applications. The value (-1) means other and specifically indicates that this device places no restrictions on this parameter. The value (-2) indicates unknown.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -2..2147483647  

finSupplyMediaInputStatus 1.3.6.1.2.1.43.32.1.1.8
This value indicates the current status of this input device.
Status: current Access: read-only
OBJECT-TYPE    
  PrtSubUnitStatusTC  

finSupplyMediaInputMediaName 1.3.6.1.2.1.43.32.1.1.9
The name of the current media contained in this input device. Examples are Engineering Manual Cover, Section A Tab Divider or any ISO standard names.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

finSupplyMediaInputName 1.3.6.1.2.1.43.32.1.1.10
The name assigned to this input subunit.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

finSupplyMediaInputDescription 1.3.6.1.2.1.43.32.1.1.11
A free form text description of this input subunit in the localization specified by prtGeneralCurrentLocalization.
Status: current Access: read-only
OBJECT-TYPE    
  PrtLocalizedDescriptionStringTC  

finSupplyMediaInputSecurity 1.3.6.1.2.1.43.32.1.1.12
Indicates if this subunit has some security associated with it.
Status: current Access: read-write
OBJECT-TYPE    
  PresentOnOff  

finSupplyMediaInputMediaWeight 1.3.6.1.2.1.43.32.1.1.13
The weight of the media associated with this Input device in grams per meter squared. The value (-1) means other and specifically indicates that the device places no restriction on this parameter. The value (-2) means unknown. This object can be used to calculate the weight of individual pages processed by the document finisher. This value, when multiplied by the number of pages in a finished set, can be used to calculate the weight of a set before it is inserted into a mailing envelope.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

finSupplyMediaInputMediaThickness 1.3.6.1.2.1.43.32.1.1.14
This object identifies the thickness of the input media processed by this document input subunit measured in micrometers. This value may be used by devices (or operators) to set up proper machine tolerances for the feeder operation. The value (-2) indicates that the media thickness is unknown or not used in the setup for this input subunit.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -2..2147483647  

finSupplyMediaInputMediaType 1.3.6.1.2.1.43.32.1.1.15
The name of the type of medium associated with this input subunit.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

finDeviceAttribute 1.3.6.1.2.1.43.33
OBJECT IDENTIFIER    

finDeviceAttributeTable 1.3.6.1.2.1.43.33.1
The attribute table defines special parameters that are applicable only to a minority of the finisher devices. An attribute table entry is used, rather than unique objects, to minimize the number of MIB objects and to allow for expansion without the addition of MIB objects. Each finisher device is represented by a separate row in the device subunit attribute table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FinDeviceAttributeEntry

finDeviceAttributeEntry 1.3.6.1.2.1.43.33.1.1
Each entry defines a finisher function parameter that cannot be represented by an object in the finisher device subunit table.
Status: current Access: not-accessible
OBJECT-TYPE    
  FinDeviceAttributeEntry  

finDeviceAttributeTypeIndex 1.3.6.1.2.1.43.33.1.1.1
Defines the attribute type represented by this row.
Status: current Access: not-accessible
OBJECT-TYPE    
  FinAttributeTypeTC  

finDeviceAttributeInstanceIndex 1.3.6.1.2.1.43.33.1.1.2
An index that allows the discrimination of an attribute instance when the same attribute occurs multiple times for a specific instance of a finisher function. The value of this index shall be 1 if only a single instance of the attribute occurs for the specific finisher function. Additional values shall be assigned in a contiguous manner.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

finDeviceAttributeValueAsInteger 1.3.6.1.2.1.43.33.1.1.3
Defines the integer value of the attribute. The value of the attribute is represented as an integer if the finAttributeTypeTC description for the attribute has the tag 'INTEGER:'. Depending upon the attribute enum definition, this object may be either an integer, a counter, an index, or an enum. Attributes for which the concept of an integer value is not meaningful SHALL return a value of -1 for this attribute.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -2..2147483647  

finDeviceAttributeValueAsOctets 1.3.6.1.2.1.43.33.1.1.4
Contains the octet string value of the attribute. The value of the attribute is represented as a string if the finAttributeTypeTC description for the attribute has the tag 'OCTETS:'. Depending upon the attribute enum definition, this object may be either a coded character set string (text) or a binary octet string. Attributes for which the concept of an octet string value is not meaningful SHALL contain a zero length string.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

finMIBCompliance 1.3.6.1.2.1.43.2.5
The compliance statement for agents that implement the finisher MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

finMIBGroups 1.3.6.1.2.1.43.2.6
OBJECT IDENTIFIER    

finDeviceGroup 1.3.6.1.2.1.43.2.6.1
The finisher device group.
Status: current Access: read-only
OBJECT-GROUP    

finSupplyGroup 1.3.6.1.2.1.43.2.6.2
The finisher supply group.
Status: current Access: read-only
OBJECT-GROUP    

finSupplyMediaInputGroup 1.3.6.1.2.1.43.2.6.3
The finisher supply, media input group.
Status: current Access: read-only
OBJECT-GROUP    

finDeviceAttributeGroup 1.3.6.1.2.1.43.2.6.4
The finisher device attribute group. This group is mandatory for a finisher device that contains an inserter subunit.
Status: current Access: read-only
OBJECT-GROUP