sntpSummerTimeState
DLINK-DXS-1210-16TC-AX-MIB ·
.1.3.6.1.4.1.171.10.139.4.1.2.17.2.1
Object
scalar r/w
Enumeration
This object indicates the mode of the system to automatically switch to Summer Time (Daylight Saving Time). disable(1) - The Daylight Saving Time feature is disabled. recurring(2) - The Daylight Saving Time feature is enabled. The Summer Time should start and end on the specified week day of the specified month. format [weekofmonth-weekofday-month,HH:MM]. Example:- Third-Mon-Apr,17:30 date(3) - The Daylight Saving Time feature is enabled. The Summer Time should start and end on the specified date of the specified month. format [dayofmonth-month,HH:MM]. Example:- 01-Apr,17:30.
Context
- MIB
- DLINK-DXS-1210-16TC-AX-MIB
- OID
.1.3.6.1.4.1.171.10.139.4.1.2.17.2.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- sntpTimeZoneSettings
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 'DLINK-DXS-1210-16TC-AX-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLINK-DXS-1210-16TC-AX-MIB::sntpSummerTimeState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DLINK-DXS-1210-16TC-AX-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DLINK-DXS-1210-16TC-AX-MIB::sntpSummerTimeState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disable |
2 | recurring |
3 | date |