appcTpAdminStatus

APPC-MIB · .1.3.6.1.2.1.34.3.1.3.1.1.10

Object

column Enumeration
Indicates the status of the TP relative to starting execution
when the local LU receives an allocation (ATTACH) request
naming this program.
              
      enabled         -    the local LU can start the program.
      tempDisabled    -    the local LU cannot start the
              
                           program. The local LU rejects the
                           request with an indication that the
                           TP is not available but retry is
                           possible.
      permDisabled    -    the local LU cannot start the
                           program. The local LU rejects the
                           request with an indication that the
                           TP is not available and retry is
                           not possible.

Context

MIB
APPC-MIB
OID
.1.3.6.1.2.1.34.3.1.3.1.1.10
Type
column
Access
readonly
Status
current
Parent
appcTpAdminEntry
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::appcTpAdminStatus'
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::appcTpAdminStatus.<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::appcTpAdminStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1enabled
2tempDisabled
3permDisabled

Conformance