I've got a CCR1036 running RouterOS version 6.7.
The NTP package was not working so I've decided to uninstall it and to utilize the NTP client only package which is within the RouterOS package.
I did that and I captured the NTP traffic from and to the router. So now I see that the router is sending NTP packets to the NTP servers, and it is receiving responses.
The problem... the clock still does not synchronize!
/system ntp client
set enabled=yes mode=unicast primary-ntp=84.54.128.8 secondary-ntp=212.70.148.16
system ntp client print
enabled: yes
mode: unicast
primary-ntp: 84.54.128.8
secondary-ntp: 212.70.148.16
poll-interval: 16s
active-server: 84.54.128.8
system clock print
time: 06:13:54
date: jan/02/1970
time-zone-name: Europe/Sofia
gmt-offset: +02:00
How can I further troubleshoot the system clock synchronization?