200-301 · Question #1547
A network engineer is configuring a new router at a branch office. The router is connected to an upstream WAN network that allows the branch to communicate with the head office. The central time serve
The correct answer is A. ntp server 172.24.54.8. To synchronize a router's software clock with a remote NTP server, the ntp server command followed by the server's IP address is used.
Question
A network engineer is configuring a new router at a branch office. The router is connected to an upstream WAN network that allows the branch to communicate with the head office. The central time server with IP address 172.24.54.8 is located behind a firewall at the head office. Which command must the engineer configure so that the software clock of the new router synchronizes with the time server?
Options
- Antp server 172.24.54.8
- Bntp master 172.24.54.8
- Cntp peer 172.24.54.8
- Dntp client 172.24.54.8
How the community answered
(38 responses)- A74% (28)
- B8% (3)
- C16% (6)
- D3% (1)
Why each option
To synchronize a router's software clock with a remote NTP server, the `ntp server` command followed by the server's IP address is used.
The `ntp server 172.24.54.8` command configures the router to act as an NTP client, enabling it to send requests to the specified IP address (172.24.54.8) and synchronize its clock with that authoritative NTP server. This is the standard method for a device to obtain time from an external source.
The `ntp master` command configures the router itself to act as an authoritative NTP server for other devices, not to synchronize with an upstream server.
The `ntp peer` command establishes a peer relationship where both devices can synchronize with each other, which is different from a client-server relationship with a primary time source.
`ntp client` is not a valid command on Cisco IOS devices for specifying a server; the `ntp server` command implicitly places the device into client mode.
Concept tested: NTP client configuration on routers
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipapp/configuration/15-mt/iap-15-mt-book/iap-cfg-ntp.html
Topics
Community Discussion
No community discussion yet for this question.