syslogTimestamp
FIBERSTORE-MIB ·
.1.3.6.1.4.1.52642.1.2.1
Object
The log timestamp type. 0 RBSD(RFC3164 or bsd). 1 RISO(RFC3339 or iso). 2 RFULL(date). 3 NONE.
Context
- MIB
- FIBERSTORE-MIB
- OID
.1.3.6.1.4.1.52642.1.2.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- syslog
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 'FIBERSTORE-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBERSTORE-MIB::syslogTimestamp.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FIBERSTORE-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FIBERSTORE-MIB::syslogTimestamp'
Syntax
- Source
- TimeStampFormatType
- Base type
Enumeration
Type Description
Specify operation types on time stamp of message. none: no time stamp information in message. date: the time stamp type of message is date. boot: the time stamp type of message is the time from uptime of system. dateWithoutYear: the time stamp type of message is date without year information.
Values & Constraints
Type Values
0 | bsd |
1 | iso |
2 | full |
3 | null |