cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
543
Views
0
Helpful
3
Replies

NTP configuration

karl.jones
Level 1
Level 1

Hi All

Just wondering If anyone could give me pointers on NTP configuration. What I want to do is have two routers at our central site pointing to ntp servers on the web. I then want most other routers and switches on the wan getting there time from one of the routers at the central site. This seems to work ok with the

"ntp peer" statement on the routers at the central site to the ntp servers on the web and the

"ntp server" statement on the routers across the wan that need to retreive the time from the routers at the central site.

Is this the right way to go about this or is there a better way. There is an exception to what i have said and this is where it falls down a little, one of the remote sites is a bit of a hub with spokes and I need this to retreive the time from the routers at the central site but also act as an ntp server for the spoke sites.

Any design suggestions would be appreciated

Best regards

3 Replies 3

k.poplitz
Level 3
Level 3

The Network Time Protocol Whitepaper is an imperative source of information. You will want to digest this and centralize your NTP topology as much as possible.

http://www.cisco.com/warp/public/126/ntpm.html

Thanks for that

jasyoung
Level 7
Level 7

You have the right idea using a hierarchy to distribute time information around your network. It's a good idea to reduce load on your links to the Internet and to reduce load on the public NTP servers, which are shared community resources.

I would suggest using 'ntp server' to the public NTP servers. Pick two stratum 2 public NTP servers (you don't need to use stratum 1 servers, and they're already heavily loaded). Set one router to use one as a server, and set your other router to use the other. If they're high-end platforms (7200, 7500, etc) with battery-backed calendars, configure 'ntp update-calendar'. If they have calendars, it might also be appropriate to set 'ntp master 3' to enforce that the router will always provide stratum 3 NTP services even if they lose sync with the clocks on the public Internet.

Configure 'ntp peer' between your two central site routers. This allows them to synchronize with each other, increasing their mutual stability and helping to work out jitter that creeps in from one source or another. Don't use 'ntp peer' unless the relationship is truly a peer one, versus a master/slave relationship that you'll be using for the rest of your network.

Now you have two central routers providing a solid and stable stratum 3 time source (see the URL provided in this thread to explain the stratum concept if you're not clear on how it works). Configure the remainder of your WAN sites with two NTP server statements, pointing to both of the central routers. This provides them redundancy and stability should one of them be unavailable.

You mention you have another downstream hub site. You can configure another level of hierarchy into the network by having its downstreams use it for an NTP server, and having the downstream hub itself use the central routers as NTP servers. However, unless you are severely constrained for bandwidth and have more than 3 or 5 sites hanging off that hub, this is likely an increase in complexity for little benefit. I would advise you to have all sites on your network sync from the central routers unless your network is quite large.