我只是偶然地发现我的一台Cisco 4500交换机的时钟有问题:尽管ntp功能正常,但它仍然落后2分钟以上。我认为,所涉及的系统即使是一秒钟也不应被接受。另外,如果不将其与简单的挂钟进行比较,我将不会注意到与诊断程序的区别。
一些细节
这是我的某些主机(10.0.99.1、10.0.99.2、10.0.1.119、10.0.99.241)的ntp信息,这些主机部分相互引用以进行回退,但最终最终应该全部与10.0.0.1同步,从而再次拉回时间从外面。因此,时间差异不能源于不同的原始时间源。由于观察结果使我有些偏执,因此“具有正确的时间”的含义如下show clock
:(或date
)产生了与我的壁钟和本地系统时钟(根据http://time.is可以的)匹配的输出错误肯定在1秒以下(我在观看本地时钟时按ENTER的准确性)
10.0.1.119(Ubuntu)的时间正确
$ ntpq -np
remote refid st t when poll reach delay offset jitter
==============================================================================
+10.0.99.1 10.0.0.1 3 u 855 1024 377 0.904 -2.658 0.113
*10.0.0.1 130.149.17.8 2 u 266 1024 377 0.253 0.909 0.127
10.0.99.241(Cisco 2960)的时间正确
#sho ntp associations
address ref clock st when poll reach delay offset disp
*~10.0.99.1 10.0.0.1 3 28 64 377 1.462 85.288 19.758
+~10.0.99.2 10.0.1.119 4 29 64 377 1.297 83.515 5.369
* sys.peer, # selected, + candidate, - outlyer, x falseticker, ~ configured
10.0.99.2(Cico 4500)的时间正确
#sho ntp associations
address ref clock st when poll reach delay offset disp
+~10.0.99.1 10.0.0.1 3 6 1024 111 1.148 -1.618 42.875
*~10.0.1.119 10.0.0.1 3 31 1024 377 0.043 1.687 1.064
* sys.peer, # selected, + candidate, - outlyer, x falseticker, ~ configured
10.0.99.1(Cisco 4500)落后约2分6秒
#sho ntp associations
address ref clock st when poll reach delay offset disp
*~10.0.0.1 130.149.17.8 2 274 1024 377 15.625 3.681 30.403
+~10.0.99.2 10.0.1.119 4 415 1024 376 15.625 0.855 33.276
* sys.peer, # selected, + candidate, - outlyer, x falseticker, ~ configured
#sho ntp status
Clock is synchronized, stratum 3, reference is 10.0.0.1
nominal freq is 250.0000 Hz, actual freq is 249.9988 Hz, precision is 2**6
reference time is DAD8B428.54C6BAEA (20:36:24.331 MESZ Sat May 7 2016)
clock offset is 3.6818 msec, root delay is 32.80 msec
root dispersion is 71.74 msec, peer dispersion is 30.40 msec
loopfilter state is 'CTRL' (Normal Controlled Loop), drift is 0.000004720 s/s
system poll interval is 1024, last update was 683 sec ago.
问题
- 10.0.99.1距离现在有多远?
- 同步到10.0.99.1的系统如何正确?
- 如何从
sho ntp status
10.0.99.1 的输出中得知时钟实际上完全不同步(与中提到的所有主机和参考时钟相比sho ntp asso
)?对我来说,输出看起来像是一个非常详尽的“我很高兴”。
编辑:由大众需求,输出sho clock detail
10.0.99.1
#sho clock detail
13:06:38.605 MESZ Tue May 10 2016
Time source is NTP
Summer time starts 02:00:00 MEZ Sun Mar 27 2016
Summer time ends 03:00:00 MESZ Sun Oct 30 2016
10.0.99.2
#sho clock detail
13:10:54.083 MESZ Tue May 10 2016
Time source is NTP
Summer time starts 02:00:00 MEZ Sun Mar 27 2016
Summer time ends 03:00:00 MESZ Sun Oct 30 2016
10.0.0.1
)同步是一个好主意。但是我认为我的任何观察都不能直接解释您当前问题的原因。