<?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; Learning</title>
	<atom:link href="http://www.ccieuk.com/tag/learning/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>CCIE Written Exam 4.0 &#8211; Studying Starts Here</title>
		<link>http://www.ccieuk.com/2009/07/21/ccie-written-exam-40-studying-starts-here/</link>
		<comments>http://www.ccieuk.com/2009/07/21/ccie-written-exam-40-studying-starts-here/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 20:12:53 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[CCIE Study]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Learning]]></category>

		<guid isPermaLink="false">http://www.ccieuk.com/?p=195</guid>
		<description><![CDATA[After a few weeks off from studying it&#8217;s time to start the long road to CCIE. After asking the advice of some current CCIEs, I have decided to use Internetwork Expert&#8217;s training materials for the labs. I managed to catch a 25% sale a few weeks ago and so ordered workbooks I, II and III as well as the [...]]]></description>
			<content:encoded><![CDATA[<p>After a few weeks off from studying it&#8217;s time to start the long road to CCIE. After asking the advice of some current CCIEs, I have decided to use Internetwork Expert&#8217;s training materials for the labs. I managed to catch a 25% sale a few weeks ago and so ordered workbooks I, II and III as well as the Advanced Technologies Class on Demand course. The materials are for the CCIE 4.0 version of the exam and I&#8217;ll receive product updates for the lifetime of the 4.0 product, so I&#8217;m covered for the new materials when they arrives. Internetwork Expert have already started to develop workbook IV, which is going to cover the new troubleshooting section of the CCIE lab exam, and this should be availablein the next few days.</p>
<p>I thought it would be good to have the CoD available while studying for the written exam as an additional reference .  The other list of learning materials I plan to use are:</p>
<p><span id="more-195"></span></p>
<ul>
<li>Routing TCP/IP Volume I and II by Jeff Doyle  and Jennifer Carroll (absolutley essential reading for CCIE candidates)</li>
<li>Relevant parts of LAN Switching by Kennedy Clark and Kevin Hamilton</li>
<li>CCNP Multilayer Switching Companion Guide by Wayne Lewis</li>
<li>MPLS Fundamentals by Luc De Ghein</li>
<li>Cisco QoS Exam Guide by Wendell Odom and Michael J. Cavanaugh</li>
<li>CCIE Routing and Switching Official Exam Certification Guide by Wendell Odom, Jim Geir and Naren Mehta (this is currently for the 3.0 track as there is currently no 4.0 book available)</li>
<li>CBT Nugget courses that I purchased for the CCNP</li>
<li>Cisco Networking Academy Alumini course for CCNP</li>
<li>Cisco online resources</li>
<li>Cisco Documentation CD</li>
</ul>
<p> </p>
<p>For the written exam I&#8217;ve started off by downloading the <a title="Exam Topics" href="http://www.ccieuk.com/wp-content/uploads/2009/07/ccie_rs_wr_exam_topics_d-4374_aab.pdf" target="_blank">R&amp;S 4.0 Written Exam Topics</a>. I plan to study every part of the exam topics, only ticking a part off when I am happy that I fully understand that section. I have decided to renew my CCNP BCSI module on the way, and so I plan to study the routing sections from the topics first. For the first week or so I&#8217;m going to go back to basics and study the following topics:</p>
<p> </p>
<ul>
<li>Format of an IPv4 packet header</li>
<li>Format of TCP and UDP packet headers</li>
<li>ICMP format</li>
<li>IPv4 addressing</li>
<li>Subnetting and VLSMs</li>
</ul>
<p> </p>
<p>I have not set myself a concrete deadline for completing my study for the written exam. although I would like to have have passed by the end of this year. If anyone would like to add any more useful resources to my list then please let me know and I&#8217;ll publish them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ccieuk.com/2009/07/21/ccie-written-exam-40-studying-starts-here/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>New Cisco Career Certifications</title>
		<link>http://www.ccieuk.com/2009/07/02/new-cisco-career-certifications/</link>
		<comments>http://www.ccieuk.com/2009/07/02/new-cisco-career-certifications/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 10:26:29 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Learning]]></category>

		<guid isPermaLink="false">http://www.ccieuk.com/?p=163</guid>
		<description><![CDATA[Cisco this week announced the introduction of four new certifications. Wow. That should keep all you certification junkies going for a while. Two of the exams are based around the new cisco buzzwords of Unifed Data Centre Computing and one is for advanced network infrastructure architects. There is also a new CCNP wireless certification. That [...]]]></description>
			<content:encoded><![CDATA[<p>Cisco this week announced the introduction of <strong>four</strong> new certifications. Wow. That should keep all you certification junkies going for a while. Two of the exams are based around the new cisco buzzwords of Unifed Data Centre Computing and one is for advanced network infrastructure architects. There is also a new CCNP wireless certification. That is something I may well look at in the future, as I deal with Cisco wireless products fairly often.  Here are some links where you can find out some more:</p>
<ul>
<li><a title="Cisco Certified Architect" href="http://www.cisco.com/web/learning/le3/cisco_certified_architect/index.html" target="_blank">Cisco Certified Architect</a></li>
<li><a title="CCNP Wireless" href="https://cisco.hosted.jivesoftware.com/community/certifications/ccnp_wireless" target="_blank">CCNP Wireless</a></li>
<li><a title="DC Design Specialist" href="http://www.cisco.com/web/learning/le3/le2/le41/le99/le09/learning_certification_type_home_extra_level.html" target="_blank">DC Unified Computing Design Specialist</a></li>
<li><a title="DC Support Specialist" href="http://www.cisco.com/web/learning/le3/le2/le41/le99/le10/learning_certification_type_home_extra_level.html" target="_blank">DC Unified Computing Support Specialist</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ccieuk.com/2009/07/02/new-cisco-career-certifications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UDLD and EtherChannel Configuration</title>
		<link>http://www.ccieuk.com/2009/06/25/udld-and-etherchannel-configuration/</link>
		<comments>http://www.ccieuk.com/2009/06/25/udld-and-etherchannel-configuration/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 19:27:11 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[CCIE Study]]></category>
		<category><![CDATA[LAN Switching]]></category>
		<category><![CDATA[Technical Articles]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Switching]]></category>

		<guid isPermaLink="false">http://www.ccieuk.com/?p=113</guid>
		<description><![CDATA[A data centre network for a client I work with had an interesting issue this week. For no apparent reason some users within the data centre environment reported connection issues to hosts in the network. They were able to connect to some hosts but not others. Then all of a sudden connection would be restored [...]]]></description>
			<content:encoded><![CDATA[<p>A data centre network for a client I work with had an interesting issue this week. For no apparent reason some users within the data centre environment reported connection issues to hosts in the network. They were able to connect to some hosts but not others. Then all of a sudden connection would be restored but quickly lost again.</p>
<p>One of my colleagues was able to access two of the core data centre switches but I could only get to one. A very quick trip to the data centre floor and a console cable connection into the core data centre switches revealed the issue.<span id="more-113"></span></p>
<p>The two switches in question (Catalyst 4507s) have a 2 x 1Gb EtherChannel configured on either end, connected by fibre connections. One side of the connection reported that both links were active in the Etherchannel. The other side had one link as down and the logs showing that the connection had left the EtherChannel.</p>
<p>The full reason for this is still unknown but this type of issue, where one side sees the link as up but the other sees it as down, is called a unidrectional failure. To solve the matter at hand, we first of all shut down the faulty link at the end that still had the link up. As soon as this was done everything sprung into life and everyone was able to connect to the data centre hosts. While the link was down we quickly swapped out the GBic cards and brought the connection backup. The link joined back into the EtherChannel and everything was back as it should be.</p>
<p>This highlighted an issue with the Etherchannel configuration on these particular switches however. Here is a look at the configuration of one of the Etherchannel interfaces as it stood at that time.</p>
<p>interface GigabitEthernet1/1<br />
description ** link to xxxxxx **<br />
switchport trunk encapsulation dot1q<br />
switchport trunk allowed vlan x,xx,xx,xx-xx,xx-xx,xx<br />
switchport mode trunk<br />
qos trust dscp<br />
<span style="color: #ff0000;">channel-group 1 mode on</span></p>
<p>I have always advised network engineers to use a mode of desirable on either side of an  Etherchannel connection, rather than forcing the Etherchannel up.  The on mode forces a port to join an Etherchannel without any sort of Etherchannel protocol negotiation taking place. Using the desirable keyword instead of the on keyword means that the switch uses the Port Aggregation Protocol (PAgP). When using PAgP the switch learns of partner interfaces on other switches that support PAgP and dynamically groups its interfaces into an Etherchannel. Lets look at an example. I&#8217;ve set up two Cisco Catalyst 3550s back to back connecting ports 13 and 14 off each switch together.</p>
<p>Here is the configuration of the ports on either end of the connection.</p>
<p>interface FastEthernet0/13<br />
switchport trunk encapsulation dot1q<br />
switchport mode trunk<br />
<span style="color: #ff0000;">channel-group 1 mode desirable<br />
</span>!<br />
interface FastEthernet0/14<br />
switchport trunk encapsulation dot1q<br />
switchport mode trunk<br />
<span style="color: #ff0000;">channel-group 1 mode desirable</span></p>
<p>Once the port channel group on the first configured interface the IOS automatically creates the port channel interafce.</p>
<p>interface Port-channel1<br />
switchport trunk encapsulation dot1q<br />
switchport mode trunk</p>
<p>If the same configuration is applied at both ends then the PAgP protocol will dynamically place each relevant interface into the Etherchannel.</p>
<p>Here is the output of the show etherchannel summary command from SW1</p>
<p>SW1#show etherchannel summary<br />
Flags:  D &#8211; down        P &#8211; in port-channel<br />
I &#8211; stand-alone s &#8211; suspended<br />
H &#8211; Hot-standby (LACP only)<br />
R &#8211; Layer3      S &#8211; Layer2<br />
U &#8211; in use      f &#8211; failed to allocate aggregator<br />
u &#8211; unsuitable for bundling<br />
w &#8211; waiting to be aggregated<br />
d &#8211; default port<br />
Number of channel-groups in use: 1<br />
Number of aggregators:           1</p>
<p>Group  Port-channel  Protocol    Ports<br />
&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
1      Po1(SU)         PAgP      Fa0/13(P)   Fa0/14(P)</p>
<p>Lets see what happens if I change port fas0/14 on SW2, removing it from the channel and thus stopping PAgP.</p>
<p>SW2(config-if)#no channel-group 1<br />
SW2(config-if)#do show etherchannel summ<br />
Flags:  D &#8211; down        P &#8211; in port-channel<br />
I &#8211; stand-alone s &#8211; suspended<br />
H &#8211; Hot-standby (LACP only)<br />
R &#8211; Layer3      S &#8211; Layer2<br />
U &#8211; in use      f &#8211; failed to allocate aggregator<br />
u &#8211; unsuitable for bundling<br />
w &#8211; waiting to be aggregated<br />
d &#8211; default port<br />
Number of channel-groups in use: 1<br />
Number of aggregators:           1</p>
<p>Group  Port-channel  Protocol    Ports<br />
&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
1      Po1(SU)         PAgP      Fa0/13(P)</p>
<p>On SW1 both fas0/13 and 14 are still configured as part of port channel 1. But as PAgP is used, SW1 drops port14 from the group when it stops seeing PAgP.</p>
<p>SW1#sh etherchannel summ<br />
Flags:  D &#8211; down        P &#8211; in port-channel<br />
I &#8211; stand-alone s &#8211; suspended<br />
H &#8211; Hot-standby (LACP only)<br />
R &#8211; Layer3      S &#8211; Layer2<br />
U &#8211; in use      f &#8211; failed to allocate aggregator<br />
u &#8211; unsuitable for bundling<br />
w &#8211; waiting to be aggregated<br />
d &#8211; default port<br />
Number of channel-groups in use: 1<br />
Number of aggregators:           1</p>
<p>Group  Port-channel  Protocol    Ports<br />
&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
1      Po1(SU)         PAgP      Fa0/13(P)   Fa0/14(I)</p>
<p>Port fas0/14 is now operating as a stand-alone port and is now a seperate trunk between the switches.</p>
<p>SW1#sh int trunk</p>
<p>Port        Mode         Encapsulation  Status        Native vlan<br />
Fa0/14      on           802.1q         trunking      1<br />
Po1         on           802.1q         trunking      1</p>
<p>SW2#sh int trunk</p>
<p>Port        Mode         Encapsulation  Status        Native vlan<br />
Fa0/14      on           802.1q         trunking      1<br />
Po1         on           802.1q         trunking      1</p>
<p>In the data centre situation I described above this would have dropped the offending interfaces from the etherchannel as one side would have stopped seeing PAgP. However, it may have been possible for one switch to move the interface into stand-alone mode and pass traffic across a broken link, as it was still seeing this link as up. In order to help in situations like these Cisco developed the Unidirectional Link Dection protocol.</p>
<p>UDLD can now be configured in aggressive mode from IOS Release 12.1(3a)E.  Cisco describe aggressive mode as follows:</p>
<p>&#8221; Configure UDLD aggressive mode only on point-to-point links between network devices that support UDLD aggressive mode. With UDLD aggressive mode enabled, when a port on a bidirectional link that has a UDLD neighbor relationship established stops receiving UDLD packets, UDLD tries to reestablish the connection with the neighbor. After eight failed retries, the port is disabled. <a name="wp1027554"></a></p>
<p class="pB1_Body1">To prevent spanning tree loops, nonaggressive UDLD with the default interval of 15 seconds is fast enough to shut down a unidirectional link before a blocking port transitions to the forwarding state (with default spanning tree parameters).</p>
<p><a name="wp1027556"></a></p>
<p class="pB1_Body1">When you enable UDLD aggressive mode, you receive additional benefits in the following situations:</p>
<p><a name="wp1027558"></a></p>
<p class="pBu1_Bullet1">•One side of a link has a port stuck (both Tx and Rx)</p>
<p><a name="wp1027560"></a></p>
<p class="pBu1_Bullet1">•One side of a link remains up while the other side of the link has gone down</p>
<p><a name="wp1027516"></a></p>
<p class="pB1_Body1">In these cases, UDLD aggressive mode disables one of the ports on the link, which prevents traffic from being discarding. &#8220;</p>
<p class="pB1_Body1">I use aggressive mode when available. Configuration is simple. To configure non-aggressive udld you would enter the following command.</p>
<p class="pB1_Body1">
<p class="pB1_Body1">SW2(config)#int fas0/13<br />
SW2(config-if)#udld port</p>
<p class="pB1_Body1">
<p class="pB1_Body1">To configure aggressive mode only one more keyword is required</p>
<p class="pB1_Body1">
<p class="pB1_Body1">SW2(config-if)#int fas0/14<br />
SW2(config-if)#udld port aggressive</p>
<p class="pB1_Body1">
<p class="pB1_Body1">Using the show udld command you can check to make sure that udld is running as desired.</p>
<p class="pB1_Body1">
<p class="pB1_Body1">SW2#sh udld</p>
<p class="pB1_Body1">Interface Fa0/13<br />
&#8212;<br />
Port enable administrative configuration setting: Enabled / in aggressive mode<br />
Port enable operational state: Enabled / in aggressive mode<br />
Current bidirectional state: Bidirectional<br />
Current operational state: Advertisement &#8211; Single neighbor detected<br />
Message interval: 7<br />
Time out interval: 5</p>
<p class="pB1_Body1">Entry 1<br />
&#8212;<br />
Expiration time: 44<br />
Cache Device index: 1<br />
Current neighbor state: Bidirectional<br />
Device ID: CAT0640X09Y<br />
Port ID: Fa0/13<br />
Neighbor echo 1 device: CAT0825X28N<br />
Neighbor echo 1 port: Fa0/13</p>
<p class="pB1_Body1">Message interval: 15<br />
Time out interval: 5<br />
CDP Device name: SW1</p>
<p class="pB1_Body1">Interface Fa0/14<br />
&#8212;<br />
Port enable administrative configuration setting: Enabled / in aggressive mode<br />
Port enable operational state: Enabled / in aggressive mode<br />
Current bidirectional state: Bidirectional<br />
Current operational state: Advertisement &#8211; Single neighbor detected<br />
Message interval: 15<br />
Time out interval: 5</p>
<p class="pB1_Body1">Entry 1<br />
&#8212;<br />
Expiration time: 33<br />
Cache Device index: 1<br />
Current neighbor state: Bidirectional<br />
Device ID: CAT0640X09Y<br />
Port ID: Fa0/14<br />
Neighbor echo 1 device: CAT0825X28N<br />
Neighbor echo 1 port: Fa0/14</p>
<p class="pB1_Body1">Message interval: 15<br />
No timeout interval<br />
No CDP device name</p>
<p class="pB1_Body1">
<p class="pB1_Body1">The final configuration of the ports on either end looks like this:</p>
<p class="pB1_Body1">
<p class="pB1_Body1">interface FastEthernet0/13<br />
switchport trunk encapsulation dot1q<br />
switchport mode trunk<br />
udld port aggressive<br />
channel-group 1 mode desirable<br />
!<br />
interface FastEthernet0/14<br />
switchport trunk encapsulation dot1q<br />
switchport mode trunk<br />
udld port aggressive<br />
channel-group 1 mode desirable</p>
<p class="pB1_Body1">
<p class="pB1_Body1">Etherchannels are wonderful things and in the most part run without any hitches. However, I think that running some sort of protocol to help dynamically manage the participating interfaces and using UDLD to monitor for unidirectional failures is a good safeguard from situations such as the one described above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ccieuk.com/2009/06/25/udld-and-etherchannel-configuration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Changes to CCIE R&amp;S Track</title>
		<link>http://www.ccieuk.com/2009/05/05/changes-to-ccie-rs-track/</link>
		<comments>http://www.ccieuk.com/2009/05/05/changes-to-ccie-rs-track/#comments</comments>
		<pubDate>Tue, 05 May 2009 15:16:58 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[CCIE Study]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Routing]]></category>
		<category><![CDATA[Switching]]></category>

		<guid isPermaLink="false">http://www.ccieuk.com/?p=120</guid>
		<description><![CDATA[Cisco has announced some major changes to the CCIE Routing and Switching track. You can read the official statement here which contains links to the new written exam and lab exam blueprints.
As well as the introduction of some new topics such as MPLS VPNs, zone based firewalls and new IPv6 topics, the changes also include [...]]]></description>
			<content:encoded><![CDATA[<p>Cisco has announced some major changes to the CCIE Routing and Switching track. You can read the official statement <a title="New CCIE" href="https://cisco.hosted.jivesoftware.com/docs/DOC-4605" target="_blank">here</a> which contains links to the new written exam and lab exam blueprints.</p>
<p>As well as the introduction of some new topics such as MPLS VPNs, zone based firewalls and new IPv6 topics, the changes also include new lab equipment and a new lab format. The CCIE lab will now feature 1841 and 3825 ISRs running the newer 12.4T IOS and there will only be 3560-E switches in the rack.</p>
<p>The lab exam will still be done over a total of 8 hours. However the lab now has two completely seperate sections. There wil be a two hour troubleshooting section, followed by a six hour configuration lab.</p>
<p>The written exam will also change and it may well contain simulation questions.</p>
<p>The <a title="IE Blog" href="http://blog.internetworkexpert.com/2009/05/05/new-ccie-rs-reload/" target="_blank">Internetwork Expert blog</a> has a good overview of the changes and also has a breakdown of how their materials will change to match the new exams.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ccieuk.com/2009/05/05/changes-to-ccie-rs-track/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPExpert CCIE Voice 3.0 Materials</title>
		<link>http://www.ccieuk.com/2009/04/20/ipexpert-ccie-voice-30-materials/</link>
		<comments>http://www.ccieuk.com/2009/04/20/ipexpert-ccie-voice-30-materials/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 16:58:52 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[CCIE Study]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Voice and IPT]]></category>
		<category><![CDATA[Learning]]></category>

		<guid isPermaLink="false">http://www.ccieuk.com/?p=81</guid>
		<description><![CDATA[
ipexpert today put out a press release announcing it will be the first training company to offer materials for version 3.0 of the Voice track of the CCIE.
Many of my CCIE chums have used their training materials when studying towards their CCIE certification and they come highly recommended. I will certainly be looking at their [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-82" title="ipexpert_poweredbyproctorlabs" src="http://www.ccieuk.com/wp-content/uploads/2009/04/ipexpert_poweredbyproctorlabs.png" alt="ipexpert_poweredbyproctorlabs" width="164" height="64" /></p>
<p><a title="ipexpert website" href="http://www.ipexpert.com" target="_blank">ipexpert </a>today put out a <a title="Press Release" href="http://finance.yahoo.com/news/IPexpert-Is-FirsttoMarket-prnews-14969643.html?.v=1" target="_blank">press release </a>announcing it will be the first training company to offer materials for version 3.0 of the Voice track of the CCIE.</p>
<p>Many of my CCIE chums have used their training materials when studying towards their CCIE certification and they come highly recommended. I will certainly be looking at their Routing and Switching resources when I embark on the lab part of the CCIE.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ccieuk.com/2009/04/20/ipexpert-ccie-voice-30-materials/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>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>
