A network technician needs to configure a Cisco router to operate as an Network Time Protocol (NTP) client and synchronize its internal system clock with a central time server located at IP address 172.16.10.100. Which global configuration command must be executed on the router to accomplish this task?
- ntp server 172.16.10.100Answer
- Bntp peer 172.16.10.100
- Cntp master 172.16.10.100
- Dclock set 172.16.10.100
Answer
The command 'ntp server 172.16.10.100' in global configuration mode configures the local Cisco device as an NTP client that synchronizes its system time from the specified IP address.
The command 'ntp server 172.16.10.100' instructs the Cisco IOS router to operate as an NTP client in client-server mode, sending unicast NTP requests to the specified IP address to synchronize its clock.
Step-by-Step Solution
Key Concept
NTP Client Configuration