appcHistSessType

APPC-MIB · .1.3.6.1.2.1.34.3.1.4.3.1.3

Object

column Enumeration
Indicates the type of event that caused the entry to be made:
              
recvNegBindRsp  - Received a negative bind response from
                  the partner LU.
sendNegBindRsp  - Sent a negative bind response to the
                  partner LU.
sessActRejected - Session activation rejected by the
                  partner LU.
unbindSent      - Unbind sent to the partner LU.
unbindReceived  - Unbind received from the partner LU.
              
These event types correspond to the five SNA/MS Alerts
LU62001 through LU62005, documented in the SNA Management
Services Reference.

Context

MIB
APPC-MIB
OID
.1.3.6.1.2.1.34.3.1.4.3.1.3
Type
column
Access
readonly
Status
current
Parent
appcHistSessEntry
Groups
1

Walk 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 'APPC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APPC-MIB::appcHistSessType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'APPC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APPC-MIB::appcHistSessType.<appcHistSessIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'APPC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'APPC-MIB::appcHistSessType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1recvNegBindRsp
2sendNegBindRsp
3sessActRejected
4unbindSent
5unbindReceived

Conformance