pmmInputBreakerState

PowerNet-MIB · .1.3.6.1.4.1.318.1.1.28.3.1.2.1.23

Object

column mandatory Enumeration
This value indicates the current state of input breaker.
1 will indicate open,
2 will indicate closed,
3 will indicate unknown.
Returns -1 if unsupported or failed.

Context

MIB
PowerNet-MIB
OID
.1.3.6.1.4.1.318.1.1.28.3.1.2.1.23
Type
column
Access
readonly
Status
mandatory
Parent
pmmInputEntry

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 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-MIB::pmmInputBreakerState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-MIB::pmmInputBreakerState.<pmmInputMeterIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PowerNet-MIB::pmmInputBreakerState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1open
2closed
3unknown