falconRelayState
RLE-FALCON-EM-MIB ·
.1.3.6.1.4.1.3184.1.5.1.4.1.2.1.2
Object
column mandatory
r/w
Enumeration
The state of use of this relay. The relay can be set for normally open or closed. The relay can be forced to an on or off condition, or controlled by the keypad.
Context
- MIB
- RLE-FALCON-EM-MIB
- OID
.1.3.6.1.4.1.3184.1.5.1.4.1.2.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- falconRelayEntry
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 'RLE-FALCON-EM-MIB' -M '/opt/observium/mibs/chatsworth:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RLE-FALCON-EM-MIB::falconRelayState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RLE-FALCON-EM-MIB' -M '/opt/observium/mibs/chatsworth:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RLE-FALCON-EM-MIB::falconRelayState.<falconRelayIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RLE-FALCON-EM-MIB' -M '/opt/observium/mibs/chatsworth:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RLE-FALCON-EM-MIB::falconRelayState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normallyOff |
2 | normallyOn |
3 | forceOn |
4 | forceOff |
5 | keypadControlled |
8 | buttonControlled |
9 | modbusControlled |