Hi
I just want to confirm my NTP configuration. I have 2 routers acting as the NTP servers. They are receiving their time from the domain controllers (ntp server x.x.x.x). Then all the network devices (Clients) in the business will be configured to use the 2 routers as NTP servers as primary and secondary.
Does the following configuration look correct. Is there anything I can add or remove for best practice?
SERVERS
ntp server x.x.x.x
ntp authentication-key 1 md5 xxx
ntp max-associations 100
ntp trusted-key 1
ntp trusted-key 2
ntp server y.y.y.y
ntp authentication-key 2 md5 xxx
ntp max-associations 100
ntp trusted-key 1
ntp trusted-key 2
CLIENT
ntp authentication-key 1 md5 xxx
ntp authentication-key 2 md5 xxx
ntp authenticate
ntp server x.x.x.x key 1 prefer
ntp server y.y.y.y key 2
ntp trusted-key 1
ntp trusted-key 2