The following is an example of how-to setup both the NTP Server and NTP Client on RouterOSv7 using MikroTik. In this example we are using servers 0 and 1 of the ntppool.org pool.
- Enable the NTP Client.
- /system ntp client set enabled=yes
- Enable the NTP Server
- /system ntp server set enabled=yes
- Set the NTP Client Servers to pull time.
- /system ntp client servers
- add address=0.pool.ntp.org
- add address=1.pool.ntp.org