<?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>CCIE UK &#187; CCNA</title>
	<atom:link href="http://www.ccieuk.com/category/ccna/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ccieuk.com</link>
	<description>Moving towards CCIE....</description>
	<lastBuildDate>Sun, 17 Jan 2010 17:02:15 +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>The Basics of RIP Version 1</title>
		<link>http://www.ccieuk.com/2009/09/23/the-basics-of-rip-version-1/</link>
		<comments>http://www.ccieuk.com/2009/09/23/the-basics-of-rip-version-1/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 20:53:39 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[CCIE Study]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[RIP]]></category>
		<category><![CDATA[Routing]]></category>
		<category><![CDATA[Technical Articles]]></category>
		<category><![CDATA[Learning]]></category>

		<guid isPermaLink="false">http://www.ccieuk.com/?p=211</guid>
		<description><![CDATA[RIP does have its limitations but it is still a venerable routing protocol. Its been around since the 1980s, so has stood the test of time and is supported across a wide variety of platforms, including Windows Servers and both Unix workstations and servers. Run out of routers and need to split a subnet in [...]]]></description>
			<content:encoded><![CDATA[<p>RIP does have its limitations but it is still a venerable routing protocol. Its been around since the 1980s, so has stood the test of time and is supported across a wide variety of platforms, including Windows Servers and both Unix workstations and servers. Run out of routers and need to split a subnet in two? You could use an old server with two NICs and have this speak to your network kit using RIP.  Its clear that more serious admins wouldn&#8217;t touch it and it can have a bad reputation but it still does have a place in networking. It is very suitable for smaller networks and its ease of configuration make it a good choice for those network admins with little experience.  It is also an excellent choice for teaching network students about routing protocols as a lot of the structure , such as timers, are used in other protocols.</p>
<p>So here is a general summary of RIP.</p>
<p> <span id="more-211"></span></p>
<ul>
<li>All RIP messages are encapsulated in a UDP segment with the source <strong>and </strong>destination port of 520.</li>
</ul>
<p> </p>
<ul>
<li> The metric that is used by RIP is hop count. A hop count of 1 is a directly connected network. A hop count of 16 is defined as unreachable.  A hop count metric simply counts the am0unt of router hops that is required to reach a network.</li>
</ul>
<p> </p>
<ul>
<li>RIP has an administrative distance of 120.</li>
</ul>
<p> </p>
<ul>
<li>RIP employs split horizon with poison reverse.  Split horizon is a feature for preventing routing loops in networks. It basically tells the router that when sending updates out of an interface, do not include any networks that were learned from updates received on that same interface. Poison reverse adds an additional feature. When sending updates out of an interface, for any updates learned on that interface the router now marks those networks as unreachable. It&#8217;s neighboring router now has positive confirmation that these networks cannot be reached via this source.</li>
</ul>
<p> </p>
<p><strong><span style="color: #0000ff;"><span style="text-decoration: underline;">RIP Timers</span></span></strong></p>
<p><span style="color: #000000;"><strong>Update Timer</strong></span></p>
<p><span style="color: #000000;">A RIP router sends its entire routing table to its neighbours at regular intervals. This interval is defined using the update timer and by default is set at 30 seconds. The router, however, adds a random variable to the timer to stop the routers&#8217; updates becoming synchronised to each other. A router&#8217;s regular update will therefore be between 25 and 35 seconds.</span></p>
<p><span style="color: #000000;"><strong>Invalid Timer</strong></span></p>
<p><span style="color: #000000;">The invalid timer is set to 180 seconds whenever a new route is learnt. The timer is reset each time the router receives a update containing that route. If no update is received for a route already in the routing table within 180 seconds, the hop count for that route is changed to 16 (unreachable)</span></p>
<p><span style="color: #000000;"><strong>Flush Timer</strong></span></p>
<p><span style="color: #000000;">The flush timer is set at 240 seconds by default. A route marked as unreachable will continue to be advertised by the router until the flush timer has expired. After this time it will be completely removed from the routing table.</span></p>
<p><span style="color: #000000;"><strong>Holddown Timer</strong></span></p>
<p><span style="color: #000000;">If a router receives an update that either has a higher or unreachable metric for an active route in the routing table, it will start the holddown timer. The new, less preferred, route entry will not be placed in the table until the holddown timer expires. For RIP the default for the holddown timer is 180 seconds.</span></p>
<p><span style="color: #000000;"><span style="color: #0000ff;"><span style="text-decoration: underline;"><strong>RIP Message Format</strong></span></span></span></p>
<p><span style="color: #000000;"><span style="color: #0000ff;"><span style="color: #000000;">The RIP protocol defines two RIP message types:</span></span></span></p>
<ul>
<li><span style="color: #000000;"><span style="color: #0000ff;"><span style="color: #000000;">Request message &#8211; used to ask neighbouring routers to send updates</span></span></span></li>
<li><span style="color: #000000;"><span style="color: #0000ff;"><span style="color: #000000;">Response message &#8211; carries the updates</span></span></span> </li>
</ul>
<p style="text-align: center;"> </p>
<p style="text-align: center;"> </p>
<p style="TEXT-ALIGN: center"><a href="http://www.ccieuk.com/wp-content/uploads/2009/09/rip-message1.gif"><img class="aligncenter size-full wp-image-230" title="RIP Message" src="http://www.ccieuk.com/wp-content/uploads/2009/09/rip-message1.gif" alt="RIP Message" width="283" height="434" /></a> </p>
<p style="text-align: center;"> </p>
<ul>
<li>
<div style="TEXT-ALIGN: justify"><span style="color: #000000;"><span style="color: #0000ff;"><span style="color: #000000;">Each message can contain up to 25 route entires.</span></span></span></div>
</li>
</ul>
<p style="TEXT-ALIGN: justify"> </p>
<ul>
<li>
<div style="TEXT-ALIGN: justify"><span style="color: #000000;"><span style="color: #0000ff;"><span style="color: #000000;">Each entry will contain an Address Family Identifier, the IP address of the route and the metric.</span></span></span></div>
</li>
</ul>
<p style="TEXT-ALIGN: justify"> </p>
<ul>
<li>
<div style="TEXT-ALIGN: justify"><span style="color: #000000;"><span style="color: #0000ff;"><span style="color: #000000;">Command &#8211; if set to 1 the message is Request. If set to 2 the message is a Response.</span></span></span></div>
</li>
</ul>
<p style="TEXT-ALIGN: justify"> </p>
<ul>
<li>
<div style="TEXT-ALIGN: justify"><span style="color: #000000;"><span style="color: #0000ff;"><span style="color: #000000;">Addrress Familiy Identifier &#8211; is set to 2 for IP.</span></span></span></div>
</li>
</ul>
<p style="TEXT-ALIGN: justify"> </p>
<ul>
<li>
<div style="TEXT-ALIGN: justify"><span style="color: #000000;"><span style="color: #0000ff;"><span style="color: #000000;">Metric &#8211; the hop count between 1 and 16.</span></span></span></div>
</li>
</ul>
<p style="TEXT-ALIGN: justify"> </p>
<p style="TEXT-ALIGN: justify">I hope you will find this article a decent quick study guide about the basic theory of RIP. I hope to do an article at some point on the configuration of RIP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ccieuk.com/2009/09/23/the-basics-of-rip-version-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechRepublic File System Video</title>
		<link>http://www.ccieuk.com/2009/04/19/techrepublic-file-system-video/</link>
		<comments>http://www.ccieuk.com/2009/04/19/techrepublic-file-system-video/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 10:39:08 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[CCNA]]></category>
		<category><![CDATA[Technical Articles]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[Learning]]></category>

		<guid isPermaLink="false">http://www.ccieuk.com/?p=71</guid>
		<description><![CDATA[The TechRepublic site is one of the very best on the web for IT resources and an excellent source of learning materials.  I came across a nice video presented by Bill Detwiler the other day called 10 Cisco IOS Router file management commands every Cisco admin should know. Most CCNA students I&#8217;ve taught in the last [...]]]></description>
			<content:encoded><![CDATA[<p>The TechRepublic site is one of the very best on the web for IT resources and an excellent source of learning materials.  I came across a nice video presented by Bill Detwiler the other day called <a title="File Management Video" href="http://blogs.techrepublic.com.com/itdojo/?p=420&amp;tag=nl.e099.dl090401&amp;tag=nl.e099" target="_blank">10 Cisco IOS Router file management commands every Cisco admin should know</a>. Most CCNA students I&#8217;ve taught in the last few years have experience of managing files and file systems through GUIs. Very few have used DOS or a Unix/Linux command line to do file management tasks and so they can struggle at first with managing files using IOS.  The video includes commands such as:</p>
<ul>
<li>dir</li>
<li>cd</li>
<li>copy</li>
<li>verify</li>
<li>fsck</li>
</ul>
<p>The video post also contains a link to a <a title="File Management Article" href="http://blogs.techrepublic.com.com/networking/?p=759" target="_blank">corresponding article </a>by David Davis that covers each of the commands in a little more detail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ccieuk.com/2009/04/19/techrepublic-file-system-video/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OSPF Passive Interface Command</title>
		<link>http://www.ccieuk.com/2009/04/18/ospf-passive-interface-command/</link>
		<comments>http://www.ccieuk.com/2009/04/18/ospf-passive-interface-command/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 10:47:41 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[CCIE Study]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[LAN Switching]]></category>
		<category><![CDATA[Routing]]></category>
		<category><![CDATA[Technical Articles]]></category>
		<category><![CDATA[OSPF]]></category>

		<guid isPermaLink="false">http://www.ccieuk.com/?p=35</guid>
		<description><![CDATA[
I was recently asked by a client to help troubleshoot an issue they were having after upgrading the IOS on two of their core Cisco Catalyst 6509s. The two switches are connected together by three 1Gb fibre links that run about 500m between two buildings (Building A and B). Two of the links are bundled [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter" style="text-align: left;">
<p>I was recently asked by a client to help troubleshoot an issue they were having after upgrading the IOS on two of their core Cisco Catalyst 6509s. The two switches are connected together by three 1Gb fibre links that run about 500m between two buildings (Building A and B). Two of the links are bundled together in an 802.1q Etherchannel. Only one vlan, 100, is allowed to cross the link and this vlan is used purely for traffic to and from a cluster of Call Manager 4 servers. The other link is a 1Gb layer 3 fibre link that is used for any other user traffic across the core switches.</p></div>
<div class="mceTemp mceIEcenter" style="text-align: left;">
<p>Here is a high-level layout of the switches and their connections. All IP addresses and vlans have been changed from their original values.
</p></div>
<div class="mceTemp mceIEcenter">
<div id="attachment_37" class="wp-caption aligncenter" style="width: 421px"><img class="size-full wp-image-37" title="Network Layout" src="http://www.ccieuk.com/wp-content/uploads/2009/04/ospfpassive1.gif" alt="Network Layout" width="411" height="203" /><p class="wp-caption-text">Network Layout</p></div>
</div>
<p>The 6509s also have links to other core switches within the network, so if the layer 3 link goes down traffic should be routed through these other switches. <span id="more-35"></span></p>
<p>After the IOS upgrades took place users at Building B had reported that access to a server at Building A was slow or dropping out. The Layer 3 link was up with no errros reported and to the client everything looked fine.</p>
<p>After looking at the routing between both locations I discovered that the traffic was crossing the layer 2 etherchannel passing through the vlan 100 interfaces of both switches. The way the switches were configured, this route <em>was</em> the optimal path for traffic to flow through, although my client was adamant that this had not been the case before. To OSPF, the interior gateway protocol that was used, this path had the lowest cost (due to the higher available bandwidth), and so this path was chosen.</p>
<p><strong>Building A Switch</strong></p>
<p><strong></strong>interface Vlan100<br />
description ** IPTVoice_Server_Vlan **<br />
ip address 10.100.10.3 255.255.255.192<br />
no ip redirects<br />
ip route-cache flow<br />
standby 99 ip 10.100.10.1<br />
standby 99 preempt</p>
<p>router ospf 1<br />
!<br />
network 10.100.10.0 0.0.0.63 area 17</p>
<p><strong>Building B Switch</strong></p>
<p>interface Vlan100<br />
description ** IPT/IPCC Voice_Server_Vlan1 **<br />
ip address 10.100.10.2 255.255.255.192<br />
no ip redirects<br />
standby 99 ip 10.100.10.1<br />
standby 99 priority 105<br />
standby 99 preempt</p>
<p>router ospf 1<br />
!<br />
network 10.100.10.0 0.0.0.63 area 17</p>
<p>Another closer look showed that one of the interfaces of the Etherchannel on the Building A switch was showing a high amount of errors.  Replacing the fibre patch cable soon sorted the issue and users started reporting that all was well again with their connection to the server.</p>
<p>This, however, did not solve the mystery of user traffic suddenly passing over the Voice Server Vlan. A quick download of some archived configurations from Ciscoworks soon revealed what had happend. Before the IOS upgarde interface vlan 100 on Building A 6509 was <em>shutdown</em>. After some confused looks and some discussion, the only reason we could come up with for this being done was that when the voice server solution was deployed by an outside vendor, the vendor encountered the same problem of user traffic flowing over the etherchannel. The design documents stated that the link should only be used for voice server traffic and that HSRP should be up and running. The deployment engineers may have brought the link up and noticed user traffic flowing over it. Instead of working round the problem they may have found the easiest solution was to shut down one of the interface vlan 100 interfaces. I have left the matter of why the deployment was like this with my not so happy client to dicuss with the vendor.</p>
<p>Adjusting the ospf costs would not have made a difference in this case. The users and the users&#8217; servers were in ospf area 17, while the layer 3 link was a backbone link in area 0. Intra-area links will always be preferred over Inter-area ones. We could have, of  course, put the servers network in a different area but, the fastest and simplest solution I could come up with for this problem involved the ospf passive command. OSPF should only generally be run on transit links and I&#8217;ve used the passive command in many environments where layer 3 switches have lots of vlan intefaces that have formed braodaast network type adjancies. This also helps to cut down on CPU and memory usage.</p>
<p>The command is implement under the router ospf configuration mode and it&#8217;s an easy one to understand. To stop the two vlan 100 interfaces forming an adjaceny I only had to add it to one side of the link.</p>
<p><strong>Building A Switch</strong></p>
<p>router ospf 1<br />
!<br />
passive-interface Vlan100</p>
<p>That one command was enough to take down the ospf adjacency between the two Vlan 100 interfaces and stop the user traffic flowing across the link. The 10.100.100/24 subnet is still advertised out to the rest of the network and now HSRP is running as the designer planned, as both interfaces as are up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ccieuk.com/2009/04/18/ospf-passive-interface-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Learning Network Store Opens</title>
		<link>http://www.ccieuk.com/2009/04/16/cisco-learning-network-store-opens/</link>
		<comments>http://www.ccieuk.com/2009/04/16/cisco-learning-network-store-opens/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 08:39:17 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[CCIE Study]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Voice and IPT]]></category>
		<category><![CDATA[Learning]]></category>

		<guid isPermaLink="false">http://www.ccieuk.com/?p=11</guid>
		<description><![CDATA[Having run a Cisco Academy and been a Cisco Instructor in previous roles, I&#8217;ve an interest in all things to do with Cisco learning. The Cisco Networking Academy Program is a brilliant way for students to learn networking skills. Cisco Academies are not accessible by everyone however, and with commercial Cisco courses being so expensive, [...]]]></description>
			<content:encoded><![CDATA[<p>Having run a Cisco Academy and been a Cisco Instructor in previous roles, I&#8217;ve an interest in all things to do with Cisco learning. The Cisco Networking Academy Program is a brilliant way for students to learn networking skills. Cisco Academies are not accessible by everyone however, and with commercial Cisco courses being so expensive, Cisco Press books are sometime the only viable option for learning materials developed by Cisco.</p>
<p>Cisco have just announced the opening of new a online store focussed on providing learning materials for it&#8217;s certifications. The <a title="Cisco Learning Network Store" href="https://cln.mediuscorp.com/market/prod/homeWork.se.work" target="_blank">Cisco Learning Network Store </a>is still in it&#8217;s early days and courses are still thin on the ground at present, but it already contains a few e-learning packages and some software tools for learning.</p>
<p>Let&#8217;s hope that as time goes on the cataolgue increases. More official Cisco e-learning courses would be a welcome addition to the currently  available learning resources.</p>
<p>For interest to CCIE candidates is the <a title="360 CCIE" href="https://cln.mediuscorp.com/market/prod/productView.se.work?/nxt/rcrs/proieidentity/=17594" target="_blank">Cisco 360 Learning Program for CCIE R&amp;S</a> students. Cisco describe the course as follows. <span id="more-11"></span></p>
<p>&#8220;The Cisco 360 Learning Program: Essentials for CCIE R&amp;S with Mentoring is a suite of e-learning products, authorized by Cisco, that includes an one-year subscription of the Cisco 360 CCIE R&amp;S Lessons on Demand, four independent graded assessment labs, a learner technical reference library, a practice lab exercise workbook, and curriculum-planning services delivered by an authorized Cisco 360 Learning Program Partner.&#8221;</p>
<p>At a wopping $5999.00 I doubt there will be a rush to take up this program, especially when there are many proven CCIE learning materials that are already on the block from the likes of IP Expert, Internetwork Expert and NetMaster Class.</p>
<p>If you purchase any of the materials please feel free to give us your feedback on them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ccieuk.com/2009/04/16/cisco-learning-network-store-opens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
