Advertisement

[x]
Attachment Details

ntp will not run after code and memory upgrade

[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.4
I upgraded the memory to 64 megabytes and code to Cisco IOS Version 12.3(26) yesterday, and ever since, Network Time Protocol will not run.  It worked as configured before, but now when I do Show ntp stat, I get, "Clock is unsynchronized, stratum 16, no reference clock."  

The ntp debug commands listed in the Code Snippet are running.

Here's some output:

.May  7 17:37:06.526 UTC: NTP: xmit packet to 132.236.56.250:
.May  7 17:37:06.526 UTC:  leap 3, mode 3, version 3, stratum 0, ppoll 64
.May  7 17:37:06.526 UTC:  rtdel 0000 (0.000), rtdsp 10001 (1000.015), refid 00000000 (0.0.0.0)
.May  7 17:37:06.530 UTC:  ref 00000000.00000000 (19:00:00.000 EST Thu Dec 31 1899)
.May  7 17:37:06.530 UTC:  org 00000000.00000000 (19:00:00.000 EST Thu Dec 31 1899)
.May  7 17:37:06.530 UTC:  rec 00000000.00000000 (19:00:00.000 EST Thu Dec 31 1899)
.May  7 17:37:06.530 UTC:  xmt CBCC6742.874F5D56 (13:37:06.528 edt Wed May 7 2008)
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
Router1#show ver
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-IK9O3S3-M), Version 12.3(26), RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by cisco Systems, Inc.
Compiled Mon 17-Mar-08 15:23 by dchih
 
ROM: System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)
 
Router1 uptime is 18 hours, 47 minutes
System returned to ROM by reload
System restarted at 18:33:44 edt Tue May 6 2008
System image file is "flash:c2600-ik9o3s3-mz.123-26.bin"
 
 
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
 
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
 
If you require further assistance please contact us by sending email to
export@cisco.com.
 
cisco 2611 (MPC860) processor (revision 0x203) with 61440K/4096K bytes of memory.
Processor board ID JAD05060APW (2282817893)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
2 Ethernet/IEEE 802.3 interface(s)
1 Serial network interface(s)
1 Compression AIM(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)
 
Configuration register is 0x2102
 
Router1#show ntp stat
Clock is unsynchronized, stratum 16, no reference clock
nominal freq is 249.5901 Hz, actual freq is 249.5819 Hz, precision is 2**16
reference time is 00000000.00000000 (19:00:00.000 EST Thu Dec 31 1899)
clock offset is 0.0000 msec, root delay is 0.00 msec
root dispersion is 0.00 msec, peer dispersion is 0.00 msec
Router1#show ntp as
 
      address         ref clock     st  when  poll reach  delay  offset    disp
 ~132.236.56.250   0.0.0.0          16     -    64    0     0.0    0.00  16000.
 ~172.28.64.31     0.0.0.0          16     -    64    0     0.0    0.00  16000.
 * master (synced), # master (unsynced), + selected, - candidate, ~ configured
Router1#
 
!Relevant parts of config file:
 
access-list 21 permit 132.236.56.250 
access-list 21 permit 172.28.64.31
access-list 21 deny   any log
 
!
interface Loopback0
 description Loopback interface for service bindings
 ip address 10.0.0.1 255.255.255.252
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 no ip mroute-cache
!
 
!
ntp clock-period 17208647
ntp source Loopback0
ntp access-group peer 21
ntp server 132.236.56.250 source Loopback0
ntp server 172.28.64.31 source Loopback0 prefer
!
end
 
!Debug commands enabled:
Router1#show debug
 
 
NTP:
  NTP clock adjustments debugging is on
  NTP clock parameters debugging is on
  NTP events debugging is on
  NTP packets debugging is on
  NTP clock synchronization debugging is on
  NTP clock selection debugging is on
  NTP reference clocks debugging is on
  NTP authentication debugging is on
Related Solutions
Related Solutions
 
Loading Advertisement...
 
Accepted Solution by Sma11T0wnITGuy:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
Author Comment by Sma11T0wnITGuy:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
Loading Advertisement...
20080924-EE-VQP-40 / EE_QW_2_20070628