toasterControl
TOASTER-MIB ·
.1.3.6.1.4.1.12.2.3
Object
scalar mandatory
r/w
Enumeration
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).
Context
- MIB
- TOASTER-MIB
- OID
.1.3.6.1.4.1.12.2.3- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- toaster
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 'TOASTER-MIB' -M '/opt/observium/mibs/microsoft:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TOASTER-MIB::toasterControl.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TOASTER-MIB' -M '/opt/observium/mibs/microsoft:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TOASTER-MIB::toasterControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |