snaLuSessnOperState
SNA-NAU-MIB ·
.1.3.6.1.2.1.34.1.2.3.1.11
Object
column Enumeration
The value indicates the current operational state of
the session.
'unbound (1)' - session has been unbound;
in this state it will be removed from the
session table by the Agent.
'pendingBind (2)' - this state has different
meanings for dependent and independent LUs;
for dependent LU - waiting for BIND from
the host, for independent LU - waiting for
BIND response. When a session enters this
state, the corresponding entry in the
session table is created by the Agent.
'bound (3)' - session has been successfully bound.
'pendingUnbind (4)' - session enters this state
when an UNBIND is sent and before the
rsp(UNBIND) is received.
Context
- MIB
- SNA-NAU-MIB
- OID
.1.3.6.1.2.1.34.1.2.3.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- snaLuSessnEntry
- 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 'SNA-NAU-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SNA-NAU-MIB::snaLuSessnOperState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SNA-NAU-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SNA-NAU-MIB::snaLuSessnOperState.<snaNodeAdminIndex>.<snaLuAdminLuIndex>.<snaLuSessnRluIndex>.<snaLuSessnIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SNA-NAU-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SNA-NAU-MIB::snaLuSessnOperState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unbound |
2 | pendingBind |
3 | bound |
4 | pendingUnbind |
Conformance
Member of