tn3270eTcpConnSnaState
TN3270E-MIB ·
.1.3.6.1.2.1.34.8.1.9.1.20
Object
column Enumeration
The current state of the SNA side of the end-to-end
TN3270 connection. The following states are defined:
unknown(1) - The true state is not known.
noSluSession(2) - The SLU has neither an SSCP-LU
nor an LU-LU session active.
sscpLuSession(3) - The SSCP-LU session for the SLU
is active, but the SLU is not
currently in session with a PLU.
luLuSession(4) - The SLU is currently in session
with a PLU, but the SSCP-LU
session for the LU is not active.
sscpLuSessionAndLuLuSession(5) - The SLU currently has
an active session with a PLU,
and the SSCP-LU session for the
SLU is active.
Context
- MIB
- TN3270E-MIB
- OID
.1.3.6.1.2.1.34.8.1.9.1.20- Type
- column
- Access
- readonly
- Status
- current
- Parent
- tn3270eTcpConnEntry
- 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::tn3270eTcpConnSnaState'
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::tn3270eTcpConnSnaState.<tn3270eTcpConnRemAddrType>.<tn3270eTcpConnRemAddress>.<tn3270eTcpConnRemPort>.<tn3270eTcpConnLocalAddrType>.<tn3270eTcpConnLocalAddress>.<tn3270eTcpConnLocalPort>'
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::tn3270eTcpConnSnaState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | noSluSession |
3 | sscpLuSession |
4 | luLuSession |
5 | sscpLuSessionAndLuLuSession |
Conformance
Member of