<?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>baalchina &#187; vrrp</title>
	<atom:link href="http://www.baalchina.net/tag/vrrp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.baalchina.net</link>
	<description>baalchina技术日志</description>
	<lastBuildDate>Tue, 27 Sep 2011 07:12:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HSRP,VRRP and GLBP, IRDP(90 Days)</title>
		<link>http://www.baalchina.net/2009/04/hsrp-glbp-vrrp-irdp/</link>
		<comments>http://www.baalchina.net/2009/04/hsrp-glbp-vrrp-irdp/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 08:43:43 +0000</pubDate>
		<dc:creator>baalchina</dc:creator>
				<category><![CDATA[ccie]]></category>
		<category><![CDATA[特性]]></category>
		<category><![CDATA[glbp]]></category>
		<category><![CDATA[hsrp]]></category>
		<category><![CDATA[irdp]]></category>
		<category><![CDATA[vrrp]]></category>

		<guid isPermaLink="false">http://www.baalchina.net/2009/04/hsrp-glbp-vrrp/</guid>
		<description><![CDATA[1. Hot Standby Router Protocol, Virtual Router Redundancy Protocol, Gateway Load Balance Protocol,ICMP Router Discovery Protocol
&#160;
2. HSRP 
&#160;

虚拟的MAC和IP，在Active Router上激活。 
Standby Router接受Active Router的Hello，3s间隔，10s Dead。 
优先级（默认100），高的称为Active，默认不抢占。 
Tracking，当Tracked接口失效R的优先级降低。 
每接口最多255个组。 
0000.0C07.ACxx，xx为组号。 
虚IP应和LAN接口在同一子网且应和其他接口IP不同。


配置 




&#160;
#standby 21 ip 10.1.1.21    #standby 21 priority 105     #standby 21 preempt     #standby 21 track Serial0/0.1 

&#160;
3. [...]]]></description>
			<content:encoded><![CDATA[<h2>1. Hot Standby Router Protocol, Virtual Router Redundancy Protocol, Gateway Load Balance Protocol,ICMP Router Discovery Protocol</h2>
<p>&#160;</p>
<h2>2. HSRP </h2>
<p>&#160;</p>
<ol>
<li>虚拟的MAC和IP，在Active Router上激活。 </li>
<li>Standby Router接受Active Router的Hello，3s间隔，10s Dead。 </li>
<li>优先级（默认100），高的称为Active，默认不抢占。 </li>
<li>Tracking，当Tracked接口失效R的优先级降低。 </li>
<li>每接口最多255个组。 </li>
<li>0000.0C07.ACxx，xx为组号。 </li>
<li>虚IP应和LAN接口在同一子网且应和其他接口IP不同。
<ol>
<ol>
<li>配置 </li>
</ol>
</ol>
</li>
</ol>
<p>&#160;</p>
<blockquote><p>#standby 21 ip 10.1.1.21    <br />#standby 21 priority 105     <br />#standby 21 preempt     <br />#standby 21 track Serial0/0.1 </p></blockquote>
<p></p>
<p>&#160;</p>
<h2>3. VRRP</h2>
<ol>
<li>三种状态：Initialize，Master以及Backup。 </li>
<li>使用组播MAC 0000.5C00.01xx，xx为组号。 </li>
<li>默认Pre-emption。HSRP默认不。 </li>
<li>VRRP的Master对应HSRP的Active。 </li>
<li>VRRP支持认证，MD5以及明文。 </li>
<li>只用在路由器上，交换机不具有该功能 </li>
</ol>
<p>&#160;</p>
<h2>4. GLBP </h2>
<ol>
<li>a) 最多4台。GLBP Active Virtual Gateway给组中每一个R一个虚拟的MAC。 </li>
<li>b) 0007.B400.xxyy，xx为组号，yy为R号。 </li>
<li>c) 当客户端ARP网关MAC时，GLBP AVG负责回复其中的一个MAC。 </li>
</ol>
<p>&#160;</p>
<h2>5、IRDP</h2>
<ol>
<li>其实就是让主机可以动态的发现网关。</li>
<li>主机加入到224.0.0.1组，接收路由器的通告。也可以直接发送请求道224.0.0.2，请求网关地址。</li>
<li>配置</li>
</ol>
<blockquote><p>router(config-if)#ip irdp preference xxx</p>
</blockquote>
<p>其中preference可选，代表优先级。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.baalchina.net/2009/04/hsrp-glbp-vrrp-irdp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VRRP以及HSRP</title>
		<link>http://www.baalchina.net/2008/08/vrrp-hsrp/</link>
		<comments>http://www.baalchina.net/2008/08/vrrp-hsrp/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 08:19:04 +0000</pubDate>
		<dc:creator>baalchina</dc:creator>
				<category><![CDATA[网络协议]]></category>
		<category><![CDATA[ccie]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[hsrp]]></category>
		<category><![CDATA[vrrp]]></category>

		<guid isPermaLink="false">http://baalchina.nau.edu.cn/?p=97</guid>
		<description><![CDATA[HSRP，Hot Standby Router Protocol,
VRRP，Virtual Router Redundancy Protocol
可以使多个路由器共享同一个IP以及MAC地址。

VRRP
使用虚拟的MAC：0000.5e00.01xx,xx为VRRP的组ID。
不支持Interface Track

 
HSRP配置
 
#standby 21 ip 10.1.1.21
#standby 21 priority 105
#standby 21 preempt
#standby 21 track serial0/0.1
#standby 22 ip 10.1.1.22
#standby 22 track serial0/0.1
另一台设备上：
#standby 21 ip 10.1.1.21
#standby 21 preempt
#standby 21 track serial0/0.1
配置也就是HSRP组21，它的虚拟IP是10.1.1.21.
第一台设备指定了priority=105，大于第二台默认的100，所以第一台是Active设备。
 
HSRP以及VRRP的状态
HSRP的状态包括Init,Speak,Standby,Active
VRRP的状态包括Master,Backup
HSRP的preempt以及trackback
#standby 1 preempt
#standby 1 track serial 0
preempt的作用是，如果有一个新的高优先级的HSRP Router加入，会立刻成为Active Router。
track的作用是监控某个端口，如果这个端口down(protocol或者physical)，那么自动降低HSRP的priority。如果这时候另一台Router配置了preempt，那么它将成为Active。
参考：
http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a0080094e8c.shtml
]]></description>
			<content:encoded><![CDATA[<p><em>HSRP，Hot Standby Router Protocol,<br />
VRRP，Virtual Router Redundancy Protocol</em></p>
<p>可以使多个路由器共享同一个IP以及MAC地址。</p>
<ol>
<li>VRRP</li>
<li>使用虚拟的MAC：0000.5e00.01xx,xx为VRRP的组ID。</li>
<li>不支持Interface Track</li>
</ol>
<p> </p>
<h2>HSRP配置</h2>
<p> </p>
<blockquote><p>#standby 21 ip 10.1.1.21<br />
#standby 21 priority 105<br />
#standby 21 preempt<br />
#standby 21 track serial0/0.1<br />
#standby 22 ip 10.1.1.22<br />
#standby 22 track serial0/0.1</p></blockquote>
<p>另一台设备上：</p>
<blockquote><p>#standby 21 ip 10.1.1.21<br />
#standby 21 preempt<br />
#standby 21 track serial0/0.1</p></blockquote>
<p>配置也就是HSRP组21，它的虚拟IP是10.1.1.21.<br />
第一台设备指定了priority=105，大于第二台默认的100，所以第一台是Active设备。</p>
<p> </p>
<h2>HSRP以及VRRP的状态</h2>
<p>HSRP的状态包括Init,Speak,Standby,Active<br />
VRRP的状态包括Master,Backup</p>
<h2>HSRP的preempt以及trackback</h2>
<blockquote><p>#standby 1 preempt<br />
#standby 1 track serial 0</p></blockquote>
<p>preempt的作用是，如果有一个新的高优先级的HSRP Router加入，会立刻成为Active Router。<br />
track的作用是监控某个端口，如果这个端口down(protocol或者physical)，那么自动降低HSRP的priority。如果这时候另一台Router配置了preempt，那么它将成为Active。<br />
参考：<br />
<a href="http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a0080094e8c.shtml">http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a0080094e8c.shtml</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.baalchina.net/2008/08/vrrp-hsrp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

