nwtControlReferenceTimeStamp
NetWare-Server-Trend-MIB ·
.1.3.6.1.4.1.23.2.26.1.1.1.8
Object
The absolute date and time (UTC) of the beginning of
the history associated with this control entry,
expressed as seconds since midnight on January 1, 1970.
The timestamp of any sample in the history may be
computed as follows:
nwtControlReferenceTimeStamp
+ (nwtHistorySampleIndex * intervalInSeconds)
A value of 0 indicates that there is no history
available for this variable.
Context
- MIB
- NetWare-Server-Trend-MIB
- OID
.1.3.6.1.4.1.23.2.26.1.1.1.8- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- nwtControlEntry
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 'NetWare-Server-Trend-MIB' -M '/opt/observium/mibs/novell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NetWare-Server-Trend-MIB::nwtControlReferenceTimeStamp'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NetWare-Server-Trend-MIB' -M '/opt/observium/mibs/novell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NetWare-Server-Trend-MIB::nwtControlReferenceTimeStamp.<nwtControlAttributeClass>.<nwtControlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NetWare-Server-Trend-MIB' -M '/opt/observium/mibs/novell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NetWare-Server-Trend-MIB::nwtControlReferenceTimeStamp'