NCR-CORESST-MIB

File: NCR-CORESST-MIB.mib (24308 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
RFC1253-MIB

Imported symbols

enterprises Counter OBJECT-TYPE
DisplayString TruthValue

Defined Types

VerificationState  
INTEGER doesNotExist(1), verifyNotSupported(2), reserved(3), untested(4), unknown(5), failed(6), good(7)    

SSTService  
INTEGER inService(1), outService(2), outServicePending(3)    

SSTReset  
INTEGER cancelReset(1), reset(2), resetPending(3)    

SSTState  
INTEGER healthy(1), attentionSoon(2), attentionNow(3), notConfigured(4)    

AgentState  
INTEGER ncrPlatformNotInstalled(1), serviceStopped(2), serviceStartPending(3), serviceRunning(5)    

SstManagementProtocolEntry  
SEQUENCE    
  sstManagementProtocolIndex INTEGER
  sstManagementProtocolType OCTET STRING

SstComponentStateEntry  
SEQUENCE    
  sstComponentStateIndex INTEGER
  sstComponentStateDescrip DisplayString
  sstComponentStateCategory DisplayString
  sstComponentStateCode DisplayString
  sstComponentStateDateTimeEvt DisplayString
  sstComponentStateDateTimeProx DisplayString
  sstComponentStateDevice DisplayString
  sstComponentStateData DisplayString
  sstComponentStateSubIndex INTEGER

SstServiceStateEntry  
SEQUENCE    
  sstServiceStateIndex INTEGER
  sstServiceStateStates DisplayString
  sstServiceStateInfo DisplayString
  sstServiceStateDateTimeEvt DisplayString
  sstServiceStateDateTimeProx DisplayString
  sstServiceStateService DisplayString
  sstServiceStateAdditionalData DisplayString

SstTotalEntry  
SEQUENCE    
  sstCountName DisplayString
  sstCountIndex INTEGER
  sstCountSource INTEGER
  sstCountDestination INTEGER

SstTransStateEntry  
SEQUENCE    
  sstTransName DisplayString
  sstTransState OCTET STRING

SstAgentFilterEntry  
SEQUENCE    
  sstAgentFilterClass DisplayString
  sstAgentFilterState TruthValue

Defined Values

ncr 1.3.6.1.4.1.191
OBJECT IDENTIFIER    

sst 1.3.6.1.4.1.191.39
OBJECT IDENTIFIER    

sstCore 1.3.6.1.4.1.191.39.1
OBJECT IDENTIFIER    

sstProduct 1.3.6.1.4.1.191.39.13
OBJECT IDENTIFIER    

sstObjs 1.3.6.1.4.1.191.39.13.2
OBJECT IDENTIFIER    

sstGeneral 1.3.6.1.4.1.191.39.13.2.1
OBJECT IDENTIFIER    

sstDevice 1.3.6.1.4.1.191.39.13.2.2
OBJECT IDENTIFIER    

sstApplic 1.3.6.1.4.1.191.39.13.2.3
OBJECT IDENTIFIER    

sstLogs 1.3.6.1.4.1.191.39.13.2.4
OBJECT IDENTIFIER    

sstTrans 1.3.6.1.4.1.191.39.13.2.3.1
OBJECT IDENTIFIER    

sstAgent 1.3.6.1.4.1.191.39.13.2.3.2
OBJECT IDENTIFIER    

sstManagementProtocolTable 1.3.6.1.4.1.191.39.1.1
This table defines the attributes of the management protocol used for the agent.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SstManagementProtocolEntry

sstManagementProtocolEntry 1.3.6.1.4.1.191.39.1.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SstManagementProtocolEntry  

sstManagementProtocolIndex 1.3.6.1.4.1.191.39.1.1.1.1
This is a unique number for every entry in the management protocol table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sstManagementProtocolType 1.3.6.1.4.1.191.39.1.1.1.2
The management protocol, which identifies the type of SST and the type of agent running on the SST.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstComponentStateTable 1.3.6.1.4.1.191.39.1.2
This table defines all the information about state changes in device modules.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SstComponentStateEntry

sstComponentStateEntry 1.3.6.1.4.1.191.39.1.2.1
This defines the contents of the table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SstComponentStateEntry  

sstComponentStateIndex 1.3.6.1.4.1.191.39.1.2.1.1
A unique number for every entry in the component state table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sstComponentStateDescrip 1.3.6.1.4.1.191.39.1.2.1.2
A description of the operational state of the module.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstComponentStateCategory 1.3.6.1.4.1.191.39.1.2.1.3
This indicates the current summary state of the module.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstComponentStateCode 1.3.6.1.4.1.191.39.1.2.1.4
The platform-defined status code of the operational state of the module.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstComponentStateDateTimeEvt 1.3.6.1.4.1.191.39.1.2.1.5
The date, in DD/MM/YYYY format, and the time, in HH:MM:SS format, when the event occurred on the SST.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstComponentStateDateTimeProx 1.3.6.1.4.1.191.39.1.2.1.6
The date, in DD/MM/YYYY format, and the time, in HH:MM:SS format, when the event was processed by a proxy. This can be NULL if not processed by a proxy.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstComponentStateDevice 1.3.6.1.4.1.191.39.1.2.1.7
The short description of the device and the name of the module affected by the event.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstComponentStateData 1.3.6.1.4.1.191.39.1.2.1.8
Any additional information if available, otherwise NULL.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstComponentStateSubIndex 1.3.6.1.4.1.191.39.1.2.1.9
The index entry of the first service in the services table associated with the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sstServiceStateTable 1.3.6.1.4.1.191.39.1.4
This table defines all the information about state changes in device services (indicating service availability).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SstServiceStateEntry

sstServiceStateEntry 1.3.6.1.4.1.191.39.1.4.1
This defines the contents of the table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SstServiceStateEntry  

sstServiceStateIndex 1.3.6.1.4.1.191.39.1.4.1.1
A unique number for every entry in the service state table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sstServiceStateStates 1.3.6.1.4.1.191.39.1.4.1.2
The current state of each part of the service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstServiceStateInfo 1.3.6.1.4.1.191.39.1.4.1.3
The maintenance information associated with the last state change in the service: M-Code, M-Status, M-Data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstServiceStateDateTimeEvt 1.3.6.1.4.1.191.39.1.4.1.4
The date, in DD/MM/YYYY format, and the time, in HH:MM:SS format, of the last state change in the service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstServiceStateDateTimeProx 1.3.6.1.4.1.191.39.1.4.1.5
The date, in DD/MM/YYYY format, and the time, in HH:MM:SS format, when the event was processed by a proxy. This can be NULL if not processed by a proxy.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstServiceStateService 1.3.6.1.4.1.191.39.1.4.1.6
The name of the service affected by the state change.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstServiceStateAdditionalData 1.3.6.1.4.1.191.39.1.4.1.7
The replenishment status data associated with the last state change in the service: RS-Data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstManufacturer 1.3.6.1.4.1.191.39.13.2.1.1
The name of the manufacturer of the product.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstProduct2 1.3.6.1.4.1.191.39.13.2.1.2
The SST model.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

sstVersion 1.3.6.1.4.1.191.39.13.2.1.3
The version of the NCR platform running on the SST.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstSerialNo 1.3.6.1.4.1.191.39.13.2.1.4
The serial number of the SST.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

sstInstallation 1.3.6.1.4.1.191.39.13.2.1.5
The date and time, in DMI-defined format, when the component was (last) installed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstVerify 1.3.6.1.4.1.191.39.13.2.1.6
A level of verification that the DMI component is installed and functioning. This attribute is not currently supported.
Status: mandatory Access: read-only
OBJECT-TYPE    
  VerificationState  

sstService 1.3.6.1.4.1.191.39.13.2.1.7
This indicates the current availability of the transaction application. Set this value to causes the agent to attempt to put the SST in or out of service.
Status: mandatory Access: read-write
OBJECT-TYPE    
  SSTService  

sstReset 1.3.6.1.4.1.191.39.13.2.1.8
A signal to the SST to shut down and reset. Get this value to see whether a reset is pending. Set this value to cause the agent to reset the SST within 300 seconds, or cancel the reset.
Status: mandatory Access: read-write
OBJECT-TYPE    
  SSTReset  

sstAggregateModuleState 1.3.6.1.4.1.191.39.13.2.1.10
This is the overall summary state of all modules. This holds the most serious summary state which currently exists on any SST module.
Status: mandatory Access: read-only
OBJECT-TYPE    
  SSTState  

sstTotalTable 1.3.6.1.4.1.191.39.13.2.1.9
This group defines the attributes of the initial (source) replenishment count and the cumulative (destination) count of the movement of transaction media such as cards, envelopes and currency notes.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SstTotalEntry

sstTotalEntry 1.3.6.1.4.1.191.39.13.2.1.9.1
This defines the contents of the table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SstTotalEntry  

sstCountName 1.3.6.1.4.1.191.39.13.2.1.9.1.1
The name of the service with which the counter is associated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstCountIndex 1.3.6.1.4.1.191.39.13.2.1.9.1.2
A unique number for each of the counters maintained by sstCountName.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sstCountSource 1.3.6.1.4.1.191.39.13.2.1.9.1.3
The initial value set when the media container is filled (for example, a currency cassette) or emptied (for example, a purge bin).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sstCountDestination 1.3.6.1.4.1.191.39.13.2.1.9.1.4
The cumulative count of the media movements. This is used with the initial value to calculate the current quantity of media available in the container, for example, the number of envelopes left in the envelope dispenser.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sstTransManufacturer 1.3.6.1.4.1.191.39.13.2.3.1.1
The name of the manufacturer of the product.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstTransProduct 1.3.6.1.4.1.191.39.13.2.3.1.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstTransVersion 1.3.6.1.4.1.191.39.13.2.3.1.3
This attribute does not apply to SST transaction application information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstTransSerialNo 1.3.6.1.4.1.191.39.13.2.3.1.4
This attribute does not apply to SST transaction application information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstTransInstallation 1.3.6.1.4.1.191.39.13.2.3.1.5
The date and time, in DMI-defined format, when the component was (last) installed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstTransVerify 1.3.6.1.4.1.191.39.13.2.3.1.6
A level of verification that the DMI component is installed and functioning. This attribute is not currently supported.
Status: mandatory Access: read-only
OBJECT-TYPE    
  VerificationState  

sstTransStateTable 1.3.6.1.4.1.191.39.13.2.3.1.7
This table contains information about state changes in the transaction application.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SstTransStateEntry

sstTransStateEntry 1.3.6.1.4.1.191.39.13.2.3.1.7.1
Table Description.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SstTransStateEntry  

sstTransName 1.3.6.1.4.1.191.39.13.2.3.1.7.1.1
The name of the transaction application operation causing the state change.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstTransState 1.3.6.1.4.1.191.39.13.2.3.1.7.1.2
Getting the value of this attribute provides the last reported state of the transaction application operation. Setting the value allows new state to be sent to the transaction application operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

sstAgentManufacturer 1.3.6.1.4.1.191.39.13.2.3.2.1
The name of the manufacturer of the SST agent software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstAgentProduct 1.3.6.1.4.1.191.39.13.2.3.2.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstAgentVersion 1.3.6.1.4.1.191.39.13.2.3.2.3
This attribute does not apply to the agent software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstAgentSerialNo 1.3.6.1.4.1.191.39.13.2.3.2.4
This attribute does not apply to the agent software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstAgentInstallation 1.3.6.1.4.1.191.39.13.2.3.2.5
The date and time, in DMI-defined format, when the component was (last) installed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstAgentVerify 1.3.6.1.4.1.191.39.13.2.3.2.6
A level of verification that the DMI component is installed and functioning. This attribute is not currently supported.
Status: mandatory Access: read-only
OBJECT-TYPE    
  VerificationState  

sstAgentState 1.3.6.1.4.1.191.39.13.2.3.2.7
A value for the current state of the agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AgentState  

sstAgentLastException 1.3.6.1.4.1.191.39.13.2.3.2.8
Details of the last exception that occurred on the SST, comprising date, time and exception binary data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sstAgentLicenseLevel 1.3.6.1.4.1.191.39.13.2.3.2.9
The current license level of the agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sstAgentLicenseCode 1.3.6.1.4.1.191.39.13.2.3.2.10
The current license code of the agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

sstAgentLocalisationSet 1.3.6.1.4.1.191.39.13.2.3.2.11
The current local language of the agent. Setting this value causes all DisplayString types to be displayed in the local language of choice. The default value of (0) uses the factory-defined set.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sstAgentTime 1.3.6.1.4.1.191.39.13.2.3.2.12
The current system time and timezone of the SST.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstAgentFilterTable 1.3.6.1.4.1.191.39.13.2.3.2.13
This table contains a list of DMI Classes and their current Filtered State for traps
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SstAgentFilterEntry

sstAgentFilterEntry 1.3.6.1.4.1.191.39.13.2.3.2.13.1
This defines the contents of the table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SstAgentFilterEntry  

sstAgentFilterClass 1.3.6.1.4.1.191.39.13.2.3.2.13.1.1
A DMI style Class definition for an instrumented Group
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

sstAgentFilterState 1.3.6.1.4.1.191.39.13.2.3.2.13.1.2
To add a filter to the table, set sstAgentFilterState to 1, supplying the sstAgentFilterClass as the key. A row is added to the table. To remove a filter from the table, set the sstAgentFilterState to 0. The row is removed from the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TruthValue  

sstLogManufacturer 1.3.6.1.4.1.191.39.13.2.4.1
The name of the manufacturer of the product.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstLogProduct 1.3.6.1.4.1.191.39.13.2.4.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstLogVersion 1.3.6.1.4.1.191.39.13.2.4.3
This attribute does not apply to the event log software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstLogSerialNo 1.3.6.1.4.1.191.39.13.2.4.4
This attribute does not apply to the event log software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstLogInstallation 1.3.6.1.4.1.191.39.13.2.4.5
The date and time, in DMI-defined format, when the component was (last) installed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

sstLogVerify 1.3.6.1.4.1.191.39.13.2.4.6
A level of verification that the DMI component is installed and functioning. This attribute is not currently supported.
Status: mandatory Access: read-only
OBJECT-TYPE    
  VerificationState