nerdexam
Cisco

210-250 · Question #63

Which NTP command configures the local device as an NTP reference clock source?

The correct answer is C. ntp master. The 'ntp master' command designates the local Cisco device as an authoritative NTP clock source, assigning it a stratum level so other devices can synchronize to it.

Cybersecurity Fundamentals

Question

Which NTP command configures the local device as an NTP reference clock source?

Options

  • Antp peer
  • Bntp broadcast
  • Cntp master
  • Dntp server

How the community answered

(48 responses)
  • B
    2% (1)
  • C
    94% (45)
  • D
    4% (2)

Why each option

The 'ntp master' command designates the local Cisco device as an authoritative NTP clock source, assigning it a stratum level so other devices can synchronize to it.

Antp peer

'ntp peer' configures a symmetric active association for mutual time synchronization between two devices, not to designate a device as a reference source.

Bntp broadcast

'ntp broadcast' causes an interface to send NTP time updates as broadcast packets to clients, but does not make the device an authoritative reference clock.

Cntp masterCorrect

The 'ntp master [stratum]' command configures the router or switch to act as an authoritative NTP reference clock, allowing it to serve time to NTP clients even without an upstream time source. It sets a local stratum value (default 8) so other devices treat it as a valid time authority. Without this command, the device will not provide time to peers if it cannot reach an external NTP source.

Dntp server

'ntp server' points the local device to an external upstream NTP server to synchronize from, which is the opposite of becoming a source.

Concept tested: Configuring Cisco device as NTP master source

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/bsm/configuration/xe-16/bsm-xe-16-book/bsm-time-calendar-set.html

Topics

#NTP#network time protocol#NTP configuration#reference clock

Community Discussion

No community discussion yet for this question.

Full 210-250 Practice