IBMACCOUNTING-MIB

File: IBMACCOUNTING-MIB.mib (52686 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB

Imported symbols

enterprises Gauge Counter
TimeTicks OBJECT-TYPE DisplayString

Defined Types

IbmappnIsAcBtypeEntry  
SEQUENCE    
  ibmappnIsAcBtypeMedia INTEGER
  ibmappnIsAcBtypeActive INTEGER
  ibmappnIsAcBtypeDirName DisplayString
  ibmappnIsAcBtypePrdMaxBufs INTEGER
  ibmappnIsAcBtypeMaxBufs INTEGER
  ibmappnIsAcBtypeCurBufs Gauge
  ibmappnIsAcBtypePrdRecPerBuf INTEGER
  ibmappnIsAcBtypeRecPerBuf INTEGER
  ibmappnIsAcBtypeRecFormat INTEGER
  ibmappnIsAcBtypeFullAction INTEGER
  ibmappnIsAcBtypeFullTime TimeTicks
  ibmappnIsAcBtypeFullReason INTEGER
  ibmappnIsAcBtypeFullWraps INTEGER
  ibmappnIsAcBtypeFullLosts INTEGER
  ibmappnIsAcBtypeErrorWraps INTEGER
  ibmappnIsAcBtypeErrorLosts INTEGER
  ibmappnIsAcBtypeCheckPts INTEGER
  ibmappnIsAcBtypePurges INTEGER
  ibmappnIsAcBtypeDeletes INTEGER
  ibmappnIsAcBtypeResets INTEGER
  ibmappnIsAcBtypeClearStats INTEGER

IbmappnIsAcBufEntry  
SEQUENCE    
  ibmappnIsAcBufMedia INTEGER
  ibmappnIsAcBufNumber INTEGER
  ibmappnIsAcBufState INTEGER
  ibmappnIsAcBufRecFormat INTEGER
  ibmappnIsAcBufMaxRecords INTEGER
  ibmappnIsAcBufOldestIndex INTEGER
  ibmappnIsAcBufNewestIndex INTEGER
  ibmappnIsAcBufName DisplayString

IbmappnIsAcTimeEntry  
SEQUENCE    
  ibmappnIsAcTimeIndex INTEGER
  ibmappnIsAcTimeEntryType INTEGER
  ibmappnIsAcTimeForMedia INTEGER
  ibmappnIsAcTimeRecTime TimeTicks
  ibmappnIsAcTimeAgtUtcSecs INTEGER
  ibmappnIsAcTimeAgtUtcMins INTEGER
  ibmappnIsAcTimeAgtUtcHours INTEGER
  ibmappnIsAcTimeAgtUtcMdays INTEGER
  ibmappnIsAcTimeAgtUtcMonths INTEGER
  ibmappnIsAcTimeAgtUtcYears INTEGER
  ibmappnIsAcTimeAgtUtcWdays INTEGER
  ibmappnIsAcTimeAgtUtcYdays INTEGER
  ibmappnIsAcTimeAgtUtcIsdst INTEGER
  ibmappnIsAcTimeAgtName DisplayString
  ibmappnIsAcTimeMgrUtcSecs INTEGER
  ibmappnIsAcTimeMgrUtcMins INTEGER
  ibmappnIsAcTimeMgrUtcHours INTEGER
  ibmappnIsAcTimeMgrUtcMdays INTEGER
  ibmappnIsAcTimeMgrUtcMonths INTEGER
  ibmappnIsAcTimeMgrUtcYears INTEGER
  ibmappnIsAcTimeMgrUtcWdays INTEGER
  ibmappnIsAcTimeMgrUtcYdays INTEGER
  ibmappnIsAcTimeMgrUtcIsdst INTEGER
  ibmappnIsAcTimeMgrName DisplayString
  ibmappnIsAcTimeMgrTimeValid INTEGER

IbmappnIsAcDataEntry  
SEQUENCE    
  ibmappnIsAcIndex INTEGER
  ibmappnIsAcEntryType INTEGER
  ibmappnIsAcRecTime TimeTicks
  ibmappnIsAcFqLuName DisplayString
  ibmappnIsAcPcid OCTET STRING
  ibmappnIsAcPriLuName DisplayString
  ibmappnIsAcSecLuName DisplayString
  ibmappnIsAcCosName DisplayString
  ibmappnIsAcModeName DisplayString
  ibmappnIsAcTransPriority INTEGER
  ibmappnIsAcSessType INTEGER
  ibmappnIsAcSessState INTEGER
  ibmappnIsAcSessStartTime TimeTicks
  ibmappnIsAcSessUpTime TimeTicks
  ibmappnIsAcCtrUpTime TimeTicks
  ibmappnIsAcEndReason OCTET STRING
  ibmappnIsAcP2SFmdPius Counter
  ibmappnIsAcS2PFmdPius Counter
  ibmappnIsAcP2SNonFmdPius Counter
  ibmappnIsAcS2PNonFmdPius Counter
  ibmappnIsAcP2SFmdBytes Counter
  ibmappnIsAcS2PFmdBytes Counter
  ibmappnIsAcP2SNonFmdBytes Counter
  ibmappnIsAcS2PNonFmdBytes Counter
  ibmappnIsAcRouteInfo OCTET STRING

Defined Values

ibm 1.3.6.1.4.1.2
OBJECT IDENTIFIER    

ibmProd 1.3.6.1.4.1.2.6
OBJECT IDENTIFIER    

ibm6611 1.3.6.1.4.1.2.6.2
OBJECT IDENTIFIER    

ibmappn 1.3.6.1.4.1.2.6.2.13
OBJECT IDENTIFIER    

ibmappnSession 1.3.6.1.4.1.2.6.2.13.7
OBJECT IDENTIFIER    

ibmappnSessIntermediate 1.3.6.1.4.1.2.6.2.13.7.3
OBJECT IDENTIFIER    

ibmappnIsAccounting 1.3.6.1.4.1.2.6.2.13.7.3.2
OBJECT IDENTIFIER    

ibmappnIsAcGlobal 1.3.6.1.4.1.2.6.2.13.7.3.2.1
OBJECT IDENTIFIER    

ibmappnIsAcGlobeStatus 1.3.6.1.4.1.2.6.2.13.7.3.2.1.1
This object indicates the current status for accounting type. 1. indicates collection is not active for any media type. 2. indicates collection is active for at least one media type; and that media is not full. 3. indicates collection is active for at least one media type; but all active medias are full.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notActive(1), activeNotFull(2), activeButFull(3)  

ibmappnIsAcGlobeByteThresh 1.3.6.1.4.1.2.6.2.13.7.3.2.1.2
The byte threshold for recording accounting information for an active session. If the total of the byte counters (FmdBytes and NonFmdBtyes) is an even multiple of this non-zero value, statistics for this session will be recorded to all active buffers. A value of zero indicates that no byte threshold has been set.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcGlobeCheckPt 1.3.6.1.4.1.2.6.2.13.7.3.2.1.3
By setting this value to yes, the agent will collect accounting information for all active sessions. This information will be recorded to all active buffers.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), yes(2)  

ibmappnIsAcGlobeMgrUtcSecs 1.3.6.1.4.1.2.6.2.13.7.3.2.1.4
The manager's Coordinated Universal Time (UTC) seconds. It contains an integer from 0 to 59. By setting this value, the agent will create time record with its corresponding time and name. When setting this object, the manager should also set all other ibmappnIsAcGlobeMgr objects with the same SET operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..59  

ibmappnIsAcGlobeMgrUtcMins 1.3.6.1.4.1.2.6.2.13.7.3.2.1.5
The manager's Coordinated Universal Time (UTC) minutes. It contains an integer from 0 to 59. By setting this value, the agent will create time record with its corresponding time and name. When setting this object, the manager should also set all other ibmappnIsAcGlobeMgr objects with the same SET operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..59  

ibmappnIsAcGlobeMgrUtcHours 1.3.6.1.4.1.2.6.2.13.7.3.2.1.6
The manager's Coordinated Universal Time (UTC) hours. It contains an integer from 0 to 23. By setting this value, the agent will create time record with its corresponding time and name. When setting this object, the manager should also set all other ibmappnIsAcGlobeMgr objects with the same SET operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..23  

ibmappnIsAcGlobeMgrUtcMdays 1.3.6.1.4.1.2.6.2.13.7.3.2.1.7
The manager's Coordinated Universal Time (UTC) day of the month. It contains an integer from 1 to 31; or 0 if the manager has not set this object. By setting this value, the agent will create time record with its corresponding time and name. When setting this object, the manager should also set all other ibmappnIsAcGlobeMgr objects with the same SET operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..31  

ibmappnIsAcGlobeMgrUtcMonths 1.3.6.1.4.1.2.6.2.13.7.3.2.1.8
The manager's Coordinated Universal Time (UTC) months since January. It contains an integer from 0 to 11. By setting this value, the agent will create time record with its corresponding time and name. When setting this object, the manager should also set all other ibmappnIsAcGlobeMgr objects with the same SET operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER january(0), february(1), march(2), april(3), may(4), june(5), july(6), august(7), september(8), october(9), november(10), december(11)  

ibmappnIsAcGlobeMgrUtcYears 1.3.6.1.4.1.2.6.2.13.7.3.2.1.9
The manager's number of years since 1900. For years up through 1999, this value is identical to the manager's Coordinated Universal Time (UTC) years. Beginning in the year 2000, however, this value will be greater than the UTC years value by 100 (or more). By setting this value, the agent will create time record with its corresponding time and name. When setting this object, the manager should also set all other ibmappnIsAcGlobeMgr objects with the same SET operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..1000  

ibmappnIsAcGlobeMgrUtcWdays 1.3.6.1.4.1.2.6.2.13.7.3.2.1.10
The manager's Coordinated Universal Time (UTC) days since Sunday. It contains an integer from 0 to 6. By setting this value, the agent will create time record with its corresponding time and name. When setting this object, the manager should also set all other ibmappnIsAcGlobeMgr objects with the same SET operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER sunday(0), monday(1), tuesday(2), wednesday(3), thursday(4), friday(5), saturday(6)  

ibmappnIsAcGlobeMgrUtcYdays 1.3.6.1.4.1.2.6.2.13.7.3.2.1.11
The manager's Coordinated Universal Time (UTC) days since January 1. It contains an integer from 0 to 365. By setting this value, the agent will create time record with its corresponding time and name. When setting this object, the manager should also set all other ibmappnIsAcGlobeMgr objects with the same SET operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..365  

ibmappnIsAcGlobeMgrUtcIsdst 1.3.6.1.4.1.2.6.2.13.7.3.2.1.12
The manager's Coordinated Universal Time (UTC) daylight saving time flag. It is positive if daylight saving time is in effect. It is zero if daylight saving time is not in effect. It is negative if the manager does not support the function. By setting this value, the agent will create time record with its corresponding time and name. When setting this object, the manager should also set all other ibmappnIsAcGlobeMgr objects with the same SET operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ibmappnIsAcGlobeMgrName 1.3.6.1.4.1.2.6.2.13.7.3.2.1.13
The name of the manager who set the manager UTC times or NULL if the manager name has not been set. It contains: a. the network id of the manager, b. a period (.) c. the cp name of the manager. By setting this value, the agent will create time record with its corresponding time and name. When setting this object, the manager should also set all other ibmappnIsAcGlobeMgr objects with the same SET operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(3..17)  

ibmappnIsAcBtypeTable 1.3.6.1.4.1.2.6.2.13.7.3.2.2
Intermediate Session Accounting Buffer Type Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbmappnIsAcBtypeEntry

ibmappnIsAcBtypeEntry 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1
Entry of Intermediate Session Accounting Buffer Type Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IbmappnIsAcBtypeEntry  

ibmappnIsAcBtypeMedia 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.1
The media for storing the intermediate session accounting records.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER memory(1), dasd(2)  

ibmappnIsAcBtypeActive 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.2
Indicates whether or not the buffer media is active. 1. no: indicates the buffer media is not currently used for recording. 2. yes: indicates the buffer media is currently being used for recording.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

ibmappnIsAcBtypeDirName 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.3
The name of the directory which will be used to allocate and write buffers of this type. For memory buffer types, this field will be NULL.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

ibmappnIsAcBtypePrdMaxBufs 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.4
The maximum number of buffer media supported by the product.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcBtypeMaxBufs 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.5
The maximum number of buffer media that will be used for recording accounting information. This value must be in the range of zero to the Product Maximum.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcBtypeCurBufs 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.6
The current number of buffer media. This is the sum of all full and in use buffers of this type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

ibmappnIsAcBtypePrdRecPerBuf 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.7
The maximum number of records supported by the product.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcBtypeRecPerBuf 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.8
The maximum number of records which will be recorded in an individual buffer. This value must be in the range of zero to the Product Maximum.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcBtypeRecFormat 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.9
This defines the recording format of records. (1) ascii: records are recorded in ascii (English text format) (2) binary: records are recorded in binary (machine readable format)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ascii(1), binary(2)  

ibmappnIsAcBtypeFullAction 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.10
This defines the behaviour used when all media buffers are full. (1) halt: stop creating new records (2) wrap: overwrite the existing records.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER halt(1), wrap(2)  

ibmappnIsAcBtypeFullTime 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.11
The time when the full condition was encountered. This time is represented in hundredths of a second since the node was started, up to a value of 2**32-1 (4,294,967,295), after which it wraps.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ibmappnIsAcBtypeFullReason 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.12
The reason the buffer media is full. (1) The media is not full. (2) The maximum number of buffers have been reached, all buffers are full, and the full action is halt. (3) The maximum number of buffers is zero or the maximum number of records is less than 5 or a unique record number cannot be generated. (4) Unable to write to the media due to I/O errors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notFull(1), physicallyFull(2), logicallyFull(3), ioErrors(4)  

ibmappnIsAcBtypeFullWraps 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.13
The number of accounting records being overwritten due to buffer full situation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcBtypeFullLosts 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.14
The number of new accounting records lost due to the buffer full situation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcBtypeErrorWraps 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.15
The number of accounting records lost to due to other reasons, (e.g. I/O error, software error) while in a wrap condition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcBtypeErrorLosts 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.16
The number of accounting records lost to due to other reasons, (e.g. I/O error, software error) while not in a full condition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcBtypeCheckPts 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.17
The number of times a buffer of this type has been recorded to for checkpointing active intermediate sessions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcBtypePurges 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.18
The number of times a buffer of this type has been purged.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcBtypeDeletes 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.19
The number of times entries have been deleted from a buffer of this type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcBtypeResets 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.20
The number of times the Btype counters have been reset as a result of a SET.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcBtypeClearStats 1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.21
By setting this object to yes, all statistics for this media type will be cleared (set to zero); and the Btype reset counter will be incremented. Objects affected by this include: - ibmappnIsAcBtypeFullTime - ibmappnIsAcBtypeFullReason - ibmappnIsAcBtypeFullWraps - ibmappnIsAcBtypeFullLosts - ibmappnIsAcBtypeErrorWraps - ibmappnIsAcBtypeErrorLosts - ibmappnIsAcBtypeCheckPts - ibmappnIsAcBtypePurges - ibmappnIsAcBtypeDeletes
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), yes(2)  

ibmappnIsAcBufTable 1.3.6.1.4.1.2.6.2.13.7.3.2.3
Intermediate Session Accounting Buffer Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbmappnIsAcBufEntry

ibmappnIsAcBufEntry 1.3.6.1.4.1.2.6.2.13.7.3.2.3.1
Entry of Intermediate Session Accounting Buffer Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IbmappnIsAcBufEntry  

ibmappnIsAcBufMedia 1.3.6.1.4.1.2.6.2.13.7.3.2.3.1.1
The media for storing the intermediate session accounting records.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER memory(1), dasd(2)  

ibmappnIsAcBufNumber 1.3.6.1.4.1.2.6.2.13.7.3.2.3.1.2
Number of the buffer. Each time a new buffer is used for recording, an incremented number will be assigned. Thus, the order of in which the buffers were filled can be determined.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcBufState 1.3.6.1.4.1.2.6.2.13.7.3.2.3.1.3
The current buffer state. 1. complete: indicates the buffer is full or recording is not active for this buffer. In either case, the buffer is ready to be retrieved. This value may be specified in a SET operation to change a buffer's state from active to complete. 2. active: indicates the buffer is current being used for recording. This value is not valid for use in a SET operation. 3. purge: indicates the buffer should be purged. This value may be specified in a SET operation to remove a buffer. Specification of this value is only valid for complete buffers. It is not valid for active buffers.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER complete(1), active(2), purge(3)  

ibmappnIsAcBufRecFormat 1.3.6.1.4.1.2.6.2.13.7.3.2.3.1.4
This defines the recording format of records. (1) ascii: records are recorded in ascii (English text format) (2) binary: records are recorded in binary (machine readable format)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ascii(1), binary(2)  

ibmappnIsAcBufMaxRecords 1.3.6.1.4.1.2.6.2.13.7.3.2.3.1.5
The maximum number of records this buffer may contain. It is derived from the number of records per buffer set in the buffer type table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcBufOldestIndex 1.3.6.1.4.1.2.6.2.13.7.3.2.3.1.6
The oldest accounting index contained in this buffer. By setting this object, all records with indexes less than this value will be deleted. Setting of this object will not be honored for all types of buffers.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcBufNewestIndex 1.3.6.1.4.1.2.6.2.13.7.3.2.3.1.7
The newest accounting index contained in this buffer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcBufName 1.3.6.1.4.1.2.6.2.13.7.3.2.3.1.8
The name of the buffer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

ibmappnIsAcTimeTable 1.3.6.1.4.1.2.6.2.13.7.3.2.4
Intermediate Session Accounting Time Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbmappnIsAcTimeEntry

ibmappnIsAcTimeEntry 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1
Entry of Intermediate Session Accounting Time Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IbmappnIsAcTimeEntry  

ibmappnIsAcTimeIndex 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.1
Intermediate Session Time record index. This object starts with 0, and increase up to maximum value of 2**31-1 (2,147,483,647), after which it wraps.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcTimeEntryType 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.2
Indicates whether the entry was made as the result of: 1. a SET to start collecting accounting data, or 2. a SET to stop collecting accounting data, or 3. the creation of a new media to store accounting data, or 4. a media was full and wrapped (over writing records), or 5. the system time changed, or 6. a manager set the manager times and/or manager name, or 7. the record format for this media changed, or 8. time reference for the media
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER startCollection(1), endCollection(2), createdMedia(3), wrappedMedia(4), timeChange(5), managerSetTime(6), recordFormatChanged(7), timeReference(8)  

ibmappnIsAcTimeForMedia 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.3
This object qualifies the time entry type. It indicates the media type(s) to which the entry applies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER memoryMedia(1), dasdMedia(2), allMedias(99)  

ibmappnIsAcTimeRecTime 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.4
The time when the intermediate session record was created. This time is represented in hundredths of a second since the node was started, up to a value of 2**32-1 (4,294,967,295), after which it wraps.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ibmappnIsAcTimeAgtUtcSecs 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.5
The agent's Coordinated Universal Time (UTC) seconds. It contains an integer from 0 to 59.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..59  

ibmappnIsAcTimeAgtUtcMins 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.6
The agent's Coordinated Universal Time (UTC) minutes. It contains an integer from 0 to 59.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..59  

ibmappnIsAcTimeAgtUtcHours 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.7
The agent's Coordinated Universal Time (UTC) hours. It contains an integer from 0 to 23.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..23  

ibmappnIsAcTimeAgtUtcMdays 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.8
The agent's Coordinated Universal Time (UTC) day of the month. It contains an integer from 1 to 31.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..31  

ibmappnIsAcTimeAgtUtcMonths 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.9
The agent's Coordinated Universal Time (UTC) months since January. It contains an integer from 0 to 11.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER january(0), february(1), march(2), april(3), may(4), june(5), july(6), august(7), september(8), october(9), november(10), december(11)  

ibmappnIsAcTimeAgtUtcYears 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.10
The agent's number of years since 1900. For years up through 1999, this value is identical to the manager's Coordinated Universal Time (UTC) years. Beginning in the year 2000, however, this value will be greater than the UTC years value by 100 (or more).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..1000  

ibmappnIsAcTimeAgtUtcWdays 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.11
The agent's Coordinated Universal Time (UTC) days since Sunday. It contains an integer from 0 to 6.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER sunday(0), monday(1), tuesday(2), wednesday(3), thursday(4), friday(5), saturday(6)  

ibmappnIsAcTimeAgtUtcYdays 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.12
The agent's Coordinated Universal Time (UTC) days since January 1. It contains an integer from 0 to 365.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..365  

ibmappnIsAcTimeAgtUtcIsdst 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.13
The agent's Coordinated Universal Time (UTC) daylight saving time flag. It is positive if daylight saving time is in effect. It is zero if daylight saving time is not in effect. It is negative if the manager causing this entry to be created did not support the function.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ibmappnIsAcTimeAgtName 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.14
The name of the agent who set the agent UTC times. It contains: a. the network id of the agent, b. a period (.) c. the cp name of the agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(3..17)  

ibmappnIsAcTimeMgrUtcSecs 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.15
The manager's Coordinated Universal Time (UTC) seconds. It contains an integer from 0 to 59.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..59  

ibmappnIsAcTimeMgrUtcMins 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.16
The manager's Coordinated Universal Time (UTC) minutes. It contains an integer from 0 to 59.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..59  

ibmappnIsAcTimeMgrUtcHours 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.17
The manager's Coordinated Universal Time (UTC) hours. It contains an integer from 0 to 23.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..23  

ibmappnIsAcTimeMgrUtcMdays 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.18
The manager's Coordinated Universal Time (UTC) day of the month. It contains an integer from 1 to 31; or 0 if the manager did not set the ibmappnIsAcGlobeMgrUtcMdays object.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..31  

ibmappnIsAcTimeMgrUtcMonths 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.19
The manager's Coordinated Universal Time (UTC) months since January. It contains an integer from 0 to 11.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER january(0), february(1), march(2), april(3), may(4), june(5), july(6), august(7), september(8), october(9), november(10), december(11)  

ibmappnIsAcTimeMgrUtcYears 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.20
The manager's number of years since 1900. For years up through 1999, this value is identical to the manager's Coordinated Universal Time (UTC) years. Beginning in the year 2000, however, this value will be greater than the UTC years value by 100 (or more).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..1000  

ibmappnIsAcTimeMgrUtcWdays 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.21
The manager's Coordinated Universal Time (UTC) days since Sunday. It contains an integer from 0 to 6.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER sunday(0), monday(1), tuesday(2), wednesday(3), thursday(4), friday(5), saturday(6)  

ibmappnIsAcTimeMgrUtcYdays 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.22
The manager's Coordinated Universal Time (UTC) days since January 1. It contains an integer from 0 to 365.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..365  

ibmappnIsAcTimeMgrUtcIsdst 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.23
The manager's Coordinated Universal Time (UTC) daylight saving time flag. It is positive if daylight saving time is in effect. It is zero if daylight saving time is not in effect. It is negative if the manager does not support the function.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ibmappnIsAcTimeMgrName 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.24
The name of the manager who set the manager UTC times or NULL if the manager name has not been set. It contains: a. the network id of the manager, b. a period (.) c. the cp name of the manager.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..17)  

ibmappnIsAcTimeMgrTimeValid 1.3.6.1.4.1.2.6.2.13.7.3.2.4.1.25
This indicates rather or not the manager UTC times are valid. It is set by the manager if the manager determines the manager UTC times are valid.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER notvalid(1), valid(2)  

ibmappnIsAcDataTable 1.3.6.1.4.1.2.6.2.13.7.3.2.5
Intermediate Session Accounting Data Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbmappnIsAcDataEntry

ibmappnIsAcDataEntry 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1
Entry of Intermediate Session Accounting Data Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IbmappnIsAcDataEntry  

ibmappnIsAcIndex 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.1
Session accounting record index. Upon initial startup, it will begin with 0, and increase up to maximum value of 2**31-1 (2,147,483,647), and wraps. Upon subsequent startups, it will be initialized with the value of the oldest index for any media type, or with 0 if no indices are found.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

ibmappnIsAcEntryType 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.2
Indicates whether the entry was made as the result of: 1. a session starting or, 2. a session ending or, 3. a session threshold's being reached or 4. a session checkpoint request
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER startEntry(1), endEntry(2), thresholdEntry(3), checkpointEntry(4)  

ibmappnIsAcRecTime 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.3
The time when the record was created. This time is represented in hundredths of a second since the node was started, up to a value of 2**32-1 (4,294,967,295), after which it wraps.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ibmappnIsAcFqLuName 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.4
The network-qualified CP name or PU name of the node at which the session and pcid originated. For APPN and LEN nodes, this is either CP name of the APPN node at which the origin LU is located or the CP name of the NN serving the LEN node at which the origin LU is located. This field is from 3 to 17 characters in length, including a period (.) which separates the NetId from the NAU name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(3..17)  

ibmappnIsAcPcid 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.5
The procedure correlation identifier (pcid) of a session. It is an 8-octet value assigned by the primary LU.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

ibmappnIsAcPriLuName 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.6
Primary LU Name of the session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(3..17)  

ibmappnIsAcSecLuName 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.7
Secondary LU Name of the session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(3..17)  

ibmappnIsAcModeName 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.8
The mode name used for this session
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..8)  

ibmappnIsAcCosName 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.9
The class of service (cos) used for this session
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..8)  

ibmappnIsAcTransPriority 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.10
Transmission priority for this session. The values are: 1. Low 2. Medium 3. High 4. Network
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER low(1), medium(2), high(3), network(4)  

ibmappnIsAcSessType 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.11
The type of intermediate session. Defined values are lu62 A session between LUs of type 6.2 (as indicated by the LU type in Bind) lu0thru3 A session between LUs of type 0, 1, 2, or 3 (as indicated by the LU type in Bind) lu62dlur A session between LUs of type 6.2 (as indicated by the LU type in Bind). One of the LUs is a dependent LU supported by the dependent LU requester (DLUR) function at this node. lu0thru3dlur A session between LUs of type 0, 1, 2, or 3 (as indicated by the LU type in Bind) One of the LUs is a dependent LU supported by the dependent LU requester (DLUR) function at this node.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER lu62(1), lu0thru3(2), lu62dlur(3), lu0thru3dlur(4)  

ibmappnIsAcSessState 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.12
Indicates the state of the session. 1. session is pending inactive or, 2. session is pending active or, 3. session is active or, 4. session is inactive
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), pendactive(2), active(3), pendinact(4)  

ibmappnIsAcSessStartTime 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.13
The time when the session started. This time is represented in hundredths of a second since the node was started, up to a value of 2**32-1 (4,294,967,295), after which it wraps.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ibmappnIsAcSessUpTime 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.14
Length of time the session has been active in hundredths of a second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ibmappnIsAcCtrUpTime 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.15
Length of time the session counters have been active in hundredths of a second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ibmappnIsAcEndReason 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.16
The SNA sense data reported when the session ended.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

ibmappnIsAcP2SFmdPius 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.17
The number of FMD PIU's sent from the primary LU to the secondary LU.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmappnIsAcS2PFmdPius 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.18
The number of FMD PIU's sent from the secondary LU to the primary LU.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmappnIsAcP2SNonFmdPius 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.19
The number of non-FMD PIU's sent from the primary LU to the secondary LU.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmappnIsAcS2PNonFmdPius 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.20
The number of non-FMD PIU's sent from the secondary LU to the primary LU.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmappnIsAcP2SFmdBytes 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.21
The number of FMD bytes sent from the primary LU to the secondary LU.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmappnIsAcS2PFmdBytes 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.22
The number of FMD bytes sent from the secondary LU to the primary LU.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmappnIsAcP2SNonFmdBytes 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.23
The number of non-FMD bytes sent from the primary LU to the secondary LU.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmappnIsAcS2PNonFmdBytes 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.24
The number of non-FMD bytes sent from the secondary LU to the primary LU.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ibmappnIsAcRouteInfo 1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.25
The route selection control vector (RSCV x'2B') used for this session. It is present for APPN nodes; for LEN nodes, a zero- length string is returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)