upsControlWeeklyRestartDay
SOCOMECUPS-MIB ·
.1.3.6.1.4.1.4555.1.1.1.1.8.5.1.4
Object
column mandatory
r/w
Enumeration
The weekday on which the UPS should restart
Context
- MIB
- SOCOMECUPS-MIB
- OID
.1.3.6.1.4.1.4555.1.1.1.1.8.5.1.4- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- upsControlWeeklyScheduleEntry
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 'SOCOMECUPS-MIB' -M '/opt/observium/mibs/socomec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SOCOMECUPS-MIB::upsControlWeeklyRestartDay'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SOCOMECUPS-MIB' -M '/opt/observium/mibs/socomec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SOCOMECUPS-MIB::upsControlWeeklyRestartDay.<upsControlWeeklyIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SOCOMECUPS-MIB' -M '/opt/observium/mibs/socomec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SOCOMECUPS-MIB::upsControlWeeklyRestartDay'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | sunday |
2 | monday |
3 | tuesday |
4 | wednesday |
5 | thursday |
6 | friday |
7 | saturday |
8 | none |