daylight-savings-end
FUTURESMART-MIB ·
.1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.102
Object
scalar optional
r/w
OctetString
A C structure containing the following fields:
typedef struct {
ubyte hour; /* hour: 0 to 23 */
ubyte weekday; /* weekday: 0(Sunday) to 6 */
ubyte occurrence; /* occurrence in the month: 1 to 5 */
ubyte month; /* month: 1 to 12 */
} dst;
where ubyte is an unsigned byte (0-255).
Context
- MIB
- FUTURESMART-MIB
- OID
.1.3.6.1.4.1.11.2.3.9.4.2.1.1.2.102- Type
- scalar
- Access
- readwrite
- Status
- optional
- Parent
- status-system
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 'FUTURESMART-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FUTURESMART-MIB::daylight-savings-end.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FUTURESMART-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FUTURESMART-MIB::daylight-savings-end'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.