PBK_-01-RS232OISOPAGETURN-MIB DEFINITIONS ::= BEGIN -- -- SST PBK_-01-RS232OISOPAGETURN MIB -- IMPORTS enterprises, Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC-1213 TruthValue FROM RFC1253-MIB sstDevice, VerificationState FROM NCR-CORESST-MIB; pbk_-01-RS232OisoPageTurn OBJECT IDENTIFIER ::= { sstDevice 34 } devObjs OBJECT IDENTIFIER ::= { pbk_-01-RS232OisoPageTurn 1 } srvObjs OBJECT IDENTIFIER ::= { pbk_-01-RS232OisoPageTurn 4 } ----------------------------------------------------------- -- Device Service Miscellaneous Definitions ----------------------------------------------------------- Reset ::= INTEGER { reset (1) } ----------------------------------------------------------- -- SST Device - PBK_-01-RS232OisoPageTurn ----------------------------------------------------------- devManufacturer OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS optional DESCRIPTION "The name of the manufacturer of the product." ::= { devObjs 1 } devProduct OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS optional DESCRIPTION "This attribute does not apply to SST devices." ::= { devObjs 2 } devVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS optional DESCRIPTION "This attribute does not apply to SST devices." ::= { devObjs 3 } devSerialNo OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "This attribute does not apply to SST devices." ::= { devObjs 4 } devInstallation OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS optional DESCRIPTION "The date and time, in DMI-defined format, when the component was (last) installed." ::= { devObjs 5 } devVerify OBJECT-TYPE SYNTAX VerificationState ACCESS read-only STATUS optional DESCRIPTION "A level of verification that the device software is installed and functioning. This attribute is not currently supported." ::= { devObjs 6 } devName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The unique, platform-defined name of the device." ::= { devObjs 7 } devShortDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The platform-defined short description of the device." ::= { devObjs 8 } devLongDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The platform-defined long description of the device." ::= { devObjs 9 } devUniversalId OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The unique, platform-defined identifier for the type of device." ::= { devObjs 10 } devVariant OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The identifier for the specific hardware configuration of the device, indicating what hardware the device has." ::= { devObjs 11 } -- SST End of Device Info ----------------------------------------------------------- -- SST Service Table ----------------------------------------------------------- srvServiceTable OBJECT-TYPE SYNTAX SEQUENCE OF SrvServiceEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the services associated with the device.." ::= { srvObjs 1 } srvServiceEntry OBJECT-TYPE SYNTAX SrvServiceEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { srvServiceIndex } ::= { srvServiceTable 1 } SrvServiceEntry ::= SEQUENCE { srvServiceIndex DisplayString, srvServiceVariant INTEGER, srvServiceState OCTET STRING, srvServiceMaintenance OCTET STRING, srvServiceReplenishment OCTET STRING, srvServiceClearState Reset, srvServiceClearTallies Reset } srvServiceIndex OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A unique, platform-defined name for each service." ::= { srvServiceEntry 1 } srvServiceVariant OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The current configuration of the service, indicating the additional transaction facilities available to the transaction application." ::= { srvServiceEntry 2 } srvServiceState OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "This indicates the current level of availability of the service parts to the transaction application." ::= { srvServiceEntry 3 } srvServiceMaintenance OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "Maintenance information associated with the last state change in the service: M-Code, M-Status and M-Data." ::= { srvServiceEntry 4 } srvServiceReplenishment OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "Replenishment status data associated with the last state change in the service: RS-Data." ::= { srvServiceEntry 5 } srvServiceClearState OBJECT-TYPE SYNTAX Reset ACCESS write-only STATUS mandatory DESCRIPTION "Setting the value of this attribute clears all parts of the service to a good (fully functioning and available) state, but does not guarantee that the fault has been cleared." ::= { srvServiceEntry 6 } srvServiceClearTallies OBJECT-TYPE SYNTAX Reset ACCESS write-only STATUS mandatory DESCRIPTION "Setting the value of this attribute clears all tallies supported by the service." ::= { srvServiceEntry 7 } ----------------------------------------------------------- -- SST Service Tallies Table ----------------------------------------------------------- srvServiceTallyTable OBJECT-TYPE SYNTAX SEQUENCE OF SrvServiceTallyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the counters supported by the device service to record the operations, usage and performance of the device it manages." ::= { srvObjs 2 } srvServiceTallyEntry OBJECT-TYPE SYNTAX SrvServiceTallyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { srvServiceNameIndex, srvServiceTallyIndex } ::= { srvServiceTallyTable 1 } SrvServiceTallyEntry ::= SEQUENCE { srvServiceNameIndex DisplayString, srvServiceTallyIndex INTEGER, srvServiceTallyName DisplayString, srvServiceTallyValue Counter } srvServiceNameIndex OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A unique name for each service." ::= { srvServiceTallyEntry 1 } srvServiceTallyIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique number for each tally." ::= { srvServiceTallyEntry 2 } srvServiceTallyName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the tally." ::= { srvServiceTallyEntry 3 } srvServiceTallyValue OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The current value of the tally." ::= { srvServiceTallyEntry 4 } END PBK_-01-RS232OISOPAGETURN-ELECTRONICS-MIB DEFINITIONS ::= BEGIN -- -- SST PBK_-01-RS232OISOPAGETURN MIB -- IMPORTS enterprises, Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC-1213 TruthValue FROM RFC1253-MIB sstDevice FROM NCR-CORESST-MIB; pbk_-01-RS232OisoPageTurn OBJECT IDENTIFIER ::= { sstDevice 34 } electronics OBJECT IDENTIFIER ::= { pbk_-01-RS232OisoPageTurn 5 } ----------------------------------------------------------- -- Device Module Miscellaneous Definitions ----------------------------------------------------------- ModuleState ::= INTEGER { healthy (1), attentionSoon (2), attentionNow (3), notConfigured (4) } VariableType ::= INTEGER { noThreshold (1), singleThreshold (2), doubleThreshold (3), wordDoubleThreshold (4), measurementSingleThreshold (5), threshold (6)} ActionType ::= INTEGER { fill (1), empty (2), renew (3), replace (4), repair (5) } ----------------------------------------------------------- -- SST Device Module - electronics ----------------------------------------------------------- modIdentifier OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Within the device, this is a unique identifier for the module." ::= { electronics 1 } modDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module." ::= { electronics 2 } modReplenishable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can be replenished (filled, emptied or renewed). A value of FALSE means it can be repaired or replaced." ::= { electronics 3 } modCurrentSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The current summary state of the module." ::= { electronics 4 } modCurrentDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the current detailed state." ::= { electronics 5 } modCurrentDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the current detailed state." ::= { electronics 6 } modPreviousSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The previous summary state of the module." ::= { electronics 7 } modPreviousDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the previous detailed state." ::= { electronics 8 } modPreviousDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the previous detailed state." ::= { electronics 9 } modFaultId OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A string of digits summarizing all the information about the current state of the module." ::= { electronics 10 } modAssemSerial OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The serial number of the module." ::= { electronics 11 } modAssemAssem OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The assembly number of the module." ::= { electronics 12 } modAssemCode OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The manufacturing code of the module." ::= { electronics 13 } modPMDate OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "Date of the last scheduled service of the module." ::= { electronics 14 } modPMData OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "Details of the last scheduled service of the module." ::= { electronics 15 } ----------------------------------------------------------- -- Device Module Variable Table - electronics ----------------------------------------------------------- modVarTable OBJECT-TYPE SYNTAX SEQUENCE OF ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the variables used by the module to manage its operational state." ::= { electronics 16 } modVarEntry OBJECT-TYPE SYNTAX ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modVarIndex } ::= { modVarTable 1 } ModVarEntry ::= SEQUENCE {modVarIndex INTEGER, modVarDesc DisplayString, modVarType VariableType, modVarValue Counter, modVarThreshold1 INTEGER, modVarThreshold2 INTEGER } modVarIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This is a unique number for every entry in the module variables table." ::= { modVarEntry 1 } modVarDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module variable." ::= { modVarEntry 2 } modVarType OBJECT-TYPE SYNTAX VariableType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating whether the variable has thresholds and the type of threshold." ::= { modVarEntry 3 } modVarValue OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The value of the module variable." ::= { modVarEntry 4 } modVarThreshold1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with one threshold, this is a final value. For variables with two thresholds, this is a warning value." ::= { modVarEntry 5 } modVarThreshold2 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with two thresholds, this is the final value." ::= { modVarEntry 6 } ----------------------------------------------------------- -- Device Module Actions Table - electronics ----------------------------------------------------------- modActionTable OBJECT-TYPE SYNTAX SEQUENCE OF ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the actions that can be performed on the module to restore or maintain its normal operational state." ::= { electronics 17 } modActionEntry OBJECT-TYPE SYNTAX ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modActionIndex } ::= { modActionTable 1 } ModActionEntry ::= SEQUENCE { modActionIndex INTEGER, modActionDesc DisplayString, modActionType ActionType, modActionFaultDetect TruthValue, modActionActiveDetect TruthValue, modActionProactive TruthValue, modActionCustomerAction TruthValue, modActionComplete TruthValue } modActionIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique number for each action in the module actions table." ::= { modActionEntry 1 } modActionDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module action." ::= { modActionEntry 2 } modActionType OBJECT-TYPE SYNTAX ActionType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating the type of action performed on the module." ::= { modActionEntry 3 } modActionFaultDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can automatically detect that the action has been performed for the associated fault that was reported." ::= { modActionEntry 4 } modActionProactive OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the action can be performed on the module before the associated fault occurs." ::= { modActionEntry 5 } modActionProactiveDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can, through its sensors, automatically detect that the action has been performed before the associated fault occurs." ::= { modActionEntry 6 } modActionCustomerActionable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the customer can perform the action." ::= { modActionEntry 7 } modActionComplete OBJECT-TYPE SYNTAX TruthValue ACCESS write-only STATUS mandatory DESCRIPTION "Setting the value of this attribute to TRUE informs the module that the action has been performed, and clears the appropriate module variables." ::= { modActionEntry 8 } END PBK_-01-RS232OISOPAGETURN-MECHANISM-MIB DEFINITIONS ::= BEGIN -- -- SST PBK_-01-RS232OISOPAGETURN MIB -- IMPORTS enterprises, Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC-1213 TruthValue FROM RFC1253-MIB sstDevice FROM NCR-CORESST-MIB; pbk_-01-RS232OisoPageTurn OBJECT IDENTIFIER ::= { sstDevice 34 } mechanism OBJECT IDENTIFIER ::= { pbk_-01-RS232OisoPageTurn 6 } ----------------------------------------------------------- -- Device Module Miscellaneous Definitions ----------------------------------------------------------- ModuleState ::= INTEGER { healthy (1), attentionSoon (2), attentionNow (3), notConfigured (4) } VariableType ::= INTEGER { noThreshold (1), singleThreshold (2), doubleThreshold (3), wordDoubleThreshold (4), measurementSingleThreshold (5), threshold (6)} ActionType ::= INTEGER { fill (1), empty (2), renew (3), replace (4), repair (5) } ----------------------------------------------------------- -- SST Device Module - mechanism ----------------------------------------------------------- modIdentifier OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Within the device, this is a unique identifier for the module." ::= { mechanism 1 } modDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module." ::= { mechanism 2 } modReplenishable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can be replenished (filled, emptied or renewed). A value of FALSE means it can be repaired or replaced." ::= { mechanism 3 } modCurrentSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The current summary state of the module." ::= { mechanism 4 } modCurrentDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the current detailed state." ::= { mechanism 5 } modCurrentDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the current detailed state." ::= { mechanism 6 } modPreviousSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The previous summary state of the module." ::= { mechanism 7 } modPreviousDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the previous detailed state." ::= { mechanism 8 } modPreviousDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the previous detailed state." ::= { mechanism 9 } modFaultId OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A string of digits summarizing all the information about the current state of the module." ::= { mechanism 10 } modAssemSerial OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The serial number of the module." ::= { mechanism 11 } modAssemAssem OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The assembly number of the module." ::= { mechanism 12 } modAssemCode OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The manufacturing code of the module." ::= { mechanism 13 } modPMDate OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "Date of the last scheduled service of the module." ::= { mechanism 14 } modPMData OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "Details of the last scheduled service of the module." ::= { mechanism 15 } ----------------------------------------------------------- -- Device Module Variable Table - mechanism ----------------------------------------------------------- modVarTable OBJECT-TYPE SYNTAX SEQUENCE OF ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the variables used by the module to manage its operational state." ::= { mechanism 16 } modVarEntry OBJECT-TYPE SYNTAX ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modVarIndex } ::= { modVarTable 1 } ModVarEntry ::= SEQUENCE {modVarIndex INTEGER, modVarDesc DisplayString, modVarType VariableType, modVarValue Counter, modVarThreshold1 INTEGER, modVarThreshold2 INTEGER } modVarIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This is a unique number for every entry in the module variables table." ::= { modVarEntry 1 } modVarDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module variable." ::= { modVarEntry 2 } modVarType OBJECT-TYPE SYNTAX VariableType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating whether the variable has thresholds and the type of threshold." ::= { modVarEntry 3 } modVarValue OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The value of the module variable." ::= { modVarEntry 4 } modVarThreshold1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with one threshold, this is a final value. For variables with two thresholds, this is a warning value." ::= { modVarEntry 5 } modVarThreshold2 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with two thresholds, this is the final value." ::= { modVarEntry 6 } ----------------------------------------------------------- -- Device Module Actions Table - mechanism ----------------------------------------------------------- modActionTable OBJECT-TYPE SYNTAX SEQUENCE OF ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the actions that can be performed on the module to restore or maintain its normal operational state." ::= { mechanism 17 } modActionEntry OBJECT-TYPE SYNTAX ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modActionIndex } ::= { modActionTable 1 } ModActionEntry ::= SEQUENCE { modActionIndex INTEGER, modActionDesc DisplayString, modActionType ActionType, modActionFaultDetect TruthValue, modActionActiveDetect TruthValue, modActionProactive TruthValue, modActionCustomerAction TruthValue, modActionComplete TruthValue } modActionIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique number for each action in the module actions table." ::= { modActionEntry 1 } modActionDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module action." ::= { modActionEntry 2 } modActionType OBJECT-TYPE SYNTAX ActionType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating the type of action performed on the module." ::= { modActionEntry 3 } modActionFaultDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can automatically detect that the action has been performed for the associated fault that was reported." ::= { modActionEntry 4 } modActionProactive OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the action can be performed on the module before the associated fault occurs." ::= { modActionEntry 5 } modActionProactiveDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can, through its sensors, automatically detect that the action has been performed before the associated fault occurs." ::= { modActionEntry 6 } modActionCustomerActionable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the customer can perform the action." ::= { modActionEntry 7 } modActionComplete OBJECT-TYPE SYNTAX TruthValue ACCESS write-only STATUS mandatory DESCRIPTION "Setting the value of this attribute to TRUE informs the module that the action has been performed, and clears the appropriate module variables." ::= { modActionEntry 8 } END PBK_-01-RS232OISOPAGETURN-PRINTHEAD-MIB DEFINITIONS ::= BEGIN -- -- SST PBK_-01-RS232OISOPAGETURN MIB -- IMPORTS enterprises, Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC-1213 TruthValue FROM RFC1253-MIB sstDevice FROM NCR-CORESST-MIB; pbk_-01-RS232OisoPageTurn OBJECT IDENTIFIER ::= { sstDevice 34 } printhead OBJECT IDENTIFIER ::= { pbk_-01-RS232OisoPageTurn 7 } ----------------------------------------------------------- -- Device Module Miscellaneous Definitions ----------------------------------------------------------- ModuleState ::= INTEGER { healthy (1), attentionSoon (2), attentionNow (3), notConfigured (4) } VariableType ::= INTEGER { noThreshold (1), singleThreshold (2), doubleThreshold (3), wordDoubleThreshold (4), measurementSingleThreshold (5), threshold (6)} ActionType ::= INTEGER { fill (1), empty (2), renew (3), replace (4), repair (5) } ----------------------------------------------------------- -- SST Device Module - printhead ----------------------------------------------------------- modIdentifier OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Within the device, this is a unique identifier for the module." ::= { printhead 1 } modDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module." ::= { printhead 2 } modReplenishable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can be replenished (filled, emptied or renewed). A value of FALSE means it can be repaired or replaced." ::= { printhead 3 } modCurrentSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The current summary state of the module." ::= { printhead 4 } modCurrentDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the current detailed state." ::= { printhead 5 } modCurrentDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the current detailed state." ::= { printhead 6 } modPreviousSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The previous summary state of the module." ::= { printhead 7 } modPreviousDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the previous detailed state." ::= { printhead 8 } modPreviousDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the previous detailed state." ::= { printhead 9 } modFaultId OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A string of digits summarizing all the information about the current state of the module." ::= { printhead 10 } modAssemSerial OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The serial number of the module." ::= { printhead 11 } modAssemAssem OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The assembly number of the module." ::= { printhead 12 } modAssemCode OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The manufacturing code of the module." ::= { printhead 13 } modPMDate OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "Date of the last scheduled service of the module." ::= { printhead 14 } modPMData OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "Details of the last scheduled service of the module." ::= { printhead 15 } ----------------------------------------------------------- -- Device Module Variable Table - printhead ----------------------------------------------------------- modVarTable OBJECT-TYPE SYNTAX SEQUENCE OF ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the variables used by the module to manage its operational state." ::= { printhead 16 } modVarEntry OBJECT-TYPE SYNTAX ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modVarIndex } ::= { modVarTable 1 } ModVarEntry ::= SEQUENCE {modVarIndex INTEGER, modVarDesc DisplayString, modVarType VariableType, modVarValue Counter, modVarThreshold1 INTEGER, modVarThreshold2 INTEGER } modVarIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This is a unique number for every entry in the module variables table." ::= { modVarEntry 1 } modVarDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module variable." ::= { modVarEntry 2 } modVarType OBJECT-TYPE SYNTAX VariableType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating whether the variable has thresholds and the type of threshold." ::= { modVarEntry 3 } modVarValue OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The value of the module variable." ::= { modVarEntry 4 } modVarThreshold1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with one threshold, this is a final value. For variables with two thresholds, this is a warning value." ::= { modVarEntry 5 } modVarThreshold2 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with two thresholds, this is the final value." ::= { modVarEntry 6 } ----------------------------------------------------------- -- Device Module Actions Table - printhead ----------------------------------------------------------- modActionTable OBJECT-TYPE SYNTAX SEQUENCE OF ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the actions that can be performed on the module to restore or maintain its normal operational state." ::= { printhead 17 } modActionEntry OBJECT-TYPE SYNTAX ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modActionIndex } ::= { modActionTable 1 } ModActionEntry ::= SEQUENCE { modActionIndex INTEGER, modActionDesc DisplayString, modActionType ActionType, modActionFaultDetect TruthValue, modActionActiveDetect TruthValue, modActionProactive TruthValue, modActionCustomerAction TruthValue, modActionComplete TruthValue } modActionIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique number for each action in the module actions table." ::= { modActionEntry 1 } modActionDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module action." ::= { modActionEntry 2 } modActionType OBJECT-TYPE SYNTAX ActionType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating the type of action performed on the module." ::= { modActionEntry 3 } modActionFaultDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can automatically detect that the action has been performed for the associated fault that was reported." ::= { modActionEntry 4 } modActionProactive OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the action can be performed on the module before the associated fault occurs." ::= { modActionEntry 5 } modActionProactiveDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can, through its sensors, automatically detect that the action has been performed before the associated fault occurs." ::= { modActionEntry 6 } modActionCustomerActionable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the customer can perform the action." ::= { modActionEntry 7 } modActionComplete OBJECT-TYPE SYNTAX TruthValue ACCESS write-only STATUS mandatory DESCRIPTION "Setting the value of this attribute to TRUE informs the module that the action has been performed, and clears the appropriate module variables." ::= { modActionEntry 8 } END PBK_-01-RS232OISOPAGETURN-RIBBON-MIB DEFINITIONS ::= BEGIN -- -- SST PBK_-01-RS232OISOPAGETURN MIB -- IMPORTS enterprises, Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC-1213 TruthValue FROM RFC1253-MIB sstDevice FROM NCR-CORESST-MIB; pbk_-01-RS232OisoPageTurn OBJECT IDENTIFIER ::= { sstDevice 34 } ribbon OBJECT IDENTIFIER ::= { pbk_-01-RS232OisoPageTurn 8 } ----------------------------------------------------------- -- Device Module Miscellaneous Definitions ----------------------------------------------------------- ModuleState ::= INTEGER { healthy (1), attentionSoon (2), attentionNow (3), notConfigured (4) } VariableType ::= INTEGER { noThreshold (1), singleThreshold (2), doubleThreshold (3), wordDoubleThreshold (4), measurementSingleThreshold (5), threshold (6)} ActionType ::= INTEGER { fill (1), empty (2), renew (3), replace (4), repair (5) } ----------------------------------------------------------- -- SST Device Module - ribbon ----------------------------------------------------------- modIdentifier OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Within the device, this is a unique identifier for the module." ::= { ribbon 1 } modDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module." ::= { ribbon 2 } modReplenishable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can be replenished (filled, emptied or renewed). A value of FALSE means it can be repaired or replaced." ::= { ribbon 3 } modCurrentSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The current summary state of the module." ::= { ribbon 4 } modCurrentDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the current detailed state." ::= { ribbon 5 } modCurrentDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the current detailed state." ::= { ribbon 6 } modPreviousSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The previous summary state of the module." ::= { ribbon 7 } modPreviousDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the previous detailed state." ::= { ribbon 8 } modPreviousDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the previous detailed state." ::= { ribbon 9 } modFaultId OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A string of digits summarizing all the information about the current state of the module." ::= { ribbon 10 } modAssemSerial OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The serial number of the module." ::= { ribbon 11 } modAssemAssem OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The assembly number of the module." ::= { ribbon 12 } modAssemCode OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The manufacturing code of the module." ::= { ribbon 13 } modPMDate OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "Date of the last scheduled service of the module." ::= { ribbon 14 } modPMData OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "Details of the last scheduled service of the module." ::= { ribbon 15 } ----------------------------------------------------------- -- Device Module Variable Table - ribbon ----------------------------------------------------------- modVarTable OBJECT-TYPE SYNTAX SEQUENCE OF ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the variables used by the module to manage its operational state." ::= { ribbon 16 } modVarEntry OBJECT-TYPE SYNTAX ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modVarIndex } ::= { modVarTable 1 } ModVarEntry ::= SEQUENCE {modVarIndex INTEGER, modVarDesc DisplayString, modVarType VariableType, modVarValue Counter, modVarThreshold1 INTEGER, modVarThreshold2 INTEGER } modVarIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This is a unique number for every entry in the module variables table." ::= { modVarEntry 1 } modVarDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module variable." ::= { modVarEntry 2 } modVarType OBJECT-TYPE SYNTAX VariableType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating whether the variable has thresholds and the type of threshold." ::= { modVarEntry 3 } modVarValue OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The value of the module variable." ::= { modVarEntry 4 } modVarThreshold1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with one threshold, this is a final value. For variables with two thresholds, this is a warning value." ::= { modVarEntry 5 } modVarThreshold2 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with two thresholds, this is the final value." ::= { modVarEntry 6 } ----------------------------------------------------------- -- Device Module Actions Table - ribbon ----------------------------------------------------------- modActionTable OBJECT-TYPE SYNTAX SEQUENCE OF ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the actions that can be performed on the module to restore or maintain its normal operational state." ::= { ribbon 17 } modActionEntry OBJECT-TYPE SYNTAX ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modActionIndex } ::= { modActionTable 1 } ModActionEntry ::= SEQUENCE { modActionIndex INTEGER, modActionDesc DisplayString, modActionType ActionType, modActionFaultDetect TruthValue, modActionActiveDetect TruthValue, modActionProactive TruthValue, modActionCustomerAction TruthValue, modActionComplete TruthValue } modActionIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique number for each action in the module actions table." ::= { modActionEntry 1 } modActionDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module action." ::= { modActionEntry 2 } modActionType OBJECT-TYPE SYNTAX ActionType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating the type of action performed on the module." ::= { modActionEntry 3 } modActionFaultDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can automatically detect that the action has been performed for the associated fault that was reported." ::= { modActionEntry 4 } modActionProactive OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the action can be performed on the module before the associated fault occurs." ::= { modActionEntry 5 } modActionProactiveDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can, through its sensors, automatically detect that the action has been performed before the associated fault occurs." ::= { modActionEntry 6 } modActionCustomerActionable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the customer can perform the action." ::= { modActionEntry 7 } modActionComplete OBJECT-TYPE SYNTAX TruthValue ACCESS write-only STATUS mandatory DESCRIPTION "Setting the value of this attribute to TRUE informs the module that the action has been performed, and clears the appropriate module variables." ::= { modActionEntry 8 } END PBK_-01-RS232OISOPAGETURN-CAPTUREBIN-MIB DEFINITIONS ::= BEGIN -- -- SST PBK_-01-RS232OISOPAGETURN MIB -- IMPORTS enterprises, Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC-1213 TruthValue FROM RFC1253-MIB sstDevice FROM NCR-CORESST-MIB; pbk_-01-RS232OisoPageTurn OBJECT IDENTIFIER ::= { sstDevice 34 } captureBin OBJECT IDENTIFIER ::= { pbk_-01-RS232OisoPageTurn 9 } ----------------------------------------------------------- -- Device Module Miscellaneous Definitions ----------------------------------------------------------- ModuleState ::= INTEGER { healthy (1), attentionSoon (2), attentionNow (3), notConfigured (4) } VariableType ::= INTEGER { noThreshold (1), singleThreshold (2), doubleThreshold (3), wordDoubleThreshold (4), measurementSingleThreshold (5), threshold (6)} ActionType ::= INTEGER { fill (1), empty (2), renew (3), replace (4), repair (5) } ----------------------------------------------------------- -- SST Device Module - captureBin ----------------------------------------------------------- modIdentifier OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Within the device, this is a unique identifier for the module." ::= { captureBin 1 } modDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module." ::= { captureBin 2 } modReplenishable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can be replenished (filled, emptied or renewed). A value of FALSE means it can be repaired or replaced." ::= { captureBin 3 } modCurrentSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The current summary state of the module." ::= { captureBin 4 } modCurrentDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the current detailed state." ::= { captureBin 5 } modCurrentDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the current detailed state." ::= { captureBin 6 } modPreviousSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The previous summary state of the module." ::= { captureBin 7 } modPreviousDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the previous detailed state." ::= { captureBin 8 } modPreviousDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the previous detailed state." ::= { captureBin 9 } modFaultId OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A string of digits summarizing all the information about the current state of the module." ::= { captureBin 10 } modAssemSerial OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The serial number of the module." ::= { captureBin 11 } modAssemAssem OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The assembly number of the module." ::= { captureBin 12 } modAssemCode OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The manufacturing code of the module." ::= { captureBin 13 } modPMDate OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "Date of the last scheduled service of the module." ::= { captureBin 14 } modPMData OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "Details of the last scheduled service of the module." ::= { captureBin 15 } ----------------------------------------------------------- -- Device Module Variable Table - captureBin ----------------------------------------------------------- modVarTable OBJECT-TYPE SYNTAX SEQUENCE OF ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the variables used by the module to manage its operational state." ::= { captureBin 16 } modVarEntry OBJECT-TYPE SYNTAX ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modVarIndex } ::= { modVarTable 1 } ModVarEntry ::= SEQUENCE {modVarIndex INTEGER, modVarDesc DisplayString, modVarType VariableType, modVarValue Counter, modVarThreshold1 INTEGER, modVarThreshold2 INTEGER } modVarIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This is a unique number for every entry in the module variables table." ::= { modVarEntry 1 } modVarDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module variable." ::= { modVarEntry 2 } modVarType OBJECT-TYPE SYNTAX VariableType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating whether the variable has thresholds and the type of threshold." ::= { modVarEntry 3 } modVarValue OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The value of the module variable." ::= { modVarEntry 4 } modVarThreshold1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with one threshold, this is a final value. For variables with two thresholds, this is a warning value." ::= { modVarEntry 5 } modVarThreshold2 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with two thresholds, this is the final value." ::= { modVarEntry 6 } ----------------------------------------------------------- -- Device Module Actions Table - captureBin ----------------------------------------------------------- modActionTable OBJECT-TYPE SYNTAX SEQUENCE OF ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the actions that can be performed on the module to restore or maintain its normal operational state." ::= { captureBin 17 } modActionEntry OBJECT-TYPE SYNTAX ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modActionIndex } ::= { modActionTable 1 } ModActionEntry ::= SEQUENCE { modActionIndex INTEGER, modActionDesc DisplayString, modActionType ActionType, modActionFaultDetect TruthValue, modActionActiveDetect TruthValue, modActionProactive TruthValue, modActionCustomerAction TruthValue, modActionComplete TruthValue } modActionIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique number for each action in the module actions table." ::= { modActionEntry 1 } modActionDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module action." ::= { modActionEntry 2 } modActionType OBJECT-TYPE SYNTAX ActionType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating the type of action performed on the module." ::= { modActionEntry 3 } modActionFaultDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can automatically detect that the action has been performed for the associated fault that was reported." ::= { modActionEntry 4 } modActionProactive OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the action can be performed on the module before the associated fault occurs." ::= { modActionEntry 5 } modActionProactiveDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can, through its sensors, automatically detect that the action has been performed before the associated fault occurs." ::= { modActionEntry 6 } modActionCustomerActionable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the customer can perform the action." ::= { modActionEntry 7 } modActionComplete OBJECT-TYPE SYNTAX TruthValue ACCESS write-only STATUS mandatory DESCRIPTION "Setting the value of this attribute to TRUE informs the module that the action has been performed, and clears the appropriate module variables." ::= { modActionEntry 8 } END PBK_-01-RS232OISOPAGETURN-MAGNETICS-MIB DEFINITIONS ::= BEGIN -- -- SST PBK_-01-RS232OISOPAGETURN MIB -- IMPORTS enterprises, Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC-1213 TruthValue FROM RFC1253-MIB sstDevice FROM NCR-CORESST-MIB; pbk_-01-RS232OisoPageTurn OBJECT IDENTIFIER ::= { sstDevice 34 } magnetics OBJECT IDENTIFIER ::= { pbk_-01-RS232OisoPageTurn 10 } ----------------------------------------------------------- -- Device Module Miscellaneous Definitions ----------------------------------------------------------- ModuleState ::= INTEGER { healthy (1), attentionSoon (2), attentionNow (3), notConfigured (4) } VariableType ::= INTEGER { noThreshold (1), singleThreshold (2), doubleThreshold (3), wordDoubleThreshold (4), measurementSingleThreshold (5), threshold (6)} ActionType ::= INTEGER { fill (1), empty (2), renew (3), replace (4), repair (5) } ----------------------------------------------------------- -- SST Device Module - magnetics ----------------------------------------------------------- modIdentifier OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Within the device, this is a unique identifier for the module." ::= { magnetics 1 } modDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module." ::= { magnetics 2 } modReplenishable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can be replenished (filled, emptied or renewed). A value of FALSE means it can be repaired or replaced." ::= { magnetics 3 } modCurrentSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The current summary state of the module." ::= { magnetics 4 } modCurrentDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the current detailed state." ::= { magnetics 5 } modCurrentDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the current detailed state." ::= { magnetics 6 } modPreviousSummaryState OBJECT-TYPE SYNTAX ModuleState ACCESS read-only STATUS mandatory DESCRIPTION "The previous summary state of the module." ::= { magnetics 7 } modPreviousDetailedState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The status code for the previous detailed state." ::= { magnetics 8 } modPreviousDetailedStateDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the previous detailed state." ::= { magnetics 9 } modFaultId OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A string of digits summarizing all the information about the current state of the module." ::= { magnetics 10 } modAssemSerial OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The serial number of the module." ::= { magnetics 11 } modAssemAssem OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The assembly number of the module." ::= { magnetics 12 } modAssemCode OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "The manufacturing code of the module." ::= { magnetics 13 } modPMDate OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS optional DESCRIPTION "Date of the last scheduled service of the module." ::= { magnetics 14 } modPMData OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS optional DESCRIPTION "Details of the last scheduled service of the module." ::= { magnetics 15 } ----------------------------------------------------------- -- Device Module Variable Table - magnetics ----------------------------------------------------------- modVarTable OBJECT-TYPE SYNTAX SEQUENCE OF ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the variables used by the module to manage its operational state." ::= { magnetics 16 } modVarEntry OBJECT-TYPE SYNTAX ModVarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modVarIndex } ::= { modVarTable 1 } ModVarEntry ::= SEQUENCE {modVarIndex INTEGER, modVarDesc DisplayString, modVarType VariableType, modVarValue Counter, modVarThreshold1 INTEGER, modVarThreshold2 INTEGER } modVarIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This is a unique number for every entry in the module variables table." ::= { modVarEntry 1 } modVarDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module variable." ::= { modVarEntry 2 } modVarType OBJECT-TYPE SYNTAX VariableType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating whether the variable has thresholds and the type of threshold." ::= { modVarEntry 3 } modVarValue OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The value of the module variable." ::= { modVarEntry 4 } modVarThreshold1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with one threshold, this is a final value. For variables with two thresholds, this is a warning value." ::= { modVarEntry 5 } modVarThreshold2 OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS optional DESCRIPTION "For variables with two thresholds, this is the final value." ::= { modVarEntry 6 } ----------------------------------------------------------- -- Device Module Actions Table - magnetics ----------------------------------------------------------- modActionTable OBJECT-TYPE SYNTAX SEQUENCE OF ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the actions that can be performed on the module to restore or maintain its normal operational state." ::= { magnetics 17 } modActionEntry OBJECT-TYPE SYNTAX ModActionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This defines the contents of the table." INDEX { modActionIndex } ::= { modActionTable 1 } ModActionEntry ::= SEQUENCE { modActionIndex INTEGER, modActionDesc DisplayString, modActionType ActionType, modActionFaultDetect TruthValue, modActionActiveDetect TruthValue, modActionProactive TruthValue, modActionCustomerAction TruthValue, modActionComplete TruthValue } modActionIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A unique number for each action in the module actions table." ::= { modActionEntry 1 } modActionDesc OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A description of the module action." ::= { modActionEntry 2 } modActionType OBJECT-TYPE SYNTAX ActionType ACCESS read-only STATUS mandatory DESCRIPTION "An enumerated value indicating the type of action performed on the module." ::= { modActionEntry 3 } modActionFaultDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can automatically detect that the action has been performed for the associated fault that was reported." ::= { modActionEntry 4 } modActionProactive OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the action can be performed on the module before the associated fault occurs." ::= { modActionEntry 5 } modActionProactiveDetect OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the module can, through its sensors, automatically detect that the action has been performed before the associated fault occurs." ::= { modActionEntry 6 } modActionCustomerActionable OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "A value of TRUE means the customer can perform the action." ::= { modActionEntry 7 } modActionComplete OBJECT-TYPE SYNTAX TruthValue ACCESS write-only STATUS mandatory DESCRIPTION "Setting the value of this attribute to TRUE informs the module that the action has been performed, and clears the appropriate module variables." ::= { modActionEntry 8 } END