Configuring NTP on aCisco IOS device is a relatively easy process.
Follow these steps:
- Choose the NTP server your devices will use.
- Find out the IP address for this server.
- Enter the following commands on the IOS device:
Router# configure terminal
Router(config)# ntp server
- Verify the association with the server using the
show ntp status
and
show ntp associations
commands.