operationalState
LHX-MIB ·
.1.3.6.1.4.1.13742.9.1.3.1.1.1
Object
The operational state of the lhx controller. To switch LHX power state while controller is connected, set operationalState to 1 (off) or 2 (on). Switching power state while LHX is disconnected or to 0 (disconnected) is undefined.
Context
- MIB
- LHX-MIB
- OID
.1.3.6.1.4.1.13742.9.1.3.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- lhxConfigurationEntry
- Groups
- 1
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 'LHX-MIB' -M '/opt/observium/mibs/raritan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LHX-MIB::operationalState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LHX-MIB' -M '/opt/observium/mibs/raritan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LHX-MIB::operationalState.<portIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LHX-MIB' -M '/opt/observium/mibs/raritan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LHX-MIB::operationalState'
Syntax
- Source
- OperationalStateEnumeration
- Base type
Enumeration
Values & Constraints
Type Values
0 | disconnected |
1 | offline |
2 | online |
Conformance
Member of