IBM-3200-MIB

File: IBM-3200-MIB.mib (25697 bytes)

Imported modules

RFC-1212 RFC-1215 RFC1155-SMI
RFC1213-MIB

Imported symbols

OBJECT-TYPE TRAP-TYPE enterprises
DisplayString

Defined Types

LibraryEntry  
SEQUENCE    
  libraryEntryId INTEGER
  libraryState INTEGER
  libraryTimeStamp INTEGER
  libraryType INTEGER
  libraryScsiId INTEGER
  libraryScsiLun INTEGER
  libraryVendorId DisplayString
  libraryProductId DisplayString
  libraryFwLevel DisplayString
  librarySerNum DisplayString
  libraryDrvCnt INTEGER
  librarySlotCnt INTEGER
  libraryImpExpCnt INTEGER
  libraryTranspCnt INTEGER
  libraryMoves INTEGER
  librarySlotFetchRetries INTEGER
  librarySlotStowRetries INTEGER
  libraryDrvFetchRetries INTEGER
  libraryDrvStowRetries INTEGER
  libraryDoorState INTEGER
  libraryImpExpState INTEGER
  libraryFaultFSC INTEGER
  libraryFaultSev INTEGER
  libraryFaultDescr DisplayString

DriveEntry  
SEQUENCE    
  driveEntryId INTEGER
  driveState INTEGER
  driveTimeStamp INTEGER
  driveType INTEGER
  driveScsiId INTEGER
  driveScsiLun INTEGER
  driveVendorId DisplayString
  driveProductId DisplayString
  driveFwlevel DisplayString
  driveSerNum DisplayString
  driveLibrarySN DisplayString
  driveTpHrs INTEGER
  driveClean INTEGER
  driveLoads INTEGER
  driveSoftWrtErrors INTEGER
  driveHardWrtErrors INTEGER
  driveSoftReadErrors INTEGER
  driveHardReadErrors INTEGER

Defined Values

ibm 1.3.6.1.4.1.2
OBJECT IDENTIFIER    

ibmProd 1.3.6.1.4.1.2.6
OBJECT IDENTIFIER    

ibm3200 1.3.6.1.4.1.2.6.211
OBJECT IDENTIFIER    

ibm3200MIB 1.3.6.1.4.1.2.6.211.0
OBJECT IDENTIFIER    

ibm3200MIBTraps 1.3.6.1.4.1.2.6.211.0.0
OBJECT IDENTIFIER    

ibm3200MIBAdmin 1.3.6.1.4.1.2.6.211.0.1
OBJECT IDENTIFIER    

ibm3200MIBObjects 1.3.6.1.4.1.2.6.211.0.2
OBJECT IDENTIFIER    

ibm3200MIBConformance 1.3.6.1.4.1.2.6.211.0.3
OBJECT IDENTIFIER    

ibm3200Id 1.3.6.1.4.1.2.6.211.1
OBJECT IDENTIFIER    

ibm3200IdDisplayName 1.3.6.1.4.1.2.6.211.1.1
Name of this product for display purposes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

ibm3200IdDescription 1.3.6.1.4.1.2.6.211.1.2
A short description of this product such as .
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

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

ibm3200IdAgentVersion 1.3.6.1.4.1.2.6.211.1.4
The version of this product.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

ibm3200IdBuildNumber 1.3.6.1.4.1.2.6.211.1.5
The software build number of the product.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

ibm3200IdURL 1.3.6.1.4.1.2.6.211.1.6
The URL of the web-based application to manage this product.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

ibm3200Status 1.3.6.1.4.1.2.6.211.2
OBJECT IDENTIFIER    

ibm3200StatusGlobalStatus 1.3.6.1.4.1.2.6.211.2.1
Current status of the product. This is a rollup for the entire agent including any monitored devices. The status is intended to give initiative to a snmp monitor to get further data when this status is abnormal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), unknown(2), ok(3), non-critical(4), critical(5), non-Recoverable(6)  

ibm3200StatusLastGlobalStatus 1.3.6.1.4.1.2.6.211.2.2
The status before the current status which induced an initiative to issue a global status change trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), unknown(2), ok(3), non-critical(4), critical(5), non-recoverable(6)  

ibm3200StatusTimeStamp 1.3.6.1.4.1.2.6.211.2.3
The last time that the agent values have been updated. The time shoule be in a relative timestamp, such as SysUpTime.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ibm3200StatusGetTimeOut 1.3.6.1.4.1.2.6.211.2.4
Suggested time out value in milleseconds for how long the SNMP getter should wait while attempting to poll the product SNMP service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..10000  

ibm3200StatusRefreshRate 1.3.6.1.4.1.2.6.211.2.5
Rate in seconds at which the agent cached data is being updated. If the value is 0 then the data is not cached. If the value is -1 then the value does not apply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -1..1000000000  

ibm3200StatusGeneratingTrapFlag 1.3.6.1.4.1.2.6.211.2.6
Indicates id this SNMP agent is capable of and/or is generating SNMP traps.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2), disabled(3)  

ibm3200Physical 1.3.6.1.4.1.2.6.211.3
OBJECT IDENTIFIER    

libraryTable 1.3.6.1.4.1.2.6.211.3.1
A table of library status.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LibraryEntry

libraryEntry 1.3.6.1.4.1.2.6.211.3.1.1
Entry in the library Table. Each entry contains an index (libraryEntryId), and the values associated with the device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LibraryEntry  

libraryEntryId 1.3.6.1.4.1.2.6.211.3.1.1.1
Table entry index value. Each unique physical device has a unique libraryEntryId.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..256  

libraryState 1.3.6.1.4.1.2.6.211.3.1.1.2
Device state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

libraryTimeStamp 1.3.6.1.4.1.2.6.211.3.1.1.3
Relative time in sec from power-up.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

libraryType 1.3.6.1.4.1.2.6.211.3.1.1.4
Device type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

libraryScsiId 1.3.6.1.4.1.2.6.211.3.1.1.5
SCSI ID of the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

libraryScsiLun 1.3.6.1.4.1.2.6.211.3.1.1.6
SCSI Lun of the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

libraryVendorId 1.3.6.1.4.1.2.6.211.3.1.1.7
Library Vendor ID string as reported in a SCSI Inquiry command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

libraryProductId 1.3.6.1.4.1.2.6.211.3.1.1.8
Library Product Id string as reported in a SCSI Inquiry command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

libraryFwLevel 1.3.6.1.4.1.2.6.211.3.1.1.9
Library Firmware level as reported in a SCSI Inquiry command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

librarySerNum 1.3.6.1.4.1.2.6.211.3.1.1.10
Library serial number as reported in SCSI Inquiry command, page 0x80.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

libraryDrvCnt 1.3.6.1.4.1.2.6.211.3.1.1.11
Number of drives contained in this library.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

librarySlotCnt 1.3.6.1.4.1.2.6.211.3.1.1.12
Number of cartridge slots contained in this library
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

libraryImpExpCnt 1.3.6.1.4.1.2.6.211.3.1.1.13
Number of import/export elements (mail slots) contained in this library
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

libraryTranspCnt 1.3.6.1.4.1.2.6.211.3.1.1.14
Number of transport elements (robots) contained in this library.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

libraryMoves 1.3.6.1.4.1.2.6.211.3.1.1.15
Total number of move operations done by this library.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

librarySlotFetchRetries 1.3.6.1.4.1.2.6.211.3.1.1.16
Total number of slot fetch retries by this library.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

librarySlotStowRetries 1.3.6.1.4.1.2.6.211.3.1.1.17
Total number of slot stow retries by this library.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

libraryDrvFetchRetries 1.3.6.1.4.1.2.6.211.3.1.1.18
Total number of drive fetch retries by this library.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

libraryDrvStowRetries 1.3.6.1.4.1.2.6.211.3.1.1.19
Total number of drive stow retries by this library.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

libraryDoorState 1.3.6.1.4.1.2.6.211.3.1.1.20
State of the door(s) pf this library. The interpretation of this value is vendor specific.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), open(2), closed(3), locked(4)  

libraryImpExpState 1.3.6.1.4.1.2.6.211.3.1.1.21
State of the Import/Export element(s) of this library. The interpretation of this value is vendor specific.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), open(2), closed(3), locked(4)  

libraryFaultFSC 1.3.6.1.4.1.2.6.211.3.1.1.22
The library Fault error code.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER  

libraryFaultSev 1.3.6.1.4.1.2.6.211.3.1.1.23
The library Fault severity.
Status: optional Access: read-only
OBJECT-TYPE    
  INTEGER informational(1), minor(2), major(3), critical(4)  

libraryFaultDescr 1.3.6.1.4.1.2.6.211.3.1.1.24
The library Fault description.
Status: optional Access: read-only
OBJECT-TYPE    
  DisplayString  

driveTable 1.3.6.1.4.1.2.6.211.3.2
A table of all tape drive devices in this library.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DriveEntry

driveEntry 1.3.6.1.4.1.2.6.211.3.2.1
Entry in the device Table. Each entry contains an index (driveEntryId), and the values associated with the device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DriveEntry  

driveEntryId 1.3.6.1.4.1.2.6.211.3.2.1.1
Table entry index value. Each unique physical device has a unique driveEntryId.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..512  

driveState 1.3.6.1.4.1.2.6.211.3.2.1.2
Device SCSI State.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

driveTimeStamp 1.3.6.1.4.1.2.6.211.3.2.1.3
Universal time in sec since UTC 1/1/70 when the device data was last updated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

driveType 1.3.6.1.4.1.2.6.211.3.2.1.4
SCSI device type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

driveScsiId 1.3.6.1.4.1.2.6.211.3.2.1.5
SCSI ID of the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

driveScsiLun 1.3.6.1.4.1.2.6.211.3.2.1.6
SCSI Lun of the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

driveVendorId 1.3.6.1.4.1.2.6.211.3.2.1.7
Device Vendor as would be reported in a SCSI Inquiry command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

driveProductId 1.3.6.1.4.1.2.6.211.3.2.1.8
Device Model as would be reported in a SCSI Inquiry command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

driveFwlevel 1.3.6.1.4.1.2.6.211.3.2.1.9
Device firmware level as would be reported in a SCSI Inquiry command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

driveSerNum 1.3.6.1.4.1.2.6.211.3.2.1.10
Device serial number as reported in SCSI Inquiry command, page 0x80.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

driveLibrarySN 1.3.6.1.4.1.2.6.211.3.2.1.11
Serial Number of the library that this drive is in as reported in SCSI Inquiry command, page 0x80, for the media mover device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

driveTpHrs 1.3.6.1.4.1.2.6.211.3.2.1.12
Total drive motion hours of this device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

driveClean 1.3.6.1.4.1.2.6.211.3.2.1.13
Cleaning State of the device. The interpretation of this value is vendor specific.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

driveLoads 1.3.6.1.4.1.2.6.211.3.2.1.14
Total cartridge loads for the drive.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

driveSoftWrtErrors 1.3.6.1.4.1.2.6.211.3.2.1.15
Recovered soft write error count for current cartridge
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

driveHardWrtErrors 1.3.6.1.4.1.2.6.211.3.2.1.16
Hard write error count for current cartridge
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

driveSoftReadErrors 1.3.6.1.4.1.2.6.211.3.2.1.17
Recovered soft read error count for current cartridge
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

driveHardReadErrors 1.3.6.1.4.1.2.6.211.3.2.1.18
Hard read error count for current cartridge
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ibm3200Event 1.3.6.1.4.1.2.6.211.4
OBJECT IDENTIFIER    

eventStatusChange 1.3.6.1.4.1.2.6.211.4.1
The library status has changed.
Status: current Access: read-only
NOTIFICATION-TYPE    

eventDoorOpen 1.3.6.1.4.1.2.6.211.4.2
The library door has been opened.
Status: current Access: read-only
NOTIFICATION-TYPE    

eventMailSlotAccessed 1.3.6.1.4.1.2.6.211.4.3
The library mail slot has been accessed.
Status: current Access: read-only
NOTIFICATION-TYPE    

eventFaultPosted 1.3.6.1.4.1.2.6.211.4.4
The library has posted a hard fault.
Status: current Access: read-only
NOTIFICATION-TYPE    

eventRequestDriveClean 1.3.6.1.4.1.2.6.211.4.5
One of the library tape drives has requested a cleaning cycle to ensure continued data reliability.
Status: current Access: read-only
NOTIFICATION-TYPE    

eventDriveError 1.3.6.1.4.1.2.6.211.4.6
One of the library tape drives has reported an error condition.
Status: current Access: read-only
NOTIFICATION-TYPE    

eventLoaderRetriesExcessive 1.3.6.1.4.1.2.6.211.4.7
The library has detected excessive loader retries.
Status: current Access: read-only
NOTIFICATION-TYPE    

eventLoaderOK 1.3.6.1.4.1.2.6.211.4.8
The library has reverted to normal operation.
Status: current Access: read-only
NOTIFICATION-TYPE    

eventLoaderPasswordChange 1.3.6.1.4.1.2.6.211.4.9
Library password has changed
Status: current Access: read-only
NOTIFICATION-TYPE    

eventLoaderConfigChange 1.3.6.1.4.1.2.6.211.4.10
A logical library configuration has been changed.
Status: current Access: read-only
NOTIFICATION-TYPE    

eventBrowserLogin 1.3.6.1.4.1.2.6.211.4.11
Someone logged in via Web Browser.
Status: current Access: read-only
NOTIFICATION-TYPE    

eventBrowserLogout 1.3.6.1.4.1.2.6.211.4.12
Someone logged from Web Browser.
Status: current Access: read-only
NOTIFICATION-TYPE    

eventStatusChange 1
The library status has changed.
TRAP-TYPE    

eventDoorOpen 2
The library door has been opened.
TRAP-TYPE    

eventMailSlotAccessed 3
The library mail slot has been accessed.
TRAP-TYPE    

eventFaultPosted 4
The library has posted a hard fault.
TRAP-TYPE    

eventRequestDriveClean 5
One of the library tape drives has requested a cleaning cycle to ensure continued data reliability.
TRAP-TYPE    

eventDriveError 6
One of the library tape drives has reported an error condition.
TRAP-TYPE    

eventLoaderRetriesExcessive 7
The library has detected excessive loader retries.
TRAP-TYPE    

eventLoaderOK 8
The library has reverted to normal operation.
TRAP-TYPE    

eventLoaderPasswordChange 9
An account password in the library has changed.
TRAP-TYPE    

eventLoaderConfigChange 10
A logical library configuration has been changed.
TRAP-TYPE    

eventBrowserLogin 11
Someone logged in via Web Browser
TRAP-TYPE    

eventBrowserLogout 12
Someone logged out from Web Browser
TRAP-TYPE