All MIBs › TOASTER-MIB › toasterControl
toasterControl
Module: TOASTER-MIB
OID (symbolic): TOASTER-MIB::toasterControl
OID (numeric): 1.3.6.1.4.1.12.2.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: This variable controls the current state of the toaster. To begin toasting, set it to down(2). To abort toasting (perhaps in the event of an emergency), set it to up(2).
What is toasterControl?
This value controls the toaster's current operating state, either up (idle) or down (actively toasting). An admin or automated process sets it to down(2) to begin a toasting cycle, or back to up(1) to abort toasting in an emergency. For example, an emergency-stop script could set toasterControl to up(1) mid-cycle to immediately halt toasting.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.12.2.3 snmpwalk -v2c -c public <target> TOASTER-MIB::toasterControl
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.12.2.3.1 snmpget -v2c -c public <target> TOASTER-MIB::toasterControl.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.12.2.3.1 i <value>
Start monitoring fictional example appliance, SNMP tutorial only, not a real network device with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the TOASTER-MIB::toasterControl OID value, configure state conditions and alerts, and monitor any fictional example appliance, SNMP tutorial only, not a real network device from a single console.
OID Breakdown
Upper-level ancestors (6 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 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.12 | epilogue | TOASTER-MIB |
| 1.3.6.1.4.1.12.2 | toaster | TOASTER-MIB |
| 1.3.6.1.4.1.12.2.3 | toasterControl | TOASTER-MIB |