outletOperationalState
PDU-MIB ·
eaton variant
·
.1.3.6.1.4.1.13742.2.1.2.2.1.3
Object
column r/w
Enumeration
A value for each outlet which describes the operational state of the outlet. It is also used to set the operational state of the outlet
Context
- MIB
- PDU-MIB
- OID
.1.3.6.1.4.1.13742.2.1.2.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- outletEntry
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 'PDU-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDU-MIB::outletOperationalState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDU-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDU-MIB::outletOperationalState.<outletIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDU-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDU-MIB::outletOperationalState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | error |
0 | off |
1 | on |
2 | cycling |