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.
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)- B2% (1)
- C94% (45)
- D4% (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.
'ntp peer' configures a symmetric active association for mutual time synchronization between two devices, not to designate a device as a reference source.
'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.
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.
'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
Community Discussion
No community discussion yet for this question.