All MIBs › APPC-MIB › appcActSessOperState
appcActSessOperState
Module: APPC-MIB
OID (symbolic): APPC-MIB::appcActSessOperState
OID (numeric): 1.3.6.1.2.1.34.3.1.4.1.1.23
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: 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.
Session deactivation:
If a session is in the operational state 'bound (3)' then setting the value of this object to 'unbound (1)' will initiate the session shutdown.
If a session is in the operational state 'pendingBind (2)' then setting the value of this object to 'unbound (1)' will initiate the session shutdown.
If a session is in the operational state 'pendingUnbind (4)' for an abnormally long period of time (e.g., three minutes) then setting the value of this object to 'unbound (1)' will change the session operational state to 'unbound (1)'.
What is appcActSessOperState?
Shows the current operational state of the APPC session (e.g., unbound, pending bind, active) and can be written to deactivate the session. Monitoring this value tracks the lifecycle of the session from establishment through teardown.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.34.3.1.4.1.1.23 snmpwalk -v2c -c public <target> APPC-MIB::appcActSessOperState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.34.3.1.4.1.1.23.1 snmpget -v2c -c public <target> APPC-MIB::appcActSessOperState.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.34.3.1.4.1.1.23.1 i <value>
Start monitoring SNA/APPC gateway or protocol converter with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the APPC-MIB::appcActSessOperState OID value, configure state conditions and alerts, and monitor any SNA/APPC gateway or protocol converter from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| 1.3.6.1.2.1.34 | snanauMIB | SNA-NAU-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.34.3 | appcMIB | APPC-MIB |
| 1.3.6.1.2.1.34.3.1 | appcObjects | APPC-MIB |
| 1.3.6.1.2.1.34.3.1.4 | appcSession | APPC-MIB |
| 1.3.6.1.2.1.34.3.1.4.1 | appcActSessTable | APPC-MIB |
| 1.3.6.1.2.1.34.3.1.4.1.1 | appcActSessEntry | APPC-MIB |
| 1.3.6.1.2.1.34.3.1.4.1.1.23 | appcActSessOperState | APPC-MIB |