tn3270eSrvrConfSessionTermState
TN3270E-MIB ·
.1.3.6.1.2.1.34.8.1.1.1.9
Object
column r/w
Enumeration
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.
Context
- MIB
- TN3270E-MIB
- OID
.1.3.6.1.2.1.34.8.1.1.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tn3270eSrvrConfEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'TN3270E-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN3270E-MIB::tn3270eSrvrConfSessionTermState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TN3270E-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN3270E-MIB::tn3270eSrvrConfSessionTermState.<tn3270eSrvrConfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TN3270E-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TN3270E-MIB::tn3270eSrvrConfSessionTermState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | terminate |
2 | luSessionPend |
3 | queueSession |
Conformance
Member of