How do you configure NTP on a MikroTik router to sync time with pool.ntp.org?

Study for the MTCNA Foundation Exam. Prepare with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your certification!

Multiple Choice

How do you configure NTP on a MikroTik router to sync time with pool.ntp.org?

Explanation:
The key idea is to turn on the NTP client and point it to a reliable time source. In MikroTik RouterOS, you enable the NTP client and specify the servers it should use. Using pool.ntp.org gives you a rotating set of time servers for redundancy, so the router can keep accurate time automatically. The correct command enables the NTP client and sets the servers to pool.ntp.org. The other options fail for clear reasons: one uses an incorrect domain (ntp.pool.org) that doesn’t resolve to the NTP pool; another disables the NTP client (enabled=no), so no syncing occurs; and the last provides invalid syntax for the servers value (a space-separated list or misplaced domain).

The key idea is to turn on the NTP client and point it to a reliable time source. In MikroTik RouterOS, you enable the NTP client and specify the servers it should use. Using pool.ntp.org gives you a rotating set of time servers for redundancy, so the router can keep accurate time automatically. The correct command enables the NTP client and sets the servers to pool.ntp.org.

The other options fail for clear reasons: one uses an incorrect domain (ntp.pool.org) that doesn’t resolve to the NTP pool; another disables the NTP client (enabled=no), so no syncing occurs; and the last provides invalid syntax for the servers value (a space-separated list or misplaced domain).

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy