R1 as an NTP server must have: β’ NTP authentication enabled β’ NTP packets sourced from Interface loopback 0 β’ NTP stratum 2 β’ NTP packets only permitted to client IP 209.165.200.225 How should R1 be configured?
- Antp authenticate ntp authentication-key 2 sha1 CISCO123 ntp source Loopback0 ntp access-group server-only 10 ntp master 2 ! access-list 10 permit udp host 209.165.200.225 any eq 123
- Bntp authenticate ntp authentication-key 2 md5 CISCO123 ntp interface Loopback0 ntp access-group server-only 10 ntp stratum 2 ! access-list 10 permit 209.165.200.225
- Cntp authenticate ntp authentication-key 2 md5 CISCO123 ntp source Loopback0 ntp access-group server-only 10 ntp master 2 ! access-list 10 permit 209.165.200.225 (correct answer)
- Dntp authenticate ntp authentication-key 2 md5 CISCO123 ntp source Loopback0 ntp access-group server-only 10 ntp stratum 2 ! access-list 10 permit udp host 209.165.200.225 any eq 123
Reveal answer & explanationHide answer
The correct answer is C. Option C: ntp authenticate ntp authentication-key 2 md5 CISCO123 ntp source Loopback0 ntp access-group server-only 10 ntp master 2 ! access-list 10 permit 209.165.200.225
Explanation
NTP synchronizes device clocks so logs, certificates, and operations share consistent time.





