cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
739
Views
15
Helpful
9
Replies

Ntp server

upendra07
Level 1
Level 1

Dear

I have 50 switches and one router. I want to create ntp server any one pl help me

Thanks in Aedvance

9 Replies 9

Edison Ortiz
Hall of Fame
Hall of Fame

I don't recommend designating a Cisco router or switch as NTP server. I recommend using a NTP server in the internet and point these devices to it.

These 51 devices have IP connectivity to the internet ?

If so, just enter

ntp server [ip address]

in config mode and they will sync with the NTP server. You want may to configure the timezone and offset values as need

clock timezone

is the command you need.

For a list of public NTP servers, please visit ntp.org

HTH,

Pavel Bykov
Level 5
Level 5

Don't forget to configure timezone, sou all your devices switch to summer-time and back automatically without problems. Depending on your NTP server, it could be UTC, so you should set up offset.

Commands are:

clock timezone NAME OFFSET_FROM_UTC (1 for central European for example)

clock summer-time NAME recurring last Sun Mar 2:00 last Sun Oct 3:00 (times when to switch to summer time and back)

NTP server setup is easy:

"ntp server x.x.x.x" command is the most important command, and it tells device where to get the time from. Has to be reachable by IP. Could be a server in your network, that synchronizes to internet NTP. Or it could be a PC with NTP server functionality (see manuals for your operating systems). Or it can be another Cisco device.

You can secure your NTP a bit by using authentication. Update calendar, define update intervals and so on. Everything optional.

Like this:

ntp authentication-key 1 some_password

ntp authenticate

ntp trusted-key 1

ntp clock-period 17179927

ntp update-calendar

ntp server x.x.x.x key 1

ntp server y.y.y.y key 1

You can have as many servers as you want, but don't overdo it.

Dear

Thanks

Can i use windows xp for ntp server

How can i do

If you install some application/service you could use a Windows XP machine as the NTP server. But the Windows Time service is not NTP and will not serve as an NTP server.

In the previous post was this comment:

Depending on your NTP server, it could be UTC

actually NTP is always UTC. So it is helpful to configure the clock timezone offset so the clock will look like local time.

HTH

Rick

HTH

Rick

can you recommend a good ntp server application.

Dwayne

I have not used it but I have heard some good things about the NTP implementation by Meinberg for Windows. Additional information is probably available from this link:

http://www.meinberg.de/english/sw/ntp.htm

HTH

Rick

HTH

Rick

Hi,

For Windows, use this http://www.meinberg.de/english/sw/ntp.htm

For UNIX/LINUX, they come with NTP Daemon.

For source, I recommend using the pool http://www.pool.ntp.org/

Regards,

Dandy

I got everything working. Thanks for all your input. I used the app that was suggested. Eventually, I will go to NTP Appliance. Better security.

I had to do a couple additional things to make it work though:

1.)HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProvid

ers\NtpServer

I changed Enabled from 0 to 1.

2.)HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config

LocalClockDispersion Entry

Change from default of 10 to 1

I have been using a Meinberg hardware device for my NTP needs and I like it alot.

It uses the GPS signal to get the time and if something happens to the GPS signal it has a internal clock that will hold time within specified parameters for atleast 10 days.

This solution is alot better than using any server desktop or network machine as a NTP server since the device has a better crystal than any "normal" server and it is constructed to do what it does and it does it good.

Good luck

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: