appcTpAdminTpOperation
APPC-MIB ·
.1.3.6.1.2.1.34.3.1.3.1.1.5
Object
column Enumeration
Specifies how the program will be started.
other - Specifies that the program operation is none of
the methods specified. It may be a
product-specific method.
queuedOperatorStarted - Specifies that one version of the
program will be run at a time. If an incoming
attach arrives and the program has not been started
yet, APPC will issue a message to the operator to
start the specified program. Subsequent attaches
that arrive while the program is active will be
queued.
queuedOperatorPreloaded - Specifies that one version of the
program will be run at a time. If an incoming
attach arrives and the program has not been started
yet, the Attach will be rejected. The APPC attach
manager determines that a TP has started upon
reception of an APPC RECEIVE_ALLOCATE verb, or a
CPI-C Accept_Conversation (CMACCP) or
Specify_Local_TP_Name (CMSLTP) call. No message is
sent to the operator. Subsequent attaches that
arrive while the program is active are queued.
queuedAmStarted - Specifies that one version of the
program will be run at a time and will be started
by the APPC attach manager. Subsequent attaches
that arrive while the program is active will be
queued.
nonqueuedAmStarted - Specifies that multiple copies of the
program will be run at a time and will be started
by the APPC attach manager.
Context
- MIB
- APPC-MIB
- OID
.1.3.6.1.2.1.34.3.1.3.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- appcTpAdminEntry
- 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 'APPC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APPC-MIB::appcTpAdminTpOperation'
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::appcTpAdminTpOperation.<appcTpAdminLocLuName>.<appcTpAdminTpName>'
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::appcTpAdminTpOperation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | queuedOperatorStarted |
3 | queuedOperatorPreloaded |
4 | queuedAmStarted |
5 | nonqueuedAmStarted |
Conformance
Member of