appnPortOperState

APPN-MIB · .1.3.6.1.2.1.34.4.1.1.4.1.1.3

Object

column Enumeration
Indicates the current state of this port:
              
inactive(1)   - port is inactive
pendactive(2) - port is pending active
active(3)     - port is active
pendinact(4)  - port is pending inactive

Context

MIB
APPN-MIB
OID
.1.3.6.1.2.1.34.4.1.1.4.1.1.3
Type
column
Access
readonly
Status
current
Parent
appnPortEntry
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 'APPN-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APPN-MIB::appnPortOperState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'APPN-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APPN-MIB::appnPortOperState.<appnPortName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'APPN-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'APPN-MIB::appnPortOperState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1inactive
2pendactive
3active
4pendinact

Conformance