outletStatus
Sentry3-MIB ·
.1.3.6.1.4.1.1718.3.2.3.1.5
Object
column Enumeration
The status of the outlet. If the outletCapabilities 'onSense' bit is TRUE, then the state indicates the sensed state of the outlet, not a derived state, and 'offError' and 'onError' are supported to indicate a mismatch between the control and sensed state. If the outletCapabilities 'fusedBranch' bit is TRUE, then the outlet is on a fused branch circuit that can detect the fuse state, and 'offFuse' and 'onFuse' are supported to indicate a fuse error.
Context
- MIB
- Sentry3-MIB
- OID
.1.3.6.1.4.1.1718.3.2.3.1.5- Type
- column
- Access
- readonly
- 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 'Sentry3-MIB' -M '/opt/observium/mibs/sentry:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Sentry3-MIB::outletStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Sentry3-MIB' -M '/opt/observium/mibs/sentry:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Sentry3-MIB::outletStatus.<towerIndex>.<infeedIndex>.<outletIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Sentry3-MIB' -M '/opt/observium/mibs/sentry:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Sentry3-MIB::outletStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | off |
1 | on |
2 | offWait |
3 | onWait |
4 | offError |
5 | onError |
6 | noComm |
7 | reading |
8 | offFuse |
9 | onFuse |
Object Constraints
range: 4-4