<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>phirebird &#187; time synchronisation</title>
	<atom:link href="http://www.phirebird.net/tag/time-synchronisation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phirebird.net</link>
	<description>Yet Another IT Site</description>
	<lastBuildDate>Sat, 24 Apr 2010 15:27:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Configure NTP time server synchronisation on Cisco routers</title>
		<link>http://www.phirebird.net/2009/10/configure-ntp-time-server-synchronisation-on-cisco-routers/</link>
		<comments>http://www.phirebird.net/2009/10/configure-ntp-time-server-synchronisation-on-cisco-routers/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 21:48:05 +0000</pubDate>
		<dc:creator>shands</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[time synchronisation]]></category>

		<guid isPermaLink="false">http://www.phirebird.net/?p=155</guid>
		<description><![CDATA[Maybe you want an accurate time source on your internal network for your servers to sync against. Or maybe you just want your Cisco box to report the correct time! In either case &#8211; you&#8217;ll need NTP. First, we&#8217;ll sync the router time against another NTP time source. It&#8217;s as easy as specifying an IP: [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe you want an accurate time source on your internal network for your servers to sync against. Or maybe you just want your Cisco box to report the correct time! In either case &#8211; you&#8217;ll need NTP.</p>
<p>First, we&#8217;ll sync the router time against another NTP time source. It&#8217;s as easy as specifying an IP:</p>
<blockquote><p>phbrtr#conf t<br />
Enter configuration commands, one per line.  End with CNTL/Z.<br />
phbrtr(config)#ntp server <em>&lt;IP address&gt;</em><br />
phbrtr(config)#exit<br />
phbrtr#</p></blockquote>
<p>Incidentally, you can find a list of public NTP servers at:</p>
<blockquote><p><a href="http://support.ntp.org/bin/view/Servers/WebHome">http://support.ntp.org/bin/view/Servers/WebHome</a> </p></blockquote>
<p>To tidy things up, you might want to prevent NTP synchronisation attempts on a per-interface basic. To do this, you can &#8216;ntp disable&#8217; on the relevant interface(s):</p>
<blockquote><p>phbrtr#conf t<br />
Enter configuration commands, one per line.  End with CNTL/Z.<br />
phbrtr(config)#interface fa1/0<br />
phbrtr(config-if)#ntp disable<br />
phbrtr(config-if)#exit<br />
phbrtr(config)#exit</p></blockquote>
<p>Finally, heres how to check that everything&#8217;s working as it should:</p>
<blockquote><p> phbrtr#sh ntp status<br />
Clock is synchronized, stratum 2, reference is 129.6.15.28<br />
nominal freq is 250.0000 Hz, actual freq is 250.0005 Hz, precision is 2**24<br />
reference time is CE89F9F3.27B5E326 (21:21:55.155 GMT Wed Oct 21 2009)<br />
clock offset is -13.4327 msec, root delay is 99.40 msec<br />
root dispersion is 21.27 msec, peer dispersion is 7.83 msec<br />
phbrtr#</p></blockquote>
<p>Did you find this hint useful? Are you looking to learn more? Well, here&#8217;s a few books that I&#8217;ve found useful &#8211; have a goosie!</p>
<table width="100%">
<tr>
<td valign="top" align="center"><a href="http://www.amazon.co.uk/gp/product/0072263830?ie=UTF8&#038;tag=beabi-21"><img src="http://ecx.images-amazon.com/images/I/51OzKwtnAcL._SL100.jpg" border="0"><br />
Cisco: A Beginner&#8217;s Guide</a></td>
<td>&nbsp;</td>
<td valign="top" align="center"><a href="http://www.amazon.co.uk/gp/product/0470110082?ie=UTF8&#038;tag=beabi-21"><img src="http://ecx.images-amazon.com/images/I/51BHKGcPzsL._SL100.jpg" border="0"><br />
CCNA &#8211; Cisco Certified Network Associate Study Guide</a></td>
<td>&nbsp;</td>
<td valign="top" align="center"><a href="http://www.amazon.co.uk/gp/product/076451668X?ie=UTF8&#038;tag=beabi-21"><img src="http://ecx.images-amazon.com/images/I/51NAGK3Z2FL._SL100.jpg" border="0"><br />
Cisco Networking for Dummies</a></td>
<td>&nbsp;</td>
<td valign="top" align="center"><a href="http://www.amazon.co.uk/gp/product/0596527225?ie=UTF8&#038;tag=beabi-21"><img src="http://ecx.images-amazon.com/images/I/51HupjWNLoL._SL100.jpg" border="0"><br />
Cisco IOS in a Nutshell &#8211; O&#8217;Reilly</a></td>
</tr>
</table>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phirebird.net/2009/10/configure-ntp-time-server-synchronisation-on-cisco-routers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
