rlTimeSyncManagedDateTimeSource
CISCOSB-TIMESYNCHRONIZATION-MIB ·
.1.3.6.1.4.1.9.6.1.101.92.1.20.1.3
Object
column RlClockStatus
Current status of the clock. The value 'invalid' means time is meaninglesss, since it has not been manually configured, or achieved as a result of SNTP synchronization or set by RTC or set by PnP.
Context
- MIB
- CISCOSB-TIMESYNCHRONIZATION-MIB
- OID
.1.3.6.1.4.1.9.6.1.101.92.1.20.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlTimeSyncManagedDateTimeEntry
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 'CISCOSB-TIMESYNCHRONIZATION-MIB' -M '/opt/observium/mibs/ciscosb:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCOSB-TIMESYNCHRONIZATION-MIB::rlTimeSyncManagedDateTimeSource'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCOSB-TIMESYNCHRONIZATION-MIB' -M '/opt/observium/mibs/ciscosb:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCOSB-TIMESYNCHRONIZATION-MIB::rlTimeSyncManagedDateTimeSource.<rlTimeSyncManagedDateTimeIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCOSB-TIMESYNCHRONIZATION-MIB' -M '/opt/observium/mibs/ciscosb:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCOSB-TIMESYNCHRONIZATION-MIB::rlTimeSyncManagedDateTimeSource'
Syntax
- Source
- RlClockStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | invalid |
2 | manuallySet |
3 | synchronizedBySntp |
4 | setByRtc |
5 | setByPnP |