error13-date-time
FUTURESMART-MIB ·
.1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.13.3
Object
scalar optional
OctetString
This item contains the date and the time at which an error occurred. The values returned will be in hexadecimal. If the date is 2004-Jul-13 and the time is 03:15 a.m., we get 04 07 0d 03 0f where, \\ 04 (hex) - corresponds to the year 2004. \\ 07 (hex) - corresponds to month, 07 \\ 0d (hex) - corresponds to date, 13 \\ 03 (hex) - corresponds to hour, 3 a.m. \\ 0f (hex) - corresponds to min, 15. \\
Context
- MIB
- FUTURESMART-MIB
- OID
.1.3.6.1.4.1.11.2.3.9.4.2.1.1.11.13.3- Type
- scalar
- Access
- readonly
- Status
- optional
- Parent
- error13
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::error13-date-time.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::error13-date-time'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.