<?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; 特性</title>
	<atom:link href="http://www.baalchina.net/category/ccie/%e7%89%b9%e6%80%a7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.baalchina.net</link>
	<description>baalchina技术日志</description>
	<lastBuildDate>Fri, 06 Aug 2010 05:40:53 +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>VTP,Vlan Trunking Protocol(89 days)</title>
		<link>http://www.baalchina.net/2009/04/vlan-trunking-protocol/</link>
		<comments>http://www.baalchina.net/2009/04/vlan-trunking-protocol/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 11:29:30 +0000</pubDate>
		<dc:creator>baalchina</dc:creator>
				<category><![CDATA[特性]]></category>
		<category><![CDATA[ccie]]></category>
		<category><![CDATA[vtp]]></category>

		<guid isPermaLink="false">http://www.baalchina.net/2009/04/vlan-trunking-protocol/</guid>
		<description><![CDATA[VTP
&#160;
VTP和Trunking的关系，也就是他通过Trunking传输。其他没啥关联了。


VTP通告VLAN ID，VLAN name以及VLAN Type。但不通告VLAN与接口的关系。
当修改Vlan信息后，VTP序号自动加一，并通告出去。
Cisco交换机VTP默认在Server模式，没有名字。当配置了一个Domain Name之后就会通告出去，当其他交换机收到更新时会将自己的Null改为该VTP Domain Name。注意这一点，即使其他交换机的Domain Name为空，他也会受到影响。
Client以及Transparent模式不保存配置。
Normal VLAN，1~1005。VTP 1&#38;2支持，保存在vlan.dat中。
Extend-range VLAN，1006~4094，不能用vlan database编辑，不存在vlan.dat中。只能在Transparent透明模式下配置。
透明模式下编辑VLAN只对本地有效，但是他依旧会转发VTP消息。
VTP Pruning，默认没有启用。启用之后可以过滤掉不必要的Vlan。

配置（全局打开，接口设定prune哪些）：


Switch(config)#vtp pruning     Switch(config-if)#switchport trunking pruning vlan remove vlan-id

]]></description>
			<content:encoded><![CDATA[<h2>VTP</h2>
<p>&#160;</p>
<p>VTP和Trunking的关系，也就是他通过Trunking传输。其他没啥关联了。</p>
<p></p>
<ol>
<li>VTP通告VLAN ID，VLAN name以及VLAN Type。但不通告VLAN与接口的关系。</li>
<li>当修改Vlan信息后，VTP序号自动加一，并通告出去。</li>
<li>Cisco交换机VTP默认在Server模式，没有名字。当配置了一个Domain Name之后就会通告出去，当其他交换机收到更新时会将自己的Null改为该VTP Domain Name。<font color="#ff0000">注意这一点，即使其他交换机的Domain Name为空，他也会受到影响。</font></li>
<li>Client以及Transparent模式不保存配置。</li>
<li>Normal VLAN，1~1005。VTP 1&amp;2支持，保存在vlan.dat中。</li>
<li>Extend-range VLAN，1006~4094，不能用vlan database编辑，不存在vlan.dat中。只能在Transparent透明模式下配置。</li>
<li>透明模式下编辑VLAN只对本地有效，但是他依旧会转发VTP消息。</li>
<li>VTP Pruning，默认没有启用。启用之后可以过滤掉不必要的Vlan。</li>
<ol>
<li>配置（全局打开，接口设定prune哪些）：</li>
</ol>
</ol>
<blockquote><p>Switch(config)#vtp pruning     <br />Switch(config-if)#switchport trunking pruning vlan remove vlan-id</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.baalchina.net/2009/04/vlan-trunking-protocol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Cisco Distributed Director技术</title>
		<link>http://www.baalchina.net/2008/12/distributed-director/</link>
		<comments>http://www.baalchina.net/2008/12/distributed-director/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 07:31:41 +0000</pubDate>
		<dc:creator>baalchina</dc:creator>
				<category><![CDATA[ccie]]></category>
		<category><![CDATA[特性]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[distributed director]]></category>
		<category><![CDATA[ios]]></category>

		<guid isPermaLink="false">http://www.baalchina.net/2008/12/distributed-director/</guid>
		<description><![CDATA[其实就是CDN的技术了。
只需“一击”之劳如果你单击某个链接，目的是下载某个发布在 microsoft. com 软件下载程序中的文件（软件下载中心的大多数文件），那是因为它确实很有意思。一种由 Cisco 公司创建的、名为 Distributed Director 的技术，可自动确定用户访问该下载软件最适合的下载路线。 过去，我们使用很多全球数据中心站点，所以您必须在站点列表中选择您认为离您需要的位置最近的站点。现在，您不必再为了下载一个文件而成为地理专家。所有文件都会发布在四个美国数据中心以及在东京和伦敦的国际数据中心中。您根本不必选择站点。 下面讲一讲它是如何工作的。无论您在什么时候需要一个域名，如 download.microsoft.com，计算机首先要将它解析成为 Internet 中的某个 IP 地址。在正常情况下，Web 浏览器向域名服务器要求一个 IP 地址，然后将您送到那个服务器中。Microsoft 的域名服务器，不仅仅是对一套 IP 地址进行自动响应，还会将要求转发给 Distributed Director 路由器。然后该路由器会检查每个数据中心的专用路由器，这些数据中心中包括 download.microsoft.com 服务器，并且在地理学和性能的基础上，决定哪个服务器最适于响应该要求。 一旦确定了最好的数据中心，Distributed Director 会给用户的浏览器发送数据中心中相关服务器的 IP 地址。然后浏览器利用该 IP 地址提出下载要求，之后就会将文件从特定的软件下载服务器中发送到用户的计算机中。 不管您信不信，对于软件下载中心来说，这只是一个开端。在我们希望从更多的 Microsoft 资源中集成可下载软件的很长时间以前，您就可发现可下载软件在不断改进。 
http://www.microsoft.com/china/backstage/archives/sept99_archive.htm
出现在N3的IOS Feature中。
]]></description>
			<content:encoded><![CDATA[<p>其实就是CDN的技术了。</p>
<blockquote><p>只需“一击”之劳如果你单击某个链接，目的是下载某个发布在 microsoft. com 软件下载程序中的文件（软件下载中心的大多数文件），那是因为它确实很有意思。一种由 Cisco 公司创建的、名为 Distributed Director 的技术，可自动确定用户访问该下载软件最适合的下载路线。 过去，我们使用很多全球数据中心站点，所以您必须在站点列表中选择您认为离您需要的位置最近的站点。现在，您不必再为了下载一个文件而成为地理专家。所有文件都会发布在四个美国数据中心以及在东京和伦敦的国际数据中心中。您根本不必选择站点。 下面讲一讲它是如何工作的。无论您在什么时候需要一个域名，如 download.microsoft.com，计算机首先要将它解析成为 Internet 中的某个 IP 地址。在正常情况下，Web 浏览器向域名服务器要求一个 IP 地址，然后将您送到那个服务器中。Microsoft 的域名服务器，不仅仅是对一套 IP 地址进行自动响应，还会将要求转发给 Distributed Director 路由器。然后该路由器会检查每个数据中心的专用路由器，这些数据中心中包括 download.microsoft.com 服务器，并且在地理学和性能的基础上，决定哪个服务器最适于响应该要求。 一旦确定了最好的数据中心，Distributed Director 会给用户的浏览器发送数据中心中相关服务器的 IP 地址。然后浏览器利用该 IP 地址提出下载要求，之后就会将文件从特定的软件下载服务器中发送到用户的计算机中。 不管您信不信，对于软件下载中心来说，这只是一个开端。在我们希望从更多的 Microsoft 资源中集成可下载软件的很长时间以前，您就可发现可下载软件在不断改进。 </p></blockquote>
<p><a title="http://www.microsoft.com/china/backstage/archives/sept99_archive.htm" href="http://www.microsoft.com/china/backstage/archives/sept99_archive.htm">http://www.microsoft.com/china/backstage/archives/sept99_archive.htm</a></p>
<p>出现在N3的IOS Feature中。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.baalchina.net/2008/12/distributed-director/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco路由器DHCP下配置IP-MAC绑定</title>
		<link>http://www.baalchina.net/2008/11/cisco-dhcp-ip-binding/</link>
		<comments>http://www.baalchina.net/2008/11/cisco-dhcp-ip-binding/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 11:08:56 +0000</pubDate>
		<dc:creator>baalchina</dc:creator>
				<category><![CDATA[ccie]]></category>
		<category><![CDATA[特性]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[ip]]></category>

		<guid isPermaLink="false">http://www.baalchina.net/?p=191</guid>
		<description><![CDATA[今天遇到的。很麻烦，还是用服务器做比较好。
 
ip dhcp-pool baalchina
host 192.168.1.1 255.255.255.0
client-identifier 0100.0200.0300
 
在模拟器的Cisco 2691上测试，只能一个地址池对应一个Ip地址，如果你输入第二个，就会把前一个覆盖掉。
]]></description>
			<content:encoded><![CDATA[<p>今天遇到的。很麻烦，还是用服务器做比较好。</p>
<p> </p>
<blockquote><p>ip dhcp-pool baalchina<br />
host 192.168.1.1 255.255.255.0<br />
client-identifier 0100.0200.0300<br />
 </p></blockquote>
<p>在模拟器的Cisco 2691上测试，只能一个地址池对应一个Ip地址，如果你输入第二个，就会把前一个覆盖掉。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.baalchina.net/2008/11/cisco-dhcp-ip-binding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
