All MIBs › EMD-MIB › actuatorState
actuatorState
Module: EMD-MIB
OID (symbolic): EMD-MIB::actuatorState
OID (numeric): 1.3.6.1.4.1.13742.8.5.1.1.1.1
Node type: OBJECT-TYPE
Type: SensorStateEnumeration
Access: read-write
Description: The actuator state. A Get operation retrieves the state of the actuator. A Set operation changes the stae of the sensor. The valid states for set operations are on and Off. Attempting to set the state to any other value will generate an error.
What is actuatorState?
Read-write state of an actuator (e.g. a controlled relay or outlet); reading it returns the actuator's current state, and writing it to "on" or "off" changes that state — any other value on a set generates an error. This is how an admin remotely toggles an actuator, such as switching on an auxiliary cooling fan, via SNMP.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.13742.8.5.1.1.1.1 snmpwalk -v2c -c public <target> EMD-MIB::actuatorState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.13742.8.5.1.1.1.1.1 snmpget -v2c -c public <target> EMD-MIB::actuatorState.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.13742.8.5.1.1.1.1.1 s <value>
Start monitoring Raritan EMX Environmental Monitoring Device with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the EMD-MIB::actuatorState OID value, configure state conditions and alerts, and monitor any Raritan EMX Environmental Monitoring Device from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.13742 | raritan | ASSETMANAGEMENT-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.13742.8 | emd | EMD-MIB |
| 1.3.6.1.4.1.13742.8.5 | control | EMD-MIB |
| 1.3.6.1.4.1.13742.8.5.1 | actuatorControl | EMD-MIB |
| 1.3.6.1.4.1.13742.8.5.1.1 | actuatorControlTable | EMD-MIB |
| 1.3.6.1.4.1.13742.8.5.1.1.1 | actuatorControlEntry | EMD-MIB |
| 1.3.6.1.4.1.13742.8.5.1.1.1.1 | actuatorState | EMD-MIB |