nerdexam
Cisco

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.

Submitted by chen.hong· Mar 5, 2026IP Services

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)
  • A
    74% (28)
  • B
    8% (3)
  • C
    16% (6)
  • D
    3% (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.

Antp server 172.24.54.8Correct

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.

Bntp master 172.24.54.8

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.

Cntp peer 172.24.54.8

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.

Dntp client 172.24.54.8

`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

#NTP configuration#Router time synchronization#Cisco NTP

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice