<?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>无色无味(杨波) 的Web Log(博客) &#187; 个人案例简汇</title>
	<atom:link href="http://blog.ghitr.com/index.php/archives/category/my/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ghitr.com</link>
	<description>杨波,ccna,h3cse-security/Email:yangbo@ghitr.com</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:16:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Vmware Exsi使用简要说明</title>
		<link>http://blog.ghitr.com/index.php/archives/830</link>
		<comments>http://blog.ghitr.com/index.php/archives/830#comments</comments>
		<pubDate>Mon, 19 Jul 2010 15:17:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[个人案例简汇]]></category>
		<category><![CDATA[资料]]></category>
		<category><![CDATA[exsi]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[使用]]></category>
		<category><![CDATA[说明]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/post/830</guid>
		<description><![CDATA[Vmware Exsi使用简要说明
界面介绍 1
资源分配 3
创建内存、CPU资源池 3
创建硬盘资源池 6
把系统的ISO文件上传到EXSI服务器上 11
创建虚拟机 11
启动虚拟机 12
映射本地的ISO和光驱 12
虚拟机示例： 13
界面介绍

     Exsi的管理工具可以用vSphere Client来管理虚拟机、管理虚拟的网络交换机、管理物理机的内存、物理机的硬盘、物理机的CPU等资源。界面的大致介绍如下图。


资源分配
创建内存、CPU资源池
1、在vShpere Client的主主界面上切换到“Resource Allocation”选项卡。

在上面系统会先把物理机的总CPU频率、已分配、还可用的CPU资源、总内存、已分配、未分配的内存资源等都会列表出来。下面还会把已经存在的资源池也列表出来。在这儿我分配了一个Win_Pool的资源池。它的CPU资源为900MHZ、内存资源为2G。原计划我是把这个资源池分配给windows 系统的VPC的。
2、创建自己的资源池。

选择“New Resource Pool”，开始创建资源池。

刚才创建的“TEST”资源池。CPU为4 MHZ，内存为4MB。


创建硬盘资源池
    硬盘资源相比CPU和内存的分配方式不一样。 硬盘是先确定一个总空间的大小。就像在配机器的时候，先买了一块80G的硬盘。后来又增加了一块500G的硬盘一样。
    在Vmware Exsi中，在安装的时候，会默认把物理机的剩余硬盘空间分配给一个叫datastore1的存储池。用户可用手工的调整这个存储资源池的大小。
1.在vSphere Client的主界面上有一个“configuration”的选项卡。如果Exsi没有一个可用的Store的话，他就会提示要求创建一个datastore。

2.选择“click here to create a datastore&#8230;”。开始创建一个可以存放虚拟机的硬盘文件的存储空间。

支持本地的Disk和LUN。也支持网络的NFS文件夹。不过NFS的速度一般都不够快。
下一步后，系统会把当前物理机上可用的物理空间列表出来。




创建datastore后，系统会花一定的时间去格式化这个区域。格式化完成后，可以再configure&#8212;&#62;storage&#8212;&#62;datastores里面可以看到一个datastore的列表。
把系统的ISO文件上传到EXSI服务器上
    在vSphere Client的主界面上有一个Configuration这个选项卡，Storge&#8212;&#62;datastores。在右边的datastores列表中选择一个你要放置要上传的文件的Store区域。

右键选择“Browse datastore&#8230;”，就会弹出一个像FTP工具的文件管理工具。这个工具的使用就简单了。
创建虚拟机
    1.切换到Virtual Machines这个选项卡上。

就可以在里面创建你的虚拟机了。创建虚拟机的过程与Vmware server和Vmwarer workstation等的布凑一样了。
主要要记得为你的虚拟机选择启动的文件。（是从物理机的光驱启动，还是从ISO文件启动。如果是从ISO文件启动，就要先使用上一步的方法将ISO文件上传到Datastore存储区域里。）
启动虚拟机
    这个就没有什么说的了，选择创建的虚拟机，点击工具栏上的启动按钮就OK了。

映射本地的ISO和光驱
如果你没有将ISO文件上传到datastore区域里，或者是你的ISO比较小，没有必要上传上去，那么你还可以选择工具栏上的


虚拟机的远程资源可以使用物理机和远端CLIENT的ISO、Localdisk等资源。
虚拟机示例：
    在这儿我创建了一个资源池为：“Win_pool”。创建了一台Linux，名叫Centos5.5 (Net install)的虚拟机。CD资源使用datastore_yangbo中存放的CentOS-5.5-i386-netinstall.iso文件。启动该虚拟机。


鼠标点击这个窗口，那么鼠标就可以操作虚拟机了。（鼠标的焦点就在虚拟机上了)，再次按Ctrl+ALT可以使鼠标的焦点回到windows 窗口。虚拟机的重启快捷方式为“Ctrl+Alt+Insert”。


指定后，把鼠标切换到Remote Console窗口中。按重启键。  虚拟机就从刚才指定的ISO中重启。
下图为启动成功后的界面：


]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/830/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>H3C设备与Cisco ACS配合做Telnet 登录验证</title>
		<link>http://blog.ghitr.com/index.php/archives/829</link>
		<comments>http://blog.ghitr.com/index.php/archives/829#comments</comments>
		<pubDate>Wed, 14 Jul 2010 13:38:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[个人案例简汇]]></category>
		<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[资料]]></category>
		<category><![CDATA[acs]]></category>
		<category><![CDATA[CISCO]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[h3c]]></category>
		<category><![CDATA[h3c 模拟器]]></category>
		<category><![CDATA[radius]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[模拟器]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/post/829</guid>
		<description><![CDATA[软件平台：H3C设备：模拟器（Simware V5.2)ACS: cisco acs 4.12
网络拓扑： 
各个设备的IP：SW:192.168.77.2ACS server:192.168.77.3User Client:192.168.77.10

本次试验只是一个简单的示例，所以都在一个二层网络中。要达到一个目标：用户在USER端可以Telnet到SW上，并成功登录。&#160; 
&#160;
ACS端:1、现在ACS里新建一个Client。 2、Group setup.&#160;&#160;&#160; 选择一个你有用的Group.然后修改他。&#160;选择：Radius. 吧Login-server 选为：Telnet.其他的根据你的实际需求选择。这儿只做Telnet试验。所以只选择了Telnet.
3.建用户了。（user setup) &#160;&#160;&#160;   
主要是密码和Group.
密码又长度要求的。Group要选择我们刚才设置的那个Group1.
&#160;
&#160;
OK。ACS端的配置就结束了。
&#160;
然后是H3C 设备端的配置。设备段比较简单。
定义一个Radius。定义一个domain配置User-interface vty的认证方式。
基本配置脚本如下：
radius scheme radius1primary authentication 192.168.77.3&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //Radius server的地址primary accounting 192.168.77.3&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //Radius server的地址key authentication h3c&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //radius server的key.这儿的key与刚才在ACS中添加client是的key要一样。key accounting h3cuser-name-format without-domain&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //用户在验证的时候是否自动带上默认域名。&#160; #domain h3cauthentication default radius-scheme radius1&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //定义这个与的验证采用Radius1这个模板。authorization default radius-scheme radius1&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //定义这个与的验证采用Radius1这个模板。access-limit disable&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; state active&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; //激活这个域。idle-cut disableself-service-url disable
///&#160;&#160; [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/829/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simware 模拟交换的文件。</title>
		<link>http://blog.ghitr.com/index.php/archives/827</link>
		<comments>http://blog.ghitr.com/index.php/archives/827#comments</comments>
		<pubDate>Tue, 06 Jul 2010 13:58:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[个人案例简汇]]></category>
		<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[cen]]></category>
		<category><![CDATA[Simware]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[交换.]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/post/827</guid>
		<description><![CDATA[ 
 
附件中的压缩包（Simware_Switch）解压到你的Simware目录下面。
&#160;
图中端口的表示：
我这次发布的Simware_switch TCL脚本的链路都是两条。&#160;&#160; 比如RT1 到RT2。是通过端口0/X/0相联。X等于1和4。 
eth0/1/0&#160; 用的是可以自由在二/三层之间切换的路由接口。   eth0/4/0&#160; 用的是纯二层接口。&#160;&#160; 不支持三层功能。
&#160;
[RT1]dis brief interface    The brief information of interface(s) under route mode:    Interface&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Link&#160;&#160;&#160;&#160;&#160; Protocol-link&#160; Protocol type&#160;&#160;&#160; Main IP&#160;&#160;&#160;&#160;&#160;&#160;&#160; Eth0/1/0&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; UP&#160;&#160;&#160;&#160;&#160;&#160;&#160; DOWN&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ETHERNET&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Eth0/1/1&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; DOWN&#160;&#160;&#160;&#160;&#160; DOWN&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ETHERNET&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Eth0/1/2&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; DOWN&#160;&#160;&#160;&#160;&#160; DOWN&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ETHERNET&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8211;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Eth0/1/3&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; UP&#160;&#160;&#160;&#160;&#160;&#160;&#160; DOWN&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ETHERNET&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/827/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simware 模拟交换</title>
		<link>http://blog.ghitr.com/index.php/archives/826</link>
		<comments>http://blog.ghitr.com/index.php/archives/826#comments</comments>
		<pubDate>Tue, 06 Jul 2010 13:38:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[个人案例简汇]]></category>
		<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[h3c]]></category>
		<category><![CDATA[h3c 模拟器]]></category>
		<category><![CDATA[Simware]]></category>
		<category><![CDATA[交换.]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/post/826</guid>
		<description><![CDATA[我把hardcfg.tcl 贴出来。大家自由发挥。
&#160;
SetSelfSlot 0&#160;&#160; SetMainSlot 0&#160; SetConsoleCom 2001&#160;&#160;&#160; SetMemorySize 96      SetWVRPInstanceName RT1      SetMac 00 01      SetWinSockOffset 500      AddSerial -local 192.168.237.1 -lport 4002 -dest 192.168.237.1 -dport 4001       #AddEthernet -index 1  [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/826/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GRE Over IPSEC</title>
		<link>http://blog.ghitr.com/index.php/archives/804</link>
		<comments>http://blog.ghitr.com/index.php/archives/804#comments</comments>
		<pubDate>Fri, 21 May 2010 14:22:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[个人案例简汇]]></category>
		<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[gre]]></category>
		<category><![CDATA[gre over ipsec]]></category>
		<category><![CDATA[h3c]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[tunnel]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/post/804</guid>
		<description><![CDATA[本来想写很多的。但想想，写那么多的废话干嘛呢？
&#160;
只要记下自己需要记住的东西就行了。&#160;&#160; 
&#160;
一般的GRE隧道随时都会配置。
&#160;
IPSEC 的PKI/IKE也会配置。
&#160;
&#160;
其实GRE OVER IPSEC只有一点需要注意。
那是IPSEC的感兴趣流应该定义成 GRE Tunnel的Source address 和des address。&#160; 不要写成Tunnel的虚拟地址了。
&#160;
&#160;
最开始我就是写成了Tunnel的虚拟地址。才使IPSEC没有去感兴趣这玩意。

]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/804/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv6 的RDNS搭建、测试成功。</title>
		<link>http://blog.ghitr.com/index.php/archives/746</link>
		<comments>http://blog.ghitr.com/index.php/archives/746#comments</comments>
		<pubDate>Thu, 08 Apr 2010 01:26:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ipv6]]></category>
		<category><![CDATA[个人案例简汇]]></category>
		<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[ghitr]]></category>
		<category><![CDATA[ghitr.com]]></category>
		<category><![CDATA[ipv6.server.ghitr.com.]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[rdns]]></category>
		<category><![CDATA[windows.]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/index.php/archives/746</guid>
		<description><![CDATA[&#160;&#160;&#160; 经过一段时间的摸索。终于把基于Windows Server +DNs server 的 IPV6 Rdns搭建起来了。
&#160;



C:\&#62;tracert -6 vs1.ghitr.com 
Tracing route to vs1.ghitr.com [2001:470:1f05:819::2]    over a maximum of 30 hops: 
&#160; 1&#160;&#160; 311 ms&#160;&#160; 325 ms&#160;&#160; 301 ms&#160; 2001:5c0:1000:b::5786    &#160; 2&#160;&#160; 411 ms&#160;&#160; 403 ms&#160;&#160; 399 ms&#160; ix-0-0.224.mcore4.MTT-Montreal.ipv6.as6453.net [2001:5a0:300::5]     &#160; 3&#160;&#160; 597 ms&#160;&#160; 479 [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/746/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>关于Multicast on H3C的一些记录</title>
		<link>http://blog.ghitr.com/index.php/archives/648</link>
		<comments>http://blog.ghitr.com/index.php/archives/648#comments</comments>
		<pubDate>Thu, 14 Jan 2010 13:42:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[个人案例简汇]]></category>
		<category><![CDATA[bsr]]></category>
		<category><![CDATA[h3c]]></category>
		<category><![CDATA[multicast]]></category>
		<category><![CDATA[pim]]></category>
		<category><![CDATA[rp]]></category>
		<category><![CDATA[优先级]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/index.php/archives/648</guid>
		<description><![CDATA[&#160;&#160;&#160; 最近在实施某高速公路公司关于重庆市高速公路视频联网监控的工程。&#160; 在该工程中，需要用组播将各个路段公司的路段视频监控传送到区域中心和总中心。遇到这么一个问题。&#160;&#160; 本路段中的视频数据，有时候会不固定的出现某个或者是某几个监控头的视频数据无法在本路段监控中心查看到。登陆到该监控头所在的三层交换机使用display multicast forwarding-table 可以看到在本地交换机上有该监控头所属编码器发出的组播数据。&#160;&#160; 
在路段监控中心的三层交换机上 通过display multicast routing-table 却无法看到从下端转发上来的该地址的组播信息。
&#160;
 
&#160;&#160;&#160; 在排查了一下午无果的时候。偶尔我使用dis pim rp-info和dis pim bsr-info 时发现，本地路段的RP变成总中心的地址了。&#160;&#160;&#160;&#160;&#160;&#160; 则想到会不会是这个引起的呢？&#160; 因为在没有与接入到总中心的前一天这些视频监控数据是可以在本地看到的。&#160;&#160;&#160;&#160;&#160;&#160; 当我强制把c-rp和c-bsr的VLAn接口和优先级指为本地、优先级设为220（比总中心的200）还要大时，&#160;&#160;&#160; 发现bsr-info回到本地了。
&#160;
&#160;
&#160;
&#160;&#160; 当把本地的图像处理完成后，我登陆总中心的三层交换机时发现该交换机一共有1024个表项（忘了是注册表项还是转发表项了）。&#160;&#160;&#160;&#160;&#160; 所以我在想会不会是总中心的三层交换机无法处理更多的组播注册信息，才导致这场闹剧的呢？？？
&#160;
&#160;&#160;&#160; 这要等明天监控总中心上班后才能得以验证了！

]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/648/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关于Route-policy on H3C 的一些记录</title>
		<link>http://blog.ghitr.com/index.php/archives/647</link>
		<comments>http://blog.ghitr.com/index.php/archives/647#comments</comments>
		<pubDate>Thu, 14 Jan 2010 07:22:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[个人案例简汇]]></category>
		<category><![CDATA[h3c]]></category>
		<category><![CDATA[ospf]]></category>
		<category><![CDATA[route-policy]]></category>
		<category><![CDATA[路由引入]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/index.php/archives/647</guid>
		<description><![CDATA[近来的一次工程中本来是计划在出口站做 OSPF的LSA过滤。 结果因为H3C的操作系统目前不支持LSA级过滤。所以只有起多个OSPF进程、起多个区域，再做路由引入。但在这引入过程中，需要过滤某些路由条目，使其不被引入到另一端。
(子节点1）&#8212;&#8212;&#8211;（子节点中心）&#8212;&#8212;&#8212;总中心
在子节点网络中，使用OSPF路由协议，进程号为13，区域号也为13。&#160; 在子节点中心与总中心之间使用OSPF路由协议，进程号为3，区域号为0。&#160;&#160; 需要将ospf 13的路由信息引入到ospf 3中去。 所以子节点中心 就运行了OSPF13和OSPF3。创建一个高级ACL，并将此ACL与Route-policy关联起，&#160; 然后在路由引入时加上Route-policy。
配置方式：
 
acl number 3113 
 rule 1 permit ip source 10.96.6.0 0.0.0.127 
 rule 2 permit ip source 10.96.0.0 0.0.0.63 
 rule 3 permit ip source 10.96.14.0 0.0.0.63 
 rule 4 permit ip source 10.98.32.0 0.0.0.127 
 rule 0 permit ip source 10.96.160.0 0.0.0.63 
 rule [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/647/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Huawei S8505 install H3C LSB1GT48LDB0（Upgrade）</title>
		<link>http://blog.ghitr.com/index.php/archives/568</link>
		<comments>http://blog.ghitr.com/index.php/archives/568#comments</comments>
		<pubDate>Mon, 12 Oct 2009 05:25:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[个人案例简汇]]></category>
		<category><![CDATA[h3c]]></category>
		<category><![CDATA[Huawei]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/index.php/archives/568</guid>
		<description><![CDATA[&#160;&#160;&#160; 现一台HuaweiS8505交换机。原有一块主控板+一块24口LC的光纤板卡。现需升级一块48口全千兆电口交换板！
&#160;
原有主控软件版本为：S8500-VRP310-R1631-EI
&#160;
&#160;
新插上Lsb1gt48ldb0的交换机后。端口状态为Fail。且无识别交换机型号和类型！
&#160;
后升级S85交换机而解决此问题！
&#160;
并不是所有的Huawei交换机都可以用此法的 

]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/568/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCNP  BSCI ospf/bgp/eigrp/更新过滤</title>
		<link>http://blog.ghitr.com/index.php/archives/518</link>
		<comments>http://blog.ghitr.com/index.php/archives/518#comments</comments>
		<pubDate>Tue, 01 Sep 2009 08:44:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CISCO]]></category>
		<category><![CDATA[个人案例简汇]]></category>

		<guid isPermaLink="false">http://blog.ghitr.com/?p=518</guid>
		<description><![CDATA[&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;InstructionsConfigure the routers according to the above diagram and the requirementsbelow.Requirements• Configure the interfaces with the IP addresses shown in the diagram.• Configure R2 and R3 to be in EIGRP AS 65100. Add the entire class B networkand disable automatic summarization.2 &#8211; 2 CCNP: Building Scalable Internetworks v5.0 &#8211; Skills-Based Assessment 2 Copyright © 2006, [...]]]></description>
		<wfw:commentRss>http://blog.ghitr.com/index.php/archives/518/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
