cntpStratum
ENDRUNTECHNOLOGIES-MIB ·
.1.3.6.1.4.1.13827.1.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 16, then
the server is unambiguously unsynchronized.
If it is 11, and the previous stratum value was 1, then the server is
flywheeling on the local CPU clock. However, if the previous stratum value
was 16, then the server has synchronized to its CPU Real Time Clock.
NTP clients on the network should be configured to not use the time from
this server if the stratum is not 1.
Context
- MIB
- ENDRUNTECHNOLOGIES-MIB
- OID
.1.3.6.1.4.1.13827.1.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 'ENDRUNTECHNOLOGIES-MIB' -M '/opt/observium/mibs/endrun:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENDRUNTECHNOLOGIES-MIB::cntpStratum.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ENDRUNTECHNOLOGIES-MIB' -M '/opt/observium/mibs/endrun:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ENDRUNTECHNOLOGIES-MIB::cntpStratum'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | cntpStratumOne |
11 | cntpStratumFlywheeling |
16 | cntpStratumUnsync |