time drift on cisco routers and switches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2006 01:06 AM - edited 03-03-2019 04:57 AM
Hi forum,
my cisco router and switches is having time drift issue, is there a way to solve this problem? can I sync it with the windows 2003 NTP server?
Kind regards,
paul
- Labels:
-
Other Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2006 02:46 AM
YES,
you can sink your cisco router to a Win NTP server.
the command you'll use is as follows:
router(config)# ntp server x.x.x.x
(where x.x.x.x is the ip address of the NTP source; ie: your win2k3 server)
please see the following link for more NTP Server configuration info:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2006 04:28 AM
Hii,
You can set the clock using the cli command, clock set hh:mm:ss followed by day,month and year.this will resolve the probs.
Pls rate if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2006 04:03 PM
Hi all,
Thanks much for your suggestions.
I am trying the NTP option but sync to an external time source, the NIST internet time service. but I have an ASA firewall blocking the NTP traffic. I do this:
access-list ACL_IN extended permit udp host 129.6.15.28 eq ntp 172.16.0.0 255.25
5.0.0 (for inside interface)
access-list ACL_OUT extended permit udp 172.16.0.0 255.255.0.0 host 129.6.15.28 eq ntp (for outside interface)
but i cannot seems to make it work. how do I do this?
Thanks much,
paul
