<?xml version="1.0" encoding="UTF-8"?>
  <feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html"><![CDATA[CCIE's and JNCIE's way]]></title>
  <subtitle type="html"><![CDATA[| CCIE and JNCIE that go forward every day |Knowledge is Power|]]></subtitle>
  <id>http://www.gotoccie.cn/</id>
  <link rel="alternate" type="text/html" href="http://www.gotoccie.cn/" /> 
  <link rel="self" type="application/atom+xml" href="http://www.gotoccie.cn/atom.asp" /> 
  <generator uri="http://www.pjhome.net/" version="2.8">PJBlog3</generator> 
  <updated>2010-08-21T23:25:58+08:00</updated>

  <entry>
	  <title type="html"><![CDATA[Password Recovery Tool of Cisco IOS]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.gotoccie.cn/</uri>
		 <email>showbay@vip.qq.com</email>
	  </author>
	  <category term="" scheme="http://www.gotoccie.cn/default.asp?cateID=5" label="Security" /> 
	  <updated>2010-08-21T23:25:58+08:00</updated>
	  <published>2010-08-21T23:25:58+08:00</published>
		  <summary type="html"><![CDATA[最近做项目的时候，一时间忘记了Cisco路由器的密码，还好有这么一款软件可以破解Cisco IOS中相关的密码，这样才能够顺利登陆到路由器上。现在分享给大家。<br/>官方的说明：<br/>Password Recovery Tool is used to recover any keys of type “7” for gaining access to Cisco routers. You can also use Password Recovery Tool for recovery of the following types of keys:<br/><br/>·&#160;&#160;&#160;&#160;Router access password<br/>·&#160;&#160;&#160;&#160;User password<br/>·&#160;&#160;&#160;&#160;Authorization key for RADIUS server<br/>·&#160;&#160;&#160;&#160;Authorization key for TACACS server<br/>·&#160;&#160;&#160;&#160;Router access password via the console<br/><br/>To recover the password, in a relevant section of the configuration file find one of the following strings:<br/><br/>·&#160;&#160;&#160;&#160;password 7 &lt;digital_string&gt;<br/>·&#160;&#160;&#160;&#160;key 7 &lt;digital_string&gt;,<br/><br/>wh&#101;re digital_string - is a digital row, for example 15020A1F173D24362C.<br/><br/>To restore the key o&#114; password, it is necessary to copy the digital_string row in the entry field &#39;Encrypted key&#39; and then press the &#39;Decrypt&#39; button. The recovered password appears in the &#39;Decrypted Password&#39; field. On the site of WinAgents you can also find other programs for administration of Cisco routers.<br/><br/><img src="http://www.gotoccie.cn/images/download.gif" alt="只允许会员下载" style="margin:0px 2px -4px 0px"/> 该文件只允许会员下载! <a href="http://www.gotoccie.cn/login.asp">登录</a> | <a href="http://www.gotoccie.cn/register.asp">注册</a><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.gotoccie.cn/article.asp?id=137" /> 
	  <id>http://www.gotoccie.cn/default.asp?id=137</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[Introduce and Practice Cisco 7609]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.gotoccie.cn/</uri>
		 <email>showbay@vip.qq.com</email>
	  </author>
	  <category term="" scheme="http://www.gotoccie.cn/default.asp?cateID=10" label="Others" /> 
	  <updated>2010-07-19T23:53:59+08:00</updated>
	  <published>2010-07-19T23:53:59+08:00</published>
		  <summary type="html"><![CDATA[最近的一个讲座的PPT，共享给大家。<br/><img src="http://www.gotoccie.cn/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/> <a href="http://www.gotoccie.cn/attachments/month_1007/q201071923582.pdf" target="_blank">点击下载此文件</a><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.gotoccie.cn/article.asp?id=136" /> 
	  <id>http://www.gotoccie.cn/default.asp?id=136</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[The IOS’ and JUNOS’ Regular Expression]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.gotoccie.cn/</uri>
		 <email>showbay@vip.qq.com</email>
	  </author>
	  <category term="" scheme="http://www.gotoccie.cn/default.asp?cateID=4" label="Juniper" /> 
	  <updated>2010-06-13T02:05:17+08:00</updated>
	  <published>2010-06-13T02:05:17+08:00</published>
		  <summary type="html"><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IOS和JUNOS中都支持Regular Expression(正则表达式，文中我们简称Regx)，一个正则表达式通常被称为一个模式 (pattern)，为用来描述或者匹配一系列符合某个句法规则的字符串。正是它才使一些原本不能完成任务变得轻松了不少。Regx在许多的程序设计中都使用到，但是我们这里主要是讲IOS和JUNOS对Regx的应用。<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;....<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;正则表达式尤其在BGP中使用的非常多。对于复杂的条件过滤，正则表达式将是非常强大的。因此，有必要认真的学好这个知识点。<br/>JUNOS中policy非常灵活，对正则表达式的要求也很有必要。希望学习policy的朋友多花时间掌握好正则表达式。<br/><br/>更多参阅PDF文档：<img src="http://www.gotoccie.cn/images/download.gif" alt="只允许会员下载" style="margin:0px 2px -4px 0px"/> 该文件只允许会员下载! <a href="http://www.gotoccie.cn/login.asp">登录</a> | <a href="http://www.gotoccie.cn/register.asp">注册</a><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.gotoccie.cn/article.asp?id=135" /> 
	  <id>http://www.gotoccie.cn/default.asp?id=135</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[CCIE’s way Topic平台使用说明初稿]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.gotoccie.cn/</uri>
		 <email>showbay@vip.qq.com</email>
	  </author>
	  <category term="" scheme="http://www.gotoccie.cn/default.asp?cateID=10" label="Others" /> 
	  <updated>2010-06-06T01:10:29+08:00</updated>
	  <published>2010-06-06T01:10:29+08:00</published>
		  <summary type="html"><![CDATA[本平台使用WordPress搭建，现在我讲讲为什么使用这种方式。<br/>首先我想为大家建立一个平台沟通的方式，先在我们已经使用了超级群，这里我们可以实时的交流，但是不太适合讨论一些技术问题，而且不容易存档，不方便后面查阅。采用这种方式是按照主题分门别类的存放的。所有的讨论都是一目了然的。<br/>平台使用方式如下：<br/>1． 所有的用户必须注册才能发表评论，后期开主题（担当主持人），简而言之就是如果要发言必须首先要注册。<br/>2． 论坛用户权限为以下<br/>A． Administrator/管理员，可以对平台中的所有帖子和文章审核<br/>B． Edit/编辑，可以对博客内的所有文章, 页面, 留言进行编辑, 可以发表文章,也可以审核会员投递的文章。<br/>C． Author/作者，可以发表文章, 但只能对自己文章的进行编辑。<br/>D． Contributor/贡献者，可以投递文章, 只能对自己的文章进行编辑. 和作者帐号不同的是, 作者是一个博客的一员, 而贡献者可能是一个热心网友注册的帐号, 偶尔投递一两篇文章或评论. 但这些文章要在管理员审核之后才会被发表出来.这个就是每个主题的主持人。<br/>E． Subscriber/订阅用户帐号，对后台只有浏览功能, 以及设置自己的个人信息。<br/>每一位网友注册为会员后，首先被赋予Subscriber权限，对于要发表主题讨论的会员，在向管理员或者编辑发E-mail，说明你的主题和相关的内容后，管理员或编辑通过后会将你的权限设置为Contributor，这样你就可以发布主题文章了。但是，你发布的文章需要通过管理员或编辑审核后，才能在平台上公布上，此时你也自动拥有Author权限。同时你也为此主题的主持人，又你来主持和会员进行讨论你的主题。<br/>3． 每一个主题都会有一个开始时间，比如，本期的主题为《MPLS VPN在应用前景》将在2010年6月5日星期六晚9:00正式开始，到时，编辑会在那时发布主持人的帖，并开始讨论。提前的通知会在群中以群邮件的方式通知大家。如果当时不在，也可以选择其他的时间开始讨论。最后又一个结束的时间。每一个主题暂定结束的日期为一个月。<br/>4． 一个星期中可以由几个主题，主题的内容主要涉及到技术交流，同时也可以使生活主题，只要不是国家明令禁止的内容。每个星期都会限制技术类和生活类的比例，具体的比例暂定。<br/>5． 同时向大家征集本平台的LOGO。这样大家都可以使用同一个标志。以后都统一规范化。<br/>6． 平台URL：<a href="http://topic.gotoccie.cn" target="_blank" rel="external">http://topic.gotoccie.cn</a> 。由于使用的是美国的主机，因此可能有些朋友可能比较慢。主要还是本人经费有限，但到后期我相信会有更好的机器支持的。<br/>7． 有任何疑问和建议欢迎给我发邮件 bay@gotoccie.cn<br/>Bay Wei<br/>2010-6-5<br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.gotoccie.cn/article.asp?id=134" /> 
	  <id>http://www.gotoccie.cn/default.asp?id=134</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[致歉信]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.gotoccie.cn/</uri>
		 <email>showbay@vip.qq.com</email>
	  </author>
	  <category term="" scheme="http://www.gotoccie.cn/default.asp?cateID=10" label="Others" /> 
	  <updated>2010-05-30T12:15:05+08:00</updated>
	  <published>2010-05-30T12:15:05+08:00</published>
		  <summary type="html"><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;最近有网友向我反映，CCIE&#39;s way Home超级群已经纯粹变为了一个闲聊群，失去了本群建立的意义。首先我向大家道歉，由于我个人现在比较忙，出差的时间比较多，疏忽了对群的管理。再者，我代表群的管理员向大家道歉，他们没有做好带头的作用。为了本群的发展，从现在开始我将对群开始大力的管理，再次让群变为一个纯技术交流的超级群。因此我开始对群采取以下的措施，征求群成员的意见：<br/>1. 取消现在所有管理员的职务，并开始重新采取选举管理员。<br/>2. 欢迎大家举报任何和群宗旨相违背的成员和内容（最好留好证据，发到我邮箱bay@gotoccie.cn，我会第一时间处理）<br/>3. 采取淘汰机制，每周都将对群进行一次大清理，每个周末。（重点：被举报属实的成员，一个月都没有发言的成员，对其他成员有人身攻击的成员，发布国家禁止的内容的成员）<br/>4. 对于在群空间发表的个人原创，并审查由创新内容的文章，我会将内容发布到我的BLOG上，并注明作者。<br/>5. 由任何疑问，欢迎给我发邮件admin@gotoccie.cn.<br/><div align="right">Bay Wei<br/>May-30-2010</div>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.gotoccie.cn/article.asp?id=133" /> 
	  <id>http://www.gotoccie.cn/default.asp?id=133</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[CCIE 100 Success Secrets]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.gotoccie.cn/</uri>
		 <email>showbay@vip.qq.com</email>
	  </author>
	  <category term="" scheme="http://www.gotoccie.cn/default.asp?cateID=10" label="Others" /> 
	  <updated>2010-04-30T13:18:42+08:00</updated>
	  <published>2010-04-30T13:18:42+08:00</published>
		  <summary type="html"><![CDATA[最近在国外的网站上看到了一本讲《成为CCIE的100个秘密》的书，特此和大家分享！<br/><br/><img src="http://ecx.images-amazon.com/images/I/51hAfwwPrgL._SS500_.jpg" border="0" alt=""/><br/>Title：CCIE 100 Success Secrets: Cisco Certified Internetwork Expert; the Missing Training, Exam Study, Certification Preparation and CCIE Application Guide<br/>Amazon URL:<a href="http://www.amazon.co.uk/CCIE-100-Success-Secrets-Certification/dp/0980497108" target="_blank" rel="external">http://www.amazon.co.uk/CCIE-100-Success-Secrets-Certification/dp/0980497108</a><br/><br/>点击下载：<img src="http://www.gotoccie.cn/images/download.gif" alt="只允许会员下载" style="margin:0px 2px -4px 0px"/> 该文件只允许会员下载! <a href="http://www.gotoccie.cn/login.asp">登录</a> | <a href="http://www.gotoccie.cn/register.asp">注册</a><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.gotoccie.cn/article.asp?id=130" /> 
	  <id>http://www.gotoccie.cn/default.asp?id=130</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[ Cisco IOS Multicast Rules]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.gotoccie.cn/</uri>
		 <email>showbay@vip.qq.com</email>
	  </author>
	  <category term="" scheme="http://www.gotoccie.cn/default.asp?cateID=16" label="Multicast" /> 
	  <updated>2010-03-15T10:05:14+08:00</updated>
	  <published>2010-03-15T10:05:14+08:00</published>
		  <summary type="html"><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;在Cisco的路由器上有一系列关于组播状态的建立和维护的基本规则，这也是在组播学习过程中必须掌握的一个核心知识点。主要的基本规则大致有四类：<br/>&nbsp;&nbsp;&nbsp;&nbsp;一、通用规则：<br/>&nbsp;&nbsp;&nbsp;&nbsp;二、PIM-DM规则：<br/>&nbsp;&nbsp;&nbsp;&nbsp;三、PIM-SM规则：<br/>&nbsp;&nbsp;&nbsp;&nbsp;四、Proxy-Join规则：<br/>&nbsp;&nbsp;&nbsp;&nbsp;这些规则在《Developing IP Multicast Networks Volume Ⅰ》这本书中都有，我参照这本书的规则写了我的一些理解，如果想更好的了解组播的操作流程，一定要认真的参阅这本经典书籍。<br/><br/>更多参与PDF文档资料：<img src="http://www.gotoccie.cn/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/> <a href="http://www.gotoccie.cn/attachments/month_1003/n201031510343.pdf" target="_blank">点击下载此文件</a><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.gotoccie.cn/article.asp?id=129" /> 
	  <id>http://www.gotoccie.cn/default.asp?id=129</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[Inter-AS MPLS VPN 2]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.gotoccie.cn/</uri>
		 <email>showbay@vip.qq.com</email>
	  </author>
	  <category term="" scheme="http://www.gotoccie.cn/default.asp?cateID=18" label="VPN" /> 
	  <updated>2010-02-24T10:15:11+08:00</updated>
	  <published>2010-02-24T10:15:11+08:00</published>
		  <summary type="html"><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;在《10210030002 Inter-AS MPLS VPN》中我已经写过了关于Inter-AS MPLS VPN的知识，但是发现，其实这个知识点是很不容易理解的。我又翻阅了相关的文档，现在用更加通俗的语言写写此点的关键。<br/>在RFC中定义了三种方案，我们称作Optin A/B/C，如下所示：<br/>Option A：VRF-to-VRF<br/>Option B：MP-EBGP ASBR-to-ASBR<br/>Option C：Multi-hop MP-EBGP<br/>我们在学习的时候，主要应该从这几个方面学习它：<br/>IGP label，VPN label，Next-hop<br/>我们主要明白这三个点就熟知了Inter-AS MPLS VPN的操作流程。接下来我们就按照以上三个方面讨论Option A/B/C.......<br/><br/>更多参阅PDF文档：<img src="http://www.gotoccie.cn/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/> <a href="http://www.gotoccie.cn/attachments/month_1002/n201022410122.pdf" target="_blank">点击下载此文件</a><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.gotoccie.cn/article.asp?id=128" /> 
	  <id>http://www.gotoccie.cn/default.asp?id=128</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[Cisco Announces Service Provider Operations Track]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.gotoccie.cn/</uri>
		 <email>showbay@vip.qq.com</email>
	  </author>
	  <category term="" scheme="http://www.gotoccie.cn/default.asp?cateID=10" label="Others" /> 
	  <updated>2010-01-26T08:00:28+08:00</updated>
	  <published>2010-01-26T08:00:28+08:00</published>
		  <summary type="html"><![CDATA[Cisco Announces New Service Provider Operations Track<br/> <br/>Built on the growing demand for dedicated professionals who can manage, maintain and troubleshoot complex service provider IP NGN core network infrastructures, Cisco is introducing a new Service Provider (SP) Operations track. This new track is focused on developing associate, professional and expert-level capabilities to operate large, complex SP networks. These new, first of their kind certifications are designed specifically for Cisco Service Provider Customers, Partners and Cisco Networking Engineers.<br/><br/> <br/>Over the coming months Cisco will release new CCIE, CCNP, and CCNA SP Operations courses and exams. In addition, the written exam topics for the CCIE SP Operations certification are now available on the Cisco Learning Network. The CCIE SP Operations written exam is scheduled for release in the second quarter of 2010.<br/><br/>CCIE SP Operations Certification<br/>The Cisco CCIE SP Operations certification assesses and validates core IP NGN service provider operations expertise.&nbsp;&nbsp;Candidates who pass the CCIE SP Operations certification exams demonstrate skills required of a expert-level (Tier III o&#114; Tier IV support) operations engineer to troubleshoot and maintain complex service provider IP NGN core (PE-PE and PE-CE) network infrastructures in both IOS and IOS XR operating environments, plus validate broad theoretical knowledge of operations management processes, frameworks, and network management systems.<br/><br/> <br/>CCIE SP Operations Certification benefits:<br/><br/>•Certification helps qualify personnel for customer’s Operations (NOC) Centers<br/>•Provides a credential (certification) that a person holds significant knowledge in SP Operations<br/>•Provides expert level certification to network operations (i.e. NOC) personnel to validate they are qualified to support various Build-Operate Transfer operation models<br/> <br/>The CCIE SP Operations written exam is scheduled for release in the second quarter of 2010. The practical exam is scheduled for release in the third quarter of 2010.<br/><br/>CCNP SP Operations Certification<br/>The Cisco Certified Network Professional&nbsp;&nbsp;in Service Provider Operations (CCNP SP Operations) validates knowledge and skills required (of a Tier II o&#114; Tier III support engineer) to troubleshoot and maintain service provider IP NGN core (PE-PE and PE-CE) network infrastructures.&nbsp;&nbsp;With a CCNP SP Operations certification, a network professional demonstrates the knowledge and skills required to isolate network performance problems, implement proactive fault measures using operations management processes, frameworks, and network management systems. The CCNP SP Operations curriculum includes maintaining carrier class routing protocol environments, MPLS VPN and TE deployments, and QoS mechanisms using Cisco IOS and IOS XR.<br/><br/> <br/>CCNP SP Operations Certification benefits: <br/><br/>•Certification helps qualify personnel for customers Operations Centers<br/>•Certification classes provide a developmental path for personnel in Operations<br/>•Provides advanced level training and certification to network operations (i.e. NOC) personnel<br/> <br/>The Cisco CCNP SP Operations certification will be made available in the third quarter of 2010.<br/><br/>CCNA SP Operations Certification<br/>Cisco Certified Network Associate in Service Provider Operations (CCNA SP Operations) validates basic knowledge and skills (of a Tier I support engineer) in a prescriptive troubleshooting environment within carrier class IP NGN core network infrastructure.&nbsp;&nbsp;CCNA SP Operations curriculum includes incident (event), fault, configuration, change, and performance management procedures, along with NMS tools and protocols.<br/><br/> <br/>CCNA SP Operations Certification benefits:<br/><br/>•Provides students with a foundation of network operations skills for SP NGN environments<br/>•Provides training and certifications around Network Operations job role<br/>•Provides entry level training and certification to entry level network operations (i.e. NOC) personnel<br/> <br/>The CCNA SP Operations certification is scheduled to be released in the second quarter of 2010.<br/><br/><br/>开设新的SP Rack也是由市场机制决定的。现在RS增加了MPLS VPN部分。如今的350-029都是SP的基础。看来Cisco想用SPO来取代350-029 lab。这也是一大调整。不过我觉得调整后的SPO更加贴近SP的要求。]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.gotoccie.cn/article.asp?id=127" /> 
	  <id>http://www.gotoccie.cn/default.asp?id=127</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[Online Help]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.gotoccie.cn/</uri>
		 <email>showbay@vip.qq.com</email>
	  </author>
	  <category term="" scheme="http://www.gotoccie.cn/default.asp?cateID=10" label="Others" /> 
	  <updated>2009-12-31T08:17:11+08:00</updated>
	  <published>2009-12-31T08:17:11+08:00</published>
		  <summary type="html"><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;如果你有关于网络方面的难题？请提交问题给我，我会尽力为你解答。<br/>&nbsp;&nbsp;&nbsp;&nbsp;感谢您提交的问题，如果您有任何问题，请提交您的问题。 （最好包括以前的问题）<br/>&nbsp;&nbsp;&nbsp;&nbsp;让我们共同进步！<br/>&nbsp;&nbsp;&nbsp;&nbsp;If you have problems on the network? Please submit questions to me, I will try to answer for you。<br/>&nbsp;&nbsp;&nbsp;&nbsp;Thank you for your submission problem, if you have any questions, please resubmit your question. (Preferably including the previous issues).<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Let us make progress together!<br/><img src="http://www.gotoccie.cn/attachments/month_0912/d200912318164.png" border="0" alt=""/><br/><br/>E-mail: <span style="color:Red"><span style="font-size:14pt">help@gotoccie.cn</span></span>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.gotoccie.cn/article.asp?id=125" /> 
	  <id>http://www.gotoccie.cn/default.asp?id=125</id>
  </entry>	
		
</feed>
