On Mon, Sep 10, 2007 at 08:14:15PM -0700, Ask Bj?rn Hansen wrote: > > On Sep 10, 2007, at 8:33 AM, William Carlson wrote: > > If one of you comes up with a "recipe" for setting up ntpd reliably > on Cisco IOS then it'd be nice to include on the pool website.
Depends stronlgy on the IOS version as there have been many changes on NTP, at least before the 12.0 IOS series. mplro004#show ver Cisco IOS Software, C870 Software (C870-ADVSECURITYK9-M), Version 12.4(4)T7, RELEASE SOFTWARE (fc1) mplro004#show ntp associations address ref clock st when poll reach delay offset disp *~192.168.16.29 85.10.14.200 3 4 64 377 0.9 2.95 0.5 * master (synced), # master (unsynced), + selected, - candidate, * ~ configured mplro004#show ntp status Clock is synchronized, stratum 4, reference is 192.168.16.29 nominal freq is 250.0000 Hz, actual freq is 250.0711 Hz, precision is 2**16 reference time is CA90B00E.D2FDE238 (08:11:26.824 MEST Tue Sep 11 2007) clock offset is 2.9529 msec, root delay is 71.21 msec root dispersion is 56.52 msec, peer dispersion is 0.50 msec It was simply necessary to write the following to the config: "ntp server 192.168.16.29"... So, if the router could resolve DNS and would have access to the Internet you could also add something in the form of ...pool.ntp.org :) Ok, that's the client part... If you want to be an NTP server yourself you just do "ntp master" and add several peers with "ntp peer ...". Regards, -- .''`. Mario Iseli <[EMAIL PROTECTED]> : :' : Debian GNU/Linux developer `. `'` `- Debian - when you have better things to do than fixing a system _______________________________________________ timekeepers mailing list [email protected] https://fortytwo.ch/mailman/cgi-bin/listinfo/timekeepers
