dhtRemoteSwitchStatus
ELECTROLINE-DHT-REMOTE-SWITCH-MIB ·
.1.3.6.1.4.1.5802.1.3.1.2.5.1.11.1.11.3
Object
scalar Enumeration
Returns values related to the switch's status signal.
1 = Switch is ON (as per switch status signal)
2 = Switch is OFF (as per switch status signal)
3 = A status mismatch occurred between the switch's control pin and
the status pin (reference: dhtRemoteSwitchControl).
If a mismatch occurs, the DHT turns the switch OFF but the
dhtRemoteSwitchControl object reports its user-defined value. The
value of the dhtRemoteSwitchStatus object is latched.
The dhtRemoteSwitchStatus object reverts to its normal operation (On/Off)
when a value is written to the dhtRemoteSwitchControl object.
Also, if a mismatch occurs, the failsafe timer stops.
4 = The failsafe timer timed out. The switch turns OFF.
dhtRemoteSwitchControl is set to Off(1) position.
This object reverts to its normal operation (On/Off)
when a value is written to the dhtRemoteSwitchControl object.
Context
- MIB
- ELECTROLINE-DHT-REMOTE-SWITCH-MIB
- OID
.1.3.6.1.4.1.5802.1.3.1.2.5.1.11.1.11.3- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- dhtRemoteSwitchManagement
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ELECTROLINE-DHT-REMOTE-SWITCH-MIB' -M '/opt/observium/mibs/electroline:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELECTROLINE-DHT-REMOTE-SWITCH-MIB::dhtRemoteSwitchStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELECTROLINE-DHT-REMOTE-SWITCH-MIB' -M '/opt/observium/mibs/electroline:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELECTROLINE-DHT-REMOTE-SWITCH-MIB::dhtRemoteSwitchStatus'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.