apcDiscoveryStatus
PowerNet-Discovery-MIB ·
.1.3.6.1.4.1.318.1.4.2.2.1.4
Object
column Enumeration
The status of the APC device. unknown(1) indicates the state is unknown. deviceNormal(2) indicates the device is functioning normally. deviceWarning(3) indicates the device has detected an abnormal condition. deviceSevere(4) indicates a condition requiring immediate attention. deviceLostCom(5) indicates that a sub-device is not mandatoryly communicating with the device.
Context
- MIB
- PowerNet-Discovery-MIB
- OID
.1.3.6.1.4.1.318.1.4.2.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- apcDiscoveryInfoEntry
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 'PowerNet-Discovery-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-Discovery-MIB::apcDiscoveryStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PowerNet-Discovery-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-Discovery-MIB::apcDiscoveryStatus.<apcDiscoveryInfoTableIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PowerNet-Discovery-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PowerNet-Discovery-MIB::apcDiscoveryStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | deviceNormal |
3 | deviceWarning |
4 | deviceSevere |
5 | deviceLostCom |