upsmgControlDayOn
MG-SNMP-UPS-MIB ·
.1.3.6.1.4.1.705.1.9.3
Object
scalar mandatory
r/w
Enumeration
The schedule on control object. Default value is none(8). Value 1 means to start scheduled on on Sunday, value 2 to start scheduled on on Monday, and so on. This object is meaningfull only for those agent that do not include internal clock. In such a case the object is set by a manager to start the schedule on sequence.
Context
- MIB
- MG-SNMP-UPS-MIB
- OID
.1.3.6.1.4.1.705.1.9.3- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- upsmgControl
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 'MG-SNMP-UPS-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MG-SNMP-UPS-MIB::upsmgControlDayOn.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MG-SNMP-UPS-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MG-SNMP-UPS-MIB::upsmgControlDayOn'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | sunday |
2 | monday |
3 | tuesday |
4 | wednesday |
5 | thursday |
6 | friday |
7 | saterday |
8 | none |