A network administrator needs to configure a Cisco IOS router to synchronize its internal clock with an external centralized time source at IP address 192.168.10.50. Which Cisco IOS global configuration command must be used to accomplish this task?
- ntp server 192.168.10.50Answer
- Bntp master 192.168.10.50
- Cclock set 192.168.10.50
- Dntp peer 192.168.10.50
Answer
The command 'ntp server 192.168.10.50' configures the router to act as an NTP client synchronizing from the specified NTP server.
The correct command is 'ntp server 192.168.10.50'. In Cisco IOS, entering 'ntp server' followed by an IP address configures the router to request time updates from that remote server.
Step-by-Step Solution
Key Concept
NTP Client Operations and Configuration
Estimated Time:45s