agentDSTStatus
COMPAQ-AGENT-MIB ·
.1.3.6.1.4.1.232.161.3.1.8.1
Object
scalar mandatory
r/w
Enumeration
An indication of whether the DST(Daylight Saving Time) feature is enabled on this device. When this object is set to repeating(2), or annual(3) then all the other objects are set to default values. When this object is set to disable(1), then all the other objects are not instantiated and the DST feature is disabled
Context
- MIB
- COMPAQ-AGENT-MIB
- OID
.1.3.6.1.4.1.232.161.3.1.8.1- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- agentDST
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 'COMPAQ-AGENT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'COMPAQ-AGENT-MIB::agentDSTStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'COMPAQ-AGENT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'COMPAQ-AGENT-MIB::agentDSTStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disable |
2 | repeating |
3 | annual |