3270 information

The dt3270 section of the MIB indicates whether the 3270 option is installed, the number of 3270 sessions in ready state, and a table containing one entry for each 3270 session showing what is happening on the session and allowing control over the session. The index for this table is the 3270 session number.

Structure Access Type Description
dt3270
 
 
 
dt3270Install
 
INTEGER
Shows whether the 3270 option is installed

0 (=no) or 1 (=yes)

 
dt3270AvailableSessions
 
INTEGER
The number of 3270 sessions in the Ready state.
 
dt3270SessionTable
Read-only
 
   
dt3270SessionEntry
Read-only
 
   
   dt3270Index
None
INTEGER
The 3270 session number.
   
   dt3270Attachment
Read-only
DisplayString
The SNA name of the physical link station associated with the 3270 session.
   
   dt3270Session
Read-only
DisplayString
The SNA name of the 3270 session.
   
   dt3270Status
Read-only
INTEGER
Shows the status of each configured 3270 session. Possible values are:
  • 0 Undefined
  • 1 Initializing
  • 2 Ready
  • 3 Allocated
  • 4 Disabled
  • 5 Down
  • 6 Emulation
   
   dt3270LineDownReason
Read-only
INTEGER
Shows the status of the configured 3270 session. Possible values are:
  • 0 Working OK
  • 1 Communication error
  • 2 Host timeout
  • 3 User abort
  • 4 Script abort
  • 5 Executor died
  • 6 Attachment down
   
   dt3270Script
Read-only
DisplayString
The name of the 3270 script controlling this session.
   
   dt3270Server
Read-only
DisplayString
The name of the 3270 server using this session.
   
   dt3270Action
Write-only
INTEGER
Actions that change the dt3270Status of a 3270 session. Possible values are:
  • 0 Enable
  • 1 Disable
  • 2 Quiesce