posAppState
HUAWEI-POS-MIB ·
.1.3.6.1.4.1.2011.2.33.8.1.1.3
Object
column Enumeration
The state of application.
Context
- MIB
- HUAWEI-POS-MIB
- OID
.1.3.6.1.4.1.2011.2.33.8.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- posAppEntry
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 'HUAWEI-POS-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-POS-MIB::posAppState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-POS-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-POS-MIB::posAppState.<posAppId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-POS-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-POS-MIB::posAppState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noset |
2 | down |
3 | up |
4 | ok |
5 | kept |
6 | linking |
7 | linked |