<?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>IPCPU——网络之路 &#187; 路由协议</title>
	<atom:link href="http://www.ipcpu.com/tag/%e8%b7%af%e7%94%b1%e5%8d%8f%e8%ae%ae/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ipcpu.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 15:05:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>RIP计时器的相关问题</title>
		<link>http://www.ipcpu.com/2010/04/rip-timers/</link>
		<comments>http://www.ipcpu.com/2010/04/rip-timers/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 10:07:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[网络技术]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[RIP]]></category>
		<category><![CDATA[网络]]></category>
		<category><![CDATA[路由协议]]></category>

		<guid isPermaLink="false">http://www.ipcpu.com/?p=447</guid>
		<description><![CDATA[1.update timer（30 seconds） RIP的每次更新，都是完整路由表，不过要排除被split-horizon抑制的路由条目。 2、invalid timer（180 seconds） 如果路由器在180秒内没有收到特定路由条目的更新，则视此路由条目为非法或不可达，将它的hop count设置为16。   3、flush timer（240 seconds） 或叫 garbage collection timer flush计时器满时，该路由条目将会从路由表中被移除。     4、holddown timer（180 seconds） 一旦路由器收到了关于某条路由条目的更新，并发现其metric值比本路由表中记录的metric值大时，将会对这条路由设置holddown timer，直至计时器周期结束才会接受这条次优路径。     5、相关设置命令 timers basic update invalid holddown flush                30     180     180     240 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; 关键问题是holddown timer holddown timer是从invalid timer超时后开始的 思科官方文档已经没有holddown timer的解释，华三的名字叫suppress如下： Suppress定时器，定义了RIP路由处于抑制状态的时长。当一条路由的度量值变为16时，该路由将进入抑制状态。在被抑制状态，只有来自同一邻居且度量值小于16的路由更新才会被路由器接收，取代不可达路由。 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 参考资料： http://www.cisco.com/en/US/docs/internetworking/technology/ handbook/RIP.html#wp1020565 http://www.h3c.com.cn/Products___Technology/Technology/Router/Oth er_technology/Technology_recommend/200805/605876_30003_0.htm http://sharkii.blog.51cto.com/325987/64146 [...]]]></description>
			<content:encoded><![CDATA[<p>1.update timer（30 seconds）<br />
RIP的每次更新，都是完整路由表，不过要排除被split-horizon抑制的路由条目。<br />
2、invalid timer（180 seconds）<br />
如果路由器在180秒内没有收到特定路由条目的更新，则视此路由条目为非法或不可达，将它的hop count设置为16。<br />
 </p>
<p>3、flush timer（240 seconds） 或叫 garbage collection timer<br />
flush计时器满时，该路由条目将会从路由表中被移除。<br />
 <br />
 <br />
4、holddown timer（180 seconds）<br />
一旦路由器收到了关于某条路由条目的更新，并发现其metric值比本路由表中记录的metric值大时，将会对这条路由设置holddown timer，直至计时器周期结束才会接受这条次优路径。<span id="more-447"></span><br />
 <br />
 <br />
5、相关设置命令<br />
timers basic update invalid holddown flush<br />
               30     180     180     240</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>关键问题是holddown timer</strong></p>
<p>holddown timer是从invalid timer超时后开始的</p>
<p><a href="http://www.ipcpu.com/wp-content/uploads/2010/04/riptimers.jpg"><img class="alignnone size-full wp-image-546" title="riptimers" src="http://www.ipcpu.com/wp-content/uploads/2010/04/riptimers.jpg" alt="" width="480" height="227" /></a></p>
<p>思科官方文档已经没有holddown timer的解释，华三的名字叫suppress如下：</p>
<p><span style="color: #008000;"><span lang="EN-US">Suppress</span><span style="font-family: 宋体;">定时器，定义了</span><span lang="EN-US">RIP</span><span style="font-family: 宋体;">路由处于抑制状态的时长。当一条路由的度量值变为</span><span lang="EN-US">16</span><span style="font-family: 宋体;">时，该路由将进入抑制状态。在被抑制状态，只有来自同一邻居且度量值小于</span><span lang="EN-US">16</span><span style="font-family: 宋体;">的路由更新才会被路由器接收，取代不可达路由。</span></span></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>参考资料：<br />
<a href="http://www.cisco.com/en/US/docs/internetworking/technology/handbook/RIP.html#wp1020565">http://www.cisco.com/en/US/docs/internetworking/technology/</a><br />
handbook/RIP.html#wp1020565</p>
<p><a href="http://www.h3c.com.cn/Products___Technology/Technology/Router/Other_technology/Technology_recommend/200805/605876_30003_0.htm">http://www.h3c.com.cn/Products___Technology/Technology/Router/Oth</a><br />
er_technology/Technology_recommend/200805/605876_30003_0.htm</p>
<p><a href="http://sharkii.blog.51cto.com/325987/64146">http://sharkii.blog.51cto.com/325987/64146</a></p>
<p><a href="http://andysea.blog.51cto.com/347525/74039">http://andysea.blog.51cto.com/347525/74039</a></p>
<p><a href="http://blog.sina.com.cn/s/blog_56fdccdb01000836.html">http://blog.sina.com.cn/s/blog_56fdccdb01000836.html</a></p>
<p><a href="https://supportforums.cisco.com/message/606498">https://supportforums.cisco.com/message/606498</a></p>
<p><a href="http://www.sharecenter.net/thread-266503-1-1.html">http://www.sharecenter.net/thread-266503-1-1.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipcpu.com/2010/04/rip-timers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

