A network administrator is configuring a Cisco IOS router to synchronize its clock with a remote time server located at IP address 192.168.10.5. The router must operate strictly in client mode, polling time from the specified server without allowing the remote device to synchronize to the local router clock. Which global configuration command meets this requirement?
- ntp server 192.168.10.5Cevap
- Bntp peer 192.168.10.5
- Cntp master 192.168.10.5
- Dntp allow 192.168.10.5
Cevap
The command 'ntp server 192.168.10.5' configures the router to operate in NTP client mode toward the target server.
The global configuration command 'ntp server 192.168.10.5' configures the router as an NTP client to the target remote NTP server. In client mode, the local device receives time updates from the specified server but will not allow the server to synchronize to the local system clock.
Adım Adım Çözüm
Anahtar Kavram
NTP Client vs Peer Mode Configuration