Cisco: Configure Time and Timezones on Cisco IOS

Telnet to the router and apply command below
  • Feel free to use any other NTP servers

----------
sh clock
conf t
clock timezone EDT -5
clock summer-time EDT recurring
ntp server 192.5.41.41
ntp server 192.5.41.42
ntp server 64.73.32.134
ntp server 69.10.36.3
service timestamps log datetime localtime
----------

Comments

Popular posts from this blog

When users is trying to open PDF file from the internet using browser he gets following error message - Problem (1:1)

How to loop "ipconfig /renew" until it gets IP address on remote PC to test DHCP using PowerShell