<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Learn Networking With Me</title>
	<atom:link href="http://learnnetworkingwithme.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnnetworkingwithme.wordpress.com</link>
	<description>Learn about networking from someone also learning</description>
	<lastBuildDate>Fri, 26 Apr 2013 23:54:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='learnnetworkingwithme.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Learn Networking With Me</title>
		<link>http://learnnetworkingwithme.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://learnnetworkingwithme.wordpress.com/osd.xml" title="Learn Networking With Me" />
	<atom:link rel='hub' href='http://learnnetworkingwithme.wordpress.com/?pushpress=hub'/>
		<item>
		<title>EIGRP Metric Calculation &#8211; Exercise 2</title>
		<link>http://learnnetworkingwithme.wordpress.com/2013/04/26/eigrp-metric-calculation-exercise-2/</link>
		<comments>http://learnnetworkingwithme.wordpress.com/2013/04/26/eigrp-metric-calculation-exercise-2/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 23:54:08 +0000</pubDate>
		<dc:creator>Kevin Breit</dc:creator>
				<category><![CDATA[Exercises]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[CCNP ROUTE]]></category>
		<category><![CDATA[EIGRP]]></category>

		<guid isPermaLink="false">http://learnnetworkingwithme.wordpress.com/?p=343</guid>
		<description><![CDATA[Calculate the metric from R1&#8242;s Fa0/0 to R2&#8242;s Fa0/0. Assume K-values are default. &#160; &#160; R1#sh int fa0/0 FastEthernet0/0 is up, line protocol is up Hardware is Gt96k FE, address is c400.6413.0000 (bia c400.6413.0000) Internet address is 10.1.1.1/24 MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=343&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Calculate the metric from R1&#8242;s Fa0/0 to R2&#8242;s Fa0/0. Assume K-values are default.</p>
<p><a href="http://learnnetworkingwithme.files.wordpress.com/2013/04/screencapture-at-fri-apr-26-182658-cdt-2013.png"><img class="aligncenter size-full wp-image-339" alt="ScreenCapture at Fri Apr 26 18:26:58 CDT 2013" src="http://learnnetworkingwithme.files.wordpress.com/2013/04/screencapture-at-fri-apr-26-182658-cdt-2013.png?w=497"   /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<pre>R1#sh int fa0/0
FastEthernet0/0 is up, line protocol is up 
 Hardware is Gt96k FE, address is c400.6413.0000 (bia c400.6413.0000)
 Internet address is 10.1.1.1/24
 MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, 
 reliability 255/255, txload 1/255, rxload 1/255
 Encapsulation ARPA, loopback not set
 Keepalive set (10 sec)
 Half-duplex, 10Mb/s, 100BaseTX/FX
R2#sh int f0/0
FastEthernet0/0 is up, line protocol is up 
 Hardware is Gt96k FE, address is c401.6413.0000 (bia c401.6413.0000)
 Internet address is 10.1.1.2/24
 MTU 1500 bytes, BW 100000 Kbit/sec, DLY 1000 usec, 
 reliability 255/255, txload 1/255, rxload 1/255
 Encapsulation ARPA, loopback not set
 Keepalive set (10 sec)
 Half-duplex, 10Mb/s, 100BaseTX/FX</pre>
<p><strong>Answer</strong></p>
<p>The trick here is even though the bandwidth on R2&#8242;s Fa0/0 is 100000 it still bases the calculation on 10000 because EIGRP uses minimum bandwidth, not sender bandwidth value.</p>
<p>Bandwidth setting on R1: 10000</p>
<p>Delay setting on R1: 1000</p>
<p>((10,000,000 / 10,000) + 100) * 256<br />
(1,000 + 100) * 256<br />
1,100 * 256 = 281,600</p>
<pre>R1#sh ip eigrp topology 10.1.1.0 255.255.255.0 
IP-EIGRP (AS 1): Topology entry for 10.1.1.0/24
 State is Passive, Query origin flag is 1, 1 Successor(s), FD is 281600
 Routing Descriptor Blocks:
 0.0.0.0 (FastEthernet0/0), from Connected, Send flag is 0x0
 Composite metric is (281600/0), Route is Internal</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnnetworkingwithme.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnnetworkingwithme.wordpress.com/343/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=343&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnnetworkingwithme.wordpress.com/2013/04/26/eigrp-metric-calculation-exercise-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb0d7099ca280654dc59997cce3fea89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinbreit</media:title>
		</media:content>

		<media:content url="http://learnnetworkingwithme.files.wordpress.com/2013/04/screencapture-at-fri-apr-26-182658-cdt-2013.png" medium="image">
			<media:title type="html">ScreenCapture at Fri Apr 26 18:26:58 CDT 2013</media:title>
		</media:content>
	</item>
		<item>
		<title>EIGRP Metric Calculation &#8211; Exercise 1</title>
		<link>http://learnnetworkingwithme.wordpress.com/2013/04/26/eigrp-metric-calculation-exercise-1/</link>
		<comments>http://learnnetworkingwithme.wordpress.com/2013/04/26/eigrp-metric-calculation-exercise-1/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 23:46:25 +0000</pubDate>
		<dc:creator>Kevin Breit</dc:creator>
				<category><![CDATA[Exercises]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[CCNP ROUTE]]></category>
		<category><![CDATA[EIGRP]]></category>

		<guid isPermaLink="false">http://learnnetworkingwithme.wordpress.com/?p=338</guid>
		<description><![CDATA[Calculate the metric from R1&#8242;s Fa0/0 to R2&#8242;s Fa0/0. Assume K-values are default. R1#sh int f0/0 FastEthernet0/0 is up, line protocol is up Hardware is Gt96k FE, address is c400.6413.0000 (bia c400.6413.0000) Internet address is 10.1.1.1/24 MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=338&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Calculate the metric from R1&#8242;s Fa0/0 to R2&#8242;s Fa0/0. Assume K-values are default.</p>
<p><a href="http://learnnetworkingwithme.files.wordpress.com/2013/04/screencapture-at-fri-apr-26-182658-cdt-2013.png"><img class="aligncenter size-full wp-image-339" alt="ScreenCapture at Fri Apr 26 18:26:58 CDT 2013" src="http://learnnetworkingwithme.files.wordpress.com/2013/04/screencapture-at-fri-apr-26-182658-cdt-2013.png?w=497"   /></a></p>
<pre>R1#sh int f0/0
FastEthernet0/0 is up, line protocol is up 
 Hardware is Gt96k FE, address is c400.6413.0000 (bia c400.6413.0000)
 Internet address is 10.1.1.1/24
 MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, 
 reliability 255/255, txload 1/255, rxload 1/255
 Encapsulation ARPA, loopback not set
 Keepalive set (10 sec)
 Half-duplex, 10Mb/s, 100BaseTX/FX

R2#sh int f0/0
FastEthernet0/0 is up, line protocol is up 
 Hardware is Gt96k FE, address is c401.6413.0000 (bia c401.6413.0000)
 Internet address is 10.1.1.2/24
 MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, 
 reliability 255/255, txload 1/255, rxload 1/255
 Encapsulation ARPA, loopback not set
 Keepalive set (10 sec) Half-duplex, 10Mb/s, 100BaseTX/FX</pre>
<p><strong>Answer</strong></p>
<p>Bandwidth setting on R1: 10000</p>
<p>Delay setting on R1: 1000</p>
<p>((10,000,000 / 10,000) + 100) * 256<br />
(1,000 + 100) * 256<br />
1,100 * 256 = 281,600</p>
<pre>R1#sh ip eigrp topology 10.1.1.0 255.255.255.0 
IP-EIGRP (AS 1): Topology entry for 10.1.1.0/24
 State is Passive, Query origin flag is 1, 1 Successor(s), FD is 281600
 Routing Descriptor Blocks:
 0.0.0.0 (FastEthernet0/0), from Connected, Send flag is 0x0
 Composite metric is (281600/0), Route is Internal</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnnetworkingwithme.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnnetworkingwithme.wordpress.com/338/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=338&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnnetworkingwithme.wordpress.com/2013/04/26/eigrp-metric-calculation-exercise-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb0d7099ca280654dc59997cce3fea89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinbreit</media:title>
		</media:content>

		<media:content url="http://learnnetworkingwithme.files.wordpress.com/2013/04/screencapture-at-fri-apr-26-182658-cdt-2013.png" medium="image">
			<media:title type="html">ScreenCapture at Fri Apr 26 18:26:58 CDT 2013</media:title>
		</media:content>
	</item>
		<item>
		<title>Prefix List Exercises</title>
		<link>http://learnnetworkingwithme.wordpress.com/2013/02/25/prefix-list-exercises/</link>
		<comments>http://learnnetworkingwithme.wordpress.com/2013/02/25/prefix-list-exercises/#comments</comments>
		<pubDate>Tue, 26 Feb 2013 00:26:36 +0000</pubDate>
		<dc:creator>Kevin Breit</dc:creator>
				<category><![CDATA[Exercises]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[CCNP ROUTE]]></category>
		<category><![CDATA[Prefix List]]></category>

		<guid isPermaLink="false">http://learnnetworkingwithme.wordpress.com/?p=333</guid>
		<description><![CDATA[Prefix lists are a powerful tool for route filtering but they also may be a little confusing when learning them. Here are some prefix list examples to reinforce knowledge. Answers should be syntactically sound commands and using the most specific matching possible. 1. Filter the following routes: * 10.1.5.1/24 * 10.2.2.1/24 * 10.5.7.1/24 2. Filter the following [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=333&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Prefix lists are a powerful tool for route filtering but they also may be a little confusing when learning them. Here are some prefix list examples to reinforce knowledge. Answers should be syntactically sound commands and using the most specific matching possible.</p>
<p>1. Filter the following routes:<br />
* 10.1.5.1/24<br />
* 10.2.2.1/24<br />
* 10.5.7.1/24</p>
<p>2. Filter the following routes:<br />
* 10.1.1.1/24<br />
* 10.2.1.1/25<br />
* 10.2.1.128/25<br />
* 10.100.1.1/30</p>
<p>3. Filter all but the last route and allow no others<br />
* 172.16.2.1/24<br />
* 172.16.3.1/25<br />
* 172.16.3.128/25<br />
* 172.16.4.1/26<br />
* 172.16.4.64/26<br />
* 172.16.10.1/30</p>
<p>4. Filter all routes using one command<br />
* 10.1.1.1/16<br />
* 10.2.1.1/17<br />
* 10.2.128.1/17<br />
* 10.10.10.5/30</p>
<p>5. Filter all /30 routes<br />
* 192.168.1.0/24<br />
* 192.168.2.1/25<br />
* 192.168.2.128/30<br />
* 192.168.3.1/30</p>
<p>Answers are below so don&#8217;t scroll down too far!</p>
<p><strong>Answers</strong></p>
<p>1.</p>
<p>ip prefix-list 1 deny 10.0.0.0/13 ge 24 le 24<br />
ip prefix-list 1 permit 0.0.0.0/0 le 32</p>
<p>2.</p>
<p>ip prefix-list 2 deny 10.1.0.0/9 ge 24 le 30<br />
ip prefix-list 2 permit 0.0.0.0/0 le 32</p>
<p>3.</p>
<p>ip prefix-list 3 deny 172.16.1.0/20 ge 24 le 26<br />
ip prefix-list 3 permit 172.16.10.0/30</p>
<p>4.</p>
<p>ip prefix-list 4 deny 10.0.0.0/11 ge 16 le 30<br />
ip prefix-list 4 permit 0.0.0.0/0 le 32</p>
<p>5.</p>
<p>ip prefix-list 5 deny 192.168.1.0/21 ge 30 le 30<br />
ip prefix-list 5 permit 0.0.0.0/0 le 32</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnnetworkingwithme.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnnetworkingwithme.wordpress.com/333/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=333&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnnetworkingwithme.wordpress.com/2013/02/25/prefix-list-exercises/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb0d7099ca280654dc59997cce3fea89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinbreit</media:title>
		</media:content>
	</item>
		<item>
		<title>Difference Between Path Cost and Root Path Cost</title>
		<link>http://learnnetworkingwithme.wordpress.com/2012/08/05/difference-between-path-cost-and-root-path-cost/</link>
		<comments>http://learnnetworkingwithme.wordpress.com/2012/08/05/difference-between-path-cost-and-root-path-cost/#comments</comments>
		<pubDate>Sun, 05 Aug 2012 15:39:30 +0000</pubDate>
		<dc:creator>Kevin Breit</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[CCNP SWITCH]]></category>
		<category><![CDATA[Spanning Tree Protocol]]></category>

		<guid isPermaLink="false">http://learnnetworkingwithme.wordpress.com/?p=319</guid>
		<description><![CDATA[Spanning Tree uses costs associated to ingress ports to calculate the best path to the root bridge. The root path cost is the cumulative cost from the root to any given switch. Each port has a cost associated to it. On a Cisco switch, the port cost can be altered using SW1 (config-if)# spanning-tree [vlan [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=319&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Spanning Tree uses costs associated to ingress ports to calculate the best path to the root bridge. The root path cost is the cumulative cost from the root to any given switch. Each port has a cost associated to it. On a Cisco switch, the port cost can be altered using</p>
<pre>SW1 (config-if)# spanning-tree [<strong>vlan</strong> <em>vlan-id</em>] <strong>cost</strong> <em>cost</em></pre>
<p>A third term exists which causes a little confusion: path cost. The path cost is the same thing as the port cost, just a different name for it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnnetworkingwithme.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnnetworkingwithme.wordpress.com/319/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=319&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnnetworkingwithme.wordpress.com/2012/08/05/difference-between-path-cost-and-root-path-cost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb0d7099ca280654dc59997cce3fea89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinbreit</media:title>
		</media:content>
	</item>
		<item>
		<title>Spanning Tree Protocol Topology Exercises</title>
		<link>http://learnnetworkingwithme.wordpress.com/2012/07/31/spanning-tree-protocol-topology-exercises/</link>
		<comments>http://learnnetworkingwithme.wordpress.com/2012/07/31/spanning-tree-protocol-topology-exercises/#comments</comments>
		<pubDate>Tue, 31 Jul 2012 11:28:12 +0000</pubDate>
		<dc:creator>Kevin Breit</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[CCNP SWITCH]]></category>
		<category><![CDATA[Spanning Tree Protocol]]></category>

		<guid isPermaLink="false">http://learnnetworkingwithme.wordpress.com/?p=316</guid>
		<description><![CDATA[The Internet seems to lack a lot of Spanning Tree Protocol topologies for practice.  It is easy to find one or two but finding more than that has been hard. I have put together 8 exercises to be completed. Answers are included as well (pages 9-16). These answers were created by hand so please comment [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=316&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The Internet seems to lack a lot of Spanning Tree Protocol topologies for practice.  It is easy to find one or two but finding more than that has been hard. I have put together 8 exercises to be completed. Answers are included as well (pages 9-16). These answers were created by hand so please comment if anything appears to be wrong. Apologies about the messiness as it can get a little cramped.</p>
<p>I hope these are helpful.</p>
<p>Download: <a href="http://learnnetworkingwithme.files.wordpress.com/2012/07/stp-exercises-1-1.pdf">STP Exercises 1.1</a></p>
<p>Update: Version 1.1 fixes an error in the last answer. Thanks to adammw111 for letting me know.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnnetworkingwithme.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnnetworkingwithme.wordpress.com/316/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=316&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnnetworkingwithme.wordpress.com/2012/07/31/spanning-tree-protocol-topology-exercises/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb0d7099ca280654dc59997cce3fea89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinbreit</media:title>
		</media:content>
	</item>
		<item>
		<title>Timer Worksheet</title>
		<link>http://learnnetworkingwithme.wordpress.com/2012/07/25/timer-worksheet/</link>
		<comments>http://learnnetworkingwithme.wordpress.com/2012/07/25/timer-worksheet/#comments</comments>
		<pubDate>Thu, 26 Jul 2012 02:04:59 +0000</pubDate>
		<dc:creator>Kevin Breit</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[CCNP SWITCH]]></category>

		<guid isPermaLink="false">http://learnnetworkingwithme.wordpress.com/?p=303</guid>
		<description><![CDATA[CCNP SWITCH will test one&#8217;s knowledge on timers of various protocols. I assembled a worksheet to help with learning the timers which are likely on the test. If a protocol or timer is missing or incorrect, please let me know in the comments. Timers are included relating to the following protocols: Spanning Tree Rapid Spanning [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=303&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>CCNP SWITCH will test one&#8217;s knowledge on timers of various protocols. I assembled a worksheet to help with learning the timers which are likely on the test. If a protocol or timer is missing or incorrect, please let me know in the comments. Timers are included relating to the following protocols:</p>
<ul>
<li>Spanning Tree</li>
<li>Rapid Spanning Tree</li>
<li>HSRP</li>
<li>VRRP</li>
<li>GLBP</li>
<li>UDLD</li>
<li>DTP</li>
<li>VTP</li>
<li>PAgP</li>
</ul>
<p>Download: <a href="http://learnnetworkingwithme.files.wordpress.com/2012/07/ccnp-timers3.docx">CCNP Timers</a><a href="http://learnnetworkingwithme.files.wordpress.com/2012/07/ccnp-timers.docx"><br />
</a></p>
<p><strong>Update:</strong> I have updated the timer worksheet to include another UDLD timer and Errdisable defaults.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnnetworkingwithme.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnnetworkingwithme.wordpress.com/303/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=303&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnnetworkingwithme.wordpress.com/2012/07/25/timer-worksheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb0d7099ca280654dc59997cce3fea89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinbreit</media:title>
		</media:content>
	</item>
		<item>
		<title>VTP Basics</title>
		<link>http://learnnetworkingwithme.wordpress.com/2012/06/18/vtp-basics/</link>
		<comments>http://learnnetworkingwithme.wordpress.com/2012/06/18/vtp-basics/#comments</comments>
		<pubDate>Mon, 18 Jun 2012 20:32:43 +0000</pubDate>
		<dc:creator>Kevin Breit</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[CCNP SWITCH]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco Configuration]]></category>
		<category><![CDATA[VLAN]]></category>
		<category><![CDATA[VTP]]></category>

		<guid isPermaLink="false">http://learnnetworkingwithme.wordpress.com/?p=297</guid>
		<description><![CDATA[VLAN Trunking Protocol (VTP) is a Cisco proprietary technology. Ask administrators whether they like VTP and you will get varying answers. I don&#8217;t think anyone will deny there is a convenience that VTP provides. However, dangers associated with VTP are enough to make an administrator shy away from VTP as well. I&#8217;ll go into these [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=297&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>VLAN Trunking Protocol (VTP) is a Cisco proprietary technology. Ask administrators whether they like VTP and you will get varying answers. I don&#8217;t think anyone will deny there is a convenience that VTP provides. However, dangers associated with VTP are enough to make an administrator shy away from VTP as well. I&#8217;ll go into these risks later and what can be done to avoid them.</p>
<p>VTP is a technology which assists in VLAN configuration and assignment in a layer 2 domain. Without VTP, proper VLANs must be assigned to each trunk port. If a network has 10 switches and a single VLAN is added, it has to be configured on each switch and each trunk port. Not too hard, but a little error prone and tedious. This is where VTP steps in. A VLAN configuration change is made on a switch the VLAN information is sent to all switches in that VTP domain.</p>
<p>A VTP domain defines which VTP enabled switches are allowed to send VLAN information to each other. VTP domains could be created for a data center, another for the first floor, and another for the second floor. A VTP domain is specified with the <code>vtp domain VTPDomain</code> command.</p>
<p>One or more switches in a VTP domain need to be the VTP Server. Switches are assigned the VTP server role by issuing the <code>vtp mode server</code> command. VTP servers can have VLANs configured on them and will push the configuration out to all VTP servers and clients on the VTP domain.</p>
<p>A VTP client is a switch which accepts configurations but doesn&#8217;t allow for manual VLAN configuration through its CLI. Any VLAN configuration needs to be done on the VTP server. Immediately after the vlan.dat file is updated on the server, VTP packets are sent through the layer 2 network and clients update their vlan.dat file.</p>
<p>In addition to server and client modes, a third type exists. Transport mode effectively disables VTP on the switch without completely turning it off. VTP packets will be sent through a transparent switch but the packets won&#8217;t be processed by the transparent switch.</p>
<p>VTP servers and clients have a &#8220;VTP configuration revision number&#8221;. When a switch enters VTP server mode, the revision number is set at zero. When a client or server receives a VTP packet, it compares the domain, passwords, and revision numbers. If the domain and passwords match, it accepts the new configuration if the received revision number is higher than the current revision number.</p>
<p>Lets say a brand new switch network is brought up. Four switches are configured as clients while one is a server. A VLAN is created on the server. The VTP server increments the revision number by one and sends the update out. Any switches on the network in that VTP domain receive the update request and accept it because their revision numbers were zero and the new number is one.</p>
<p>The beginning of this article mentioned dangers around VTP. When a switch in server or client mode joins a network it broadcasts its VTP information including its revision number. Pretend there is a stable network with the VTP domain &#8220;VTPDomain&#8221; and a revision number of 176. An office closed so one of the switches in the office is brought into the active office to add a new floor of employees. The closed office also used the &#8220;VTPDomain&#8221; name but had a revision of 216. The switch is configured to be a client and is plugged into the network. Immediately it broadcasts its VTP information. All properly configured switches see the higher revision number and replace their VLAN configurations with the VLAN configuration from the closed office. Support calls ensue (that is unless they&#8217;re using VoIP on these same switches).</p>
<p>There are a few steps which can be taken to prevent this from happening.</p>
<ol>
<li>Make sure unique VTP domain names are used for each domain.</li>
<li>Each VTP domain should have a unique password. If unique passwords are set, even if there is a VTP domain conflict, it won&#8217;t accept the bad configuration because the password won&#8217;t be accepted.</li>
<li>Before plugging any new switches into the network, set the switch to transparent mode and then to client or server mode. This action resets the VTP revision number to 0, guaranteeing it won&#8217;t broadcast bad VLAN information.</li>
</ol>
<p>Configuring VTP is pretty straight forward so I won&#8217;t go into what each command does. Here is a basic configuration on a VTP server.</p>
<p><code>SW1(config)# vtp domain VTPDomain<br />
Setting VTP domain name to VTPDomain.<br />
SW1(config)# vtp mode server<br />
Setting device to VTP Server mode for VLANS.<br />
SW1(config)# vtp version 2<br />
Setting device to VTP version 2.<br />
SW1(config)# vtp password passw0rd<br />
Setting device VLAN database password to passw0rd.</code></p>
<p>To verify configuration of VTP, run the show vtp status command.</p>
<p><code>VTP Version : 2<br />
Configuration Revision : 0<br />
Maximum VLANs supported locally : 1005<br />
Number of existing VLANs : 1<br />
VTP Operating Mode : Server<br />
VTP Domain Name : VTPDomain<br />
VTP Pruning Mode : Disabled<br />
VTP V2 Mode : Disabled<br />
VTP Traps Generation : Disabled<br />
MD5 digest : 0x46 0x61 0xA6 0xC8 0x1F 0x9B 0x64 0x6A<br />
Configuration last modified by 0.0.0.0 at 3-1-93 01:34:49<br />
Local updater ID is 10.10.0.2 on interface Vl55 (lowest numbered VLAN interface found)</code></p>
<p>When two switches on a single network aren&#8217;t running VTP properly, compare the MD5 digest on the switches. If they do not match, review the VTP version, the domain, password, and revision numbers.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnnetworkingwithme.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnnetworkingwithme.wordpress.com/297/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=297&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnnetworkingwithme.wordpress.com/2012/06/18/vtp-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb0d7099ca280654dc59997cce3fea89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinbreit</media:title>
		</media:content>
	</item>
		<item>
		<title>Packet-Pick-Apart for HSRP</title>
		<link>http://learnnetworkingwithme.wordpress.com/2012/02/23/packet-pick-apart-for-hsrp/</link>
		<comments>http://learnnetworkingwithme.wordpress.com/2012/02/23/packet-pick-apart-for-hsrp/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 01:49:59 +0000</pubDate>
		<dc:creator>Kevin Breit</dc:creator>
				<category><![CDATA[Packet-Pick-Apart]]></category>

		<guid isPermaLink="false">http://learnnetworkingwithme.wordpress.com/?p=285</guid>
		<description><![CDATA[Pre-requisites: HSRP basics Required link: HSRP and ARP packet capture When looking at its packets, HSRP is a relatively straight forward protocol. Each router announces its priority and come to an agreement on the active and standby routers. Every second each router sends a Hello UDP packet which declares its state. Notice the active router [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=285&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Pre-requisites: HSRP basics</p>
<p>Required link: <a href="http://www.cloudshark.org/captures/4932542b140e" target="_blank">HSRP and ARP packet capture</a></p>
<p>When looking at its packets, HSRP is a relatively straight forward protocol. Each router announces its priority and come to an agreement on the active and standby routers. Every second each router sends a Hello UDP packet which declares its state. Notice the active router (192.168.10.2) sends state code 16 (active) while the standby router (192.168.10.3) sends state code 8 (standby). Alongside the state code is also each router&#8217;s priority. As long as the standby router&#8217;s priority is lower than the active router&#8217;s priority, the pattern goes on until a change occurs.</p>
<p>You will notice there are periodic advertisements sent out by the passive (standby) router. These announcements enable HSRP routers on the network to determine the HSRP state without being a member. These advertisements are also sent when a router is entering or leaving the passive state. Keep this in mind for later.</p>
<div id="attachment_292" class="wp-caption aligncenter" style="width: 376px"><a href="http://learnnetworkingwithme.files.wordpress.com/2012/02/pap1-p13.jpg"><img class="size-full wp-image-292" title="Packet 13" src="http://learnnetworkingwithme.files.wordpress.com/2012/02/pap1-p13.jpg?w=497" alt=""   /></a><p class="wp-caption-text">Packet 13</p></div>
<p>Pay attention to packet 13. The active router sends out a Hello packet with a priority of 75 instead of 100. When the standby router recognizes it has the highest priority, HSRP goes into action. First the standby router sends an advertise packet announcing it has an active interface (packet 14). Packet 15 then shows a Coup packet. Coup packets are sent when a standby router wants to become the active router. It sends its current state as well as the priority. Another advertisement packet is sent followed by a normal Hello packet, assuming it is the active router.</p>
<p>All this communication has happened between HSRP enables routers, blissfully ignored by downstream routers and hosts. At packet 17, no other devices are aware the HSRP active router has changed. However, the ARP tables and Spanning Tree topologies need to be updated with the path to the new active router. As far as the other devices on the network are concerned, the router was unplugged from one port and plugged into another port. The active router&#8217;s HSRP virtual MAC address (in this case 00:00:0c:07:ac:01) is broadcast in packet 18.</p>
<div id="attachment_293" class="wp-caption aligncenter" style="width: 459px"><a href="http://learnnetworkingwithme.files.wordpress.com/2012/02/pap1-p18.jpg"><img class="size-full wp-image-293" title="Packet 18" src="http://learnnetworkingwithme.files.wordpress.com/2012/02/pap1-p18.jpg?w=497" alt=""   /></a><p class="wp-caption-text">Packet 18</p></div>
<p>Packet 30, 31, and 32 show the HSRP topology stabilizing. The standby router goes through its Speak phase. Each time a Speak packet is sent the active router replies with a Hello packet preventing the Speaking router from becoming active. ARP packets are broadcast after 2 and 4 seconds. After the router goes from Speak to Standby, the topology is stable.</p>
<div id="attachment_294" class="wp-caption aligncenter" style="width: 507px"><a href="http://learnnetworkingwithme.files.wordpress.com/2012/02/pap1-p28t39.jpg"><img class="size-full wp-image-294" title="Packets 28 through 39" src="http://learnnetworkingwithme.files.wordpress.com/2012/02/pap1-p28t39.jpg?w=497&#038;h=104" alt="" width="497" height="104" /></a><p class="wp-caption-text">Packets 28 through 39</p></div>
<p>Packet 43 starts the process of the first router becoming active again because its tracked interface was plugged in bringing its priority back to 100. This is allowed to happen since the routers are configured with <code>preempt</code>, but it is not reflected in packet contents.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnnetworkingwithme.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnnetworkingwithme.wordpress.com/285/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=285&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnnetworkingwithme.wordpress.com/2012/02/23/packet-pick-apart-for-hsrp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb0d7099ca280654dc59997cce3fea89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinbreit</media:title>
		</media:content>

		<media:content url="http://learnnetworkingwithme.files.wordpress.com/2012/02/pap1-p13.jpg" medium="image">
			<media:title type="html">Packet 13</media:title>
		</media:content>

		<media:content url="http://learnnetworkingwithme.files.wordpress.com/2012/02/pap1-p18.jpg" medium="image">
			<media:title type="html">Packet 18</media:title>
		</media:content>

		<media:content url="http://learnnetworkingwithme.files.wordpress.com/2012/02/pap1-p28t39.jpg" medium="image">
			<media:title type="html">Packets 28 through 39</media:title>
		</media:content>
	</item>
		<item>
		<title>Debugging RADIUS Authentication with Zone-Based Firewalls</title>
		<link>http://learnnetworkingwithme.wordpress.com/2012/02/14/debugging-radius-authentication-with-zone-based-firewalls/</link>
		<comments>http://learnnetworkingwithme.wordpress.com/2012/02/14/debugging-radius-authentication-with-zone-based-firewalls/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 02:17:39 +0000</pubDate>
		<dc:creator>Kevin Breit</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[RADIUS]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Zone-Based Firewall]]></category>

		<guid isPermaLink="false">http://learnnetworkingwithme.wordpress.com/?p=282</guid>
		<description><![CDATA[In my lab network I have a 2801 router acting as the demarc between my Linksys router (home network) and the lab network behind the 2801. All Cisco devices authenticate to a RADIUS install on a server located on my home network. In an effort to keep devices in my lab from accessing my home [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=282&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In my lab network I have a 2801 router acting as the demarc between my Linksys router (home network) and the lab network behind the 2801. All Cisco devices authenticate to a RADIUS install on a server located on my home network. In an effort to keep devices in my lab from accessing my home resources, I set up a zone-based firewall on my 2801. My home network hosts NTP, RADIUS, and TFTP services which the lab network just needs to be pingable and get SSH&#8217;d into.</p>
<p>I set up two zones on my router named Lab and Home. Both were assigned to zone pairs while class-maps and policy-maps were properly applied. Or so I thought. When I tried to SSH into lab devices behind the 2801, SSH would work but RADIUS authentication would hang. After analyzing my setup using <code>show run</code>, I decided more troubleshooting was required.</p>
<p>First step was to make sure RADIUS traffic was indeed being blocked by the firewall with debug policy-map type inspect detail. When RADIUS traffic passed, I saw it was indeed dropping packets to or from the standard RADIUS authentication port, 1645. The line to match RADIUS was <code>match protocol radius</code>. My mistake was on relying upon the router to properly detect RADIUS traffic.</p>
<p>RADIUS uses port 1645 for authentication. For reasons I don&#8217;t understand, Cisco devices sometimes use 1812. I looked far and wide for a list of applications zone-based firewalls detect and the properties they use for detection, but couldn&#8217;t find anything. It became apparent I wasn&#8217;t going to defeat this using their built in rules and had to define my own.</p>
<p>I could have created an ACL and applied it to the class-map but wanted to find a cleaner, more ZBF-like way. Cisco includes the ip port-map command which creates custom applications. I defined user-radius (note: user defined applications must begin with user-) which matches to UDP packets from port 1645 to 1646:</p>
<p><code>Router1(config)# ip port-map user-radius port udp from 1645 to 1646 description Standard RADIUS ports</code></p>
<p>In very un-Cisco like fashion, my user-radius application even showed in auto-completion when defining my matching protocol. Once the custom protocol was assigned, RADIUS authentication immediately began working.</p>
<p>The lesson for me is not to trust the application definition profiles provided by Cisco in zone-based firewalls.</p>
<p>If you know of a list of zone-based firewall application profiles, please let me know in a comment.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnnetworkingwithme.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnnetworkingwithme.wordpress.com/282/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=282&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnnetworkingwithme.wordpress.com/2012/02/14/debugging-radius-authentication-with-zone-based-firewalls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb0d7099ca280654dc59997cce3fea89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinbreit</media:title>
		</media:content>
	</item>
		<item>
		<title>Lab 2: Basic Spanning Tree Topology Calculation</title>
		<link>http://learnnetworkingwithme.wordpress.com/2012/02/12/lab-2-basic-spanning-tree-topology-calculation/</link>
		<comments>http://learnnetworkingwithme.wordpress.com/2012/02/12/lab-2-basic-spanning-tree-topology-calculation/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 01:58:25 +0000</pubDate>
		<dc:creator>Kevin Breit</dc:creator>
				<category><![CDATA[Lab]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[CCNP SWITCH]]></category>
		<category><![CDATA[Spanning Tree Protocol]]></category>

		<guid isPermaLink="false">http://learnnetworkingwithme.wordpress.com/?p=275</guid>
		<description><![CDATA[This topology can be seen all over study guides and for good reason as it is a basic topology which distills how STP works on its base level. Find the root switch, and label each interface as a root port, designated port, or blocking port. Answer This was pretty straight forward.  SW1 becomes the root [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=275&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This topology can be seen all over study guides and for good reason as it is a basic topology which distills how STP works on its base level. Find the root switch, and label each interface as a root port, designated port, or blocking port.</p>
<p><a href="http://learnnetworkingwithme.files.wordpress.com/2012/02/lab-2-spanning-tree-q.jpg"><img class="aligncenter size-full wp-image-276" title="Lab-2-Spanning-Tree-Q" src="http://learnnetworkingwithme.files.wordpress.com/2012/02/lab-2-spanning-tree-q.jpg?w=497&#038;h=328" alt="" width="497" height="328" /></a></p>
<p><strong>Answer</strong></p>
<p>This was pretty straight forward.  SW1 becomes the root bridge because it has the lowest root bridge ID (16384.0200.0000.1111). Not only is its MAC address lower, but its priority is lower as well.</p>
<p>Immediately both ports on the root bridge become designated ports since all ports on root bridges are designated. Default settings indicate a Fast Ethernet link has a STP cost of 19. Fa 0/2 has a SW2-&gt;SW1 cost of 19 (0 incoming, 19 added at Fa 0/2). Fa 0/1 on SW3 also has the same value because its SW3-&gt;SW1 has the same Fast Ethernet link settings back to SW1. This leaves two ports, SW2&#8242;s Fa 0/1 and SW3&#8242;s  Fa0/2 to find out which is blocking and which is designated.</p>
<p>STP uses four criteria to determine links:</p>
<p>1. Lowest root bridge ID</p>
<p>2. Lowest root path cost to root bridge</p>
<p>3. Lowest sender bridge ID</p>
<p>4. Lowest sender port ID</p>
<p>1 and 2 both are ties so we&#8217;ll have to go to the third item to break the tie. In this case, SW2 has a lower bridge ID than SW3 so SW2&#8242;s Fa0/1 becomes the designated port leaving SW3&#8242;s Fa 0/3 to go into blocking mode.</p>
<p>STP should now be fully converged.</p>
<p><a href="http://learnnetworkingwithme.files.wordpress.com/2012/02/lab-2-spanning-tree-a.jpg"><img class="aligncenter size-full wp-image-280" title="Lab 2 - Spanning Tree A" src="http://learnnetworkingwithme.files.wordpress.com/2012/02/lab-2-spanning-tree-a.jpg?w=497&#038;h=328" alt="" width="497" height="328" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/learnnetworkingwithme.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/learnnetworkingwithme.wordpress.com/275/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=learnnetworkingwithme.wordpress.com&#038;blog=29664681&#038;post=275&#038;subd=learnnetworkingwithme&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://learnnetworkingwithme.wordpress.com/2012/02/12/lab-2-basic-spanning-tree-topology-calculation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb0d7099ca280654dc59997cce3fea89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinbreit</media:title>
		</media:content>

		<media:content url="http://learnnetworkingwithme.files.wordpress.com/2012/02/lab-2-spanning-tree-q.jpg" medium="image">
			<media:title type="html">Lab-2-Spanning-Tree-Q</media:title>
		</media:content>

		<media:content url="http://learnnetworkingwithme.files.wordpress.com/2012/02/lab-2-spanning-tree-a.jpg" medium="image">
			<media:title type="html">Lab 2 - Spanning Tree A</media:title>
		</media:content>
	</item>
	</channel>
</rss>
