MIB Viewer

tn3270eSrvrConfSessionTermState

OBJECT-TYPE
1.3.6.1.2.1.34.8.1.1.1.9
Access
read-create
Status
current
Sub-identifiers
0
This object determines what a TN3270E server should do when a TN3270 Session terminates: terminate(1) => Terminate the TCP connection. luSessionPend(2) => Do not drop the TCP connection associated with a client when its TN3270 session ends. Processing should redrive session initialization as if the client were first connecting. queueSession(3) => This value relates to the Close Destination PASS (CLSDST PASS) operation in VTAM. An example provides the easiest explanation. Suppose a TN3270E client is in session with APPL1, and APPL1 does a CLSDST PASS of the client's session to APPL2. queueSession(3) specifies that the TN3270E server must keep the TCP connection with the client active after it receives the UNBIND from APPL1, waiting for the BIND from APPL2.
INTEGER { terminate(1), luSessionPend(2), queueSession(3) }