dardan:ccna_security:labs:ntp
Configure a Synchronized Time Source Using NTP
R2# show clock 
R2# clock set 20:12:00 Dec 17 2014 
R2(config)# ntp authentication-key 1 md5 NTPpassword 
R2(config)# ntp trusted-key 1 
R2(config)# ntp authenticate 
R2(config)# ntp master 3 

R1(config)# ntp authentication-key 1 md5 NTPpassword 
R1(config)# ntp trusted-key 1 
R1(config)# ntp authenticate 
R1(config)# ntp server 10.1.1.2 
R1(config)# ntp update-calendar 
R1# show ntp associations 
R1# debug ntp all 
R1(config)# service timestamps log datetime msec
R1(config)# logging host 192.168.1.3 
dardan/ccna_security/labs/ntp.txt · Last modified: 2019/02/04 14:47 by dardan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki