cntpStratum
OBS ✓
TEMPUSLXUNISON-MIB ·
.1.3.6.1.4.1.13827.5.0.10
Object
scalar Enumeration
This is an integer showing the current stratum level being reported by
the NTP daemon in its reply packets to clients. If it is 1, then the server
is fully synchronized and delivering Stratum 1 accuracy. If it is greater
than 1 and less than 16, it is synchronized to a network connected NTP
server operating at one stratum lower. If it is 16, then the server is
unambiguously unsynchronized.
NTP clients on the network should be configured to not use the time from
this server if the stratum is 16.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Status
Explore Observium network monitoring
Context
- MIB
- TEMPUSLXUNISON-MIB
- OID
.1.3.6.1.4.1.13827.5.0.10- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- cntp
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 'TEMPUSLXUNISON-MIB' -M '/opt/observium/mibs/endrun:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TEMPUSLXUNISON-MIB::cntpStratum.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TEMPUSLXUNISON-MIB' -M '/opt/observium/mibs/endrun:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TEMPUSLXUNISON-MIB::cntpStratum'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | cntpStratumOne |
2 | cntpStratumTwo |
16 | cntpStratumUnsync |