17180442 * 2^-32 = 0.004000133369117975234985
In case you wondered. :-)
Main Topics
Browse All TopicsI configured ntp interface and server ip. It's working, but it added this statement into cisco config "ntp clock-period 17180442". It's recommended that it should not be configured manually. I would like to know what does it mean? What is the significance of this no? what's the freqency of time update?
Thanks,
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
How do we know what's the update interval for time update? Can it be configured to desired interval? If I configure more than one ntp server, does the switch use 2nd ntp server only in case first server is not available. Does it use its own preference or configured sequence order for time update?
Thanks,
Use an atomic-clock-synced NTP server such as time.windows.com:123 or otc2.psu.edu:123 to sync the clock and the Cisco keeps track of the adjustments, interpolating the clock-period value... the more samples over a long period of time, the more accurate it should become. i.e. except for leap seconds added (doesn't happen very often), and assuming a good power supply, it should eventually not need external correction.
Unless you decide to use the 'no ntp [clock-period value]' command.
Business Accounts
Answer for Membership
by: batry_boyPosted on 2008-02-11 at 11:33:48ID: 20869364
From Cisco's website:
-
---------- ---------- ---------- ---------- ---------- ----
--------------------------
Caution Do not enter this command; it is documented for informational purposes only. The system automatically generates this command as Network Time Protocol (NTP) determines the clock error and compensates.
--------------------------
As NTP compensates for the error in the software clock, it keeps track of the correction factor for this error. When the value for the clock period needs to be adjusted, the system automatically enters the correct value into the running configuration. To remove the automatically generated value for the clock period, use the no form of this command.
ntp clock-period value
no ntp [clock-period value]
Syntax Description
value
Amount of time to add to the software clock for each clock hardware tick (this value is multiplied by 2-32).