Настройка NTP на Cisco
Если хотим добавлять NTP-сервера по доменному имени то для начала нужно настроить DNS:
ip domain-lookup
ip name-server a.a.a.a
ip name-server b.b.b.b
Настраиваем временную зону:
clock timezone MSK 4
Прописываем интервал обращения, адрес с которого будем посылать запросы, и собственно сами NTP-сервера:
ntp clock-period 17207978
ntp source Loopback0
ntp update-calendar
ntp server x.x.x.x prefer
ntp server y.y.y.y
Посмотреть, что у нас получилось:
r1#sh ntp associations
address ref clock st when poll reach delay offset disp
*~x.x.x.x .LOCL. 1 18 64 37 0.3 -444.5 1037.2
+~y.y.y.y .LOCL. 1 22 64 37 0.9 -438.1 1036.6
* master (synced), # master (unsynced), + selected, - candidate, ~ configured
r1#sh ntp status
Clock is synchronized, stratum 2, reference is x.x.x.x
nominal freq is 250.0000 Hz, actual freq is 249.5945 Hz, precision is 2**18
reference time is D646B2C8.F5260F3A (11:18:32.957 MSK Mon Dec 2 2013)
clock offset is -444.5023 msec, root delay is 0.34 msec
root dispersion is 1492.94 msec, peer dispersion is 1037.17 msec