<?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>Craig Checks Inside of Eyelids CCIE for short</title>
	<atom:link href="http://insideeyelids.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://insideeyelids.wordpress.com</link>
	<description>The Place to store my thoughts before i lose em!</description>
	<lastBuildDate>Fri, 22 Jul 2011 14:12:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='insideeyelids.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/13cf2b39654b49ff71da5a8486692ac5?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Craig Checks Inside of Eyelids CCIE for short</title>
		<link>http://insideeyelids.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://insideeyelids.wordpress.com/osd.xml" title="Craig Checks Inside of Eyelids CCIE for short" />
	<atom:link rel='hub' href='http://insideeyelids.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Distribute those lists</title>
		<link>http://insideeyelids.wordpress.com/2011/07/18/distribute-those-lists/</link>
		<comments>http://insideeyelids.wordpress.com/2011/07/18/distribute-those-lists/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 09:22:41 +0000</pubDate>
		<dc:creator>craiggrist</dc:creator>
				<category><![CDATA[EIGRP]]></category>
		<category><![CDATA[IPv4]]></category>
		<category><![CDATA[OSPF]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[routing protocols]]></category>
		<category><![CDATA[egp]]></category>
		<category><![CDATA[IGP]]></category>
		<category><![CDATA[Routing]]></category>

		<guid isPermaLink="false">https://insideeyelids.wordpress.com/2011/07/18/distribute-those-lists/</guid>
		<description><![CDATA[Distribute, Redistribute, and just plain old filter! Can&#8217;t really believe I have missed this for so long Distribute-lists are the main way of stating what information you wish to pass on / receive with your specific routing protocol they are available in every routing protocol. But bedo behave slightly differently at times (cause they all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=453&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://insideeyelids.files.wordpress.com/2011/07/20110718-092925.jpg"><img class="alignnone size-full" src="http://insideeyelids.files.wordpress.com/2011/07/20110718-092925.jpg?w=450" alt="20110718-092925.jpg" /></a></p>
<p>Distribute, Redistribute, and just plain old filter! Can&#8217;t really believe I have missed this for so long</p>
<p>Distribute-lists are the main way of stating what information you wish to pass on / receive with your specific routing protocol they are available in every routing protocol. But bedo behave slightly differently at times (cause they all look the dame docent mean that they act the same).</p>
<p><span style="text-decoration:underline;"><strong>Distribute lists</strong></span> require either a route-map, prefix-list or an access-list to work,</p>
<p>Lets look at the version with <strong>Access-lists</strong>, you can use either standard or extended however take note you can only use names with standard ACL&#8217;s and extended ones dont all work the same.</p>
<p>All these filters can be applied in the Inbound or the Outbound direction.</p>
<p><strong>Standard ACL&#8217;s</strong> can be used to permit or deny routes X.X.X.X &lt;wildmask&gt;</p>
<p>This is simply mapped against the route address learnrd and will match the x.x.x.x address where the wildmask states which bits to compare in the route.</p>
<p><strong>Extended ACL&#8217;s</strong> can match both the source of the route and the route itsself,  where permit / deny X.X.X.X&lt;Wildercard&gt; matches its source and Y.Y.Y.Y &lt;wildcard&gt; is the route you wish to match<span id="more-453"></span></p>
<p><em>Note: Extended ACL&#8217;s behave differently when used with BGP (or redistribution)</em></p>
<p>Alternatively you could use other methods to filter your routes</p>
<p><strong>Prefix</strong> uses a prefix-list to define exactly the routes you wish to permit or deny and can also limit this to a gateway (also defined by a prefix-list)</p>
<p><strong>Gateway</strong> does away with matching a network and says i dont trust you partner!!</p>
<p><strong>Route-maps</strong> for all those weird and wonderful reasons you can dream of you may want to permit a route or not! eg. tagging etc</p>
<p><a href="http://insideeyelids.files.wordpress.com/2011/07/filtering-routes.jpg"><img class="alignleft size-full wp-image-456" title="filtering routes" src="http://insideeyelids.files.wordpress.com/2011/07/filtering-routes.jpg?w=450&#038;h=284" alt="" width="450" height="284" /></a><strong>Extended ACL&#8217;s</strong> in BGP and Redistribution can also be used to permit or deny routes however these can be used to check the mask of the learned/advertised route (Just like a prefix-list)</p>
<p>with this we can match (Source) X.X.X.X wildcard hoewever (Dest) Y.Y.Y.Y wildcard would be used to check the advertised mask on that route enabling you to differentiate between advertised routes  10.0.0.0 /8 and 10.0.0.0 /16</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insideeyelids.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insideeyelids.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insideeyelids.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insideeyelids.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insideeyelids.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insideeyelids.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insideeyelids.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insideeyelids.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insideeyelids.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insideeyelids.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insideeyelids.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insideeyelids.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insideeyelids.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insideeyelids.wordpress.com/453/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=453&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insideeyelids.wordpress.com/2011/07/18/distribute-those-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dfd758aa514b6ebbe4156f756f43e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craiggrist</media:title>
		</media:content>

		<media:content url="http://insideeyelids.files.wordpress.com/2011/07/20110718-092925.jpg" medium="image">
			<media:title type="html">20110718-092925.jpg</media:title>
		</media:content>

		<media:content url="http://insideeyelids.files.wordpress.com/2011/07/filtering-routes.jpg" medium="image">
			<media:title type="html">filtering routes</media:title>
		</media:content>
	</item>
		<item>
		<title>DVMRP Interoperability</title>
		<link>http://insideeyelids.wordpress.com/2011/07/10/dvmrp-interoperability/</link>
		<comments>http://insideeyelids.wordpress.com/2011/07/10/dvmrp-interoperability/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 13:49:14 +0000</pubDate>
		<dc:creator>craiggrist</dc:creator>
				<category><![CDATA[Multicast]]></category>
		<category><![CDATA[dvmrp]]></category>
		<category><![CDATA[tuennel]]></category>

		<guid isPermaLink="false">https://insideeyelids.wordpress.com/2011/07/10/dvmrp-interoperability/</guid>
		<description><![CDATA[DVMRP When Pim is configured on an interface and DVMRP neighbors are discovered, interop mode will the send DVMRP report messages for directly connected networks. Undercertain circumstances, you might want to tailor the metric used for various unicast routes. This command lets you configure the metric associated with a set of destinations for report messages [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=447&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://insideeyelids.files.wordpress.com/2011/07/20110710-024830.jpg"><img src="http://insideeyelids.files.wordpress.com/2011/07/20110710-024830.jpg?w=450" alt="20110710-024830.jpg" class="alignnone size-full" /></a></p>
<p>DVMRP </p>
<p>When Pim is configured on an interface and DVMRP neighbors are discovered, interop mode will the send DVMRP report messages for directly connected networks. </p>
<p>Undercertain circumstances, you might want to tailor the metric used for various unicast routes. This command lets you configure the metric associated with a set of destinations for report messages sent out this interface.</p>
<p>You can use the access-list-number argument in conjunction with the protocol and process-id arguments to selectively list the destinations learned from a given routing protocol.</p>
<p>&#8220;DVMRP interoperability&#8221; is on by default in older IOS versions. &#8220;Prior to the introduction of this command, DVMRP interoperability was enabled by default and could not be effectively disabled.&#8221;</p>
<p>&#8220;Ip dvmrp metric&#8221; command enablesDVMRP report messages for multicast destinations that match the access list. Usually, the metric for these routes is 1. </p>
<p>By default, the local router will only advertise directly connected subnets in DVMRP updates. If you want to advertise more information, use the interface-level command ip dvmrp metric  [list ] [protocol ] to redistribute static subnets or IGP networks to all DVMRP neighbors on the interface. If you omit the protocol specification, the command will only advertise connected routes. If you want to filter out certain updates, use the metric value of zero to remove the matching subnets from the DVMRP updates. </p>
<p>the above is adjust a copy from the configuration guide however I am still. Not sure I understand this. More reading necessary</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insideeyelids.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insideeyelids.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insideeyelids.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insideeyelids.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insideeyelids.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insideeyelids.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insideeyelids.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insideeyelids.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insideeyelids.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insideeyelids.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insideeyelids.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insideeyelids.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insideeyelids.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insideeyelids.wordpress.com/447/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=447&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insideeyelids.wordpress.com/2011/07/10/dvmrp-interoperability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dfd758aa514b6ebbe4156f756f43e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craiggrist</media:title>
		</media:content>

		<media:content url="http://insideeyelids.files.wordpress.com/2011/07/20110710-024830.jpg" medium="image">
			<media:title type="html">20110710-024830.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Your the worst candidate yet! YOUR FIRED!</title>
		<link>http://insideeyelids.wordpress.com/2011/07/05/your-the-worst-candidate-yet-your-fired/</link>
		<comments>http://insideeyelids.wordpress.com/2011/07/05/your-the-worst-candidate-yet-your-fired/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 21:00:25 +0000</pubDate>
		<dc:creator>craiggrist</dc:creator>
				<category><![CDATA[Multicast]]></category>
		<category><![CDATA[auto-rp]]></category>
		<category><![CDATA[bsr]]></category>
		<category><![CDATA[candidate]]></category>
		<category><![CDATA[pim]]></category>

		<guid isPermaLink="false">http://insideeyelids.wordpress.com/?p=431</guid>
		<description><![CDATA[so by the time they got to PIM v2 they thought the ought to have a standards based solution for auto RP setup Step in BSR. BSR Election and Functionality PIM uses the BSR to discover and announce RP-set information, The BSR mechanism interoperates with Auto-RP on Cisco routers. To avoid a single point of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=431&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://insideeyelids.files.wordpress.com/2011/07/candidates.jpg"><img class="alignleft size-full wp-image-432" title="Candidates" src="http://insideeyelids.files.wordpress.com/2011/07/candidates.jpg?w=450" alt=""   /></a>so by the time they got to PIM v2 they thought the ought to have a standards based solution for auto RP setup</p>
<p>Step in BSR.</p>
<p>BSR Election and Functionality</p>
<p><a name="wp1074828"></a></p>
<p>PIM uses the BSR to discover and announce RP-set information,</p>
<p>The BSR mechanism interoperates with Auto-RP on Cisco routers.</p>
<p><a name="wp1074829"></a></p>
<p>To avoid a single point of failure, you can configure several candidate BSRs in a PIM domain. A BSR is elected among the candidate BSRs automatically; they use bootstrap messages to discover which BSR has the highest priority. This router then announces to all PIM routers in the PIM domain that it is the BSR.</p>
<p>once a BSR has been elected, candidate RPs unicast to the BSR their willingness to be an RP.</p>
<p>The BSR advertises all the group-to-RP mappings its received to 224.0.0.13.</p>
<p>this contrats to auto RP whos Auto-RO mapping agent is responsible for selecting the best RP here in BSR it is each and every router in the BSR network that is responsible for selecting the RP.</p>
<p>BSR lacks the ability to scope RP advertisements; however, BSR is used when vendor interoperability or open standard adherence is a requirement.</p>
<p>Commands:</p>
<p>IP PIM RP-Candidate &lt;INT&gt; group-list &lt;Std ACL&gt;</p>
<p>IP PIM BSR-Candidate &lt;randomize bits&gt;</p>
<p>IP PIM BSR-Border</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insideeyelids.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insideeyelids.wordpress.com/431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insideeyelids.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insideeyelids.wordpress.com/431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insideeyelids.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insideeyelids.wordpress.com/431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insideeyelids.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insideeyelids.wordpress.com/431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insideeyelids.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insideeyelids.wordpress.com/431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insideeyelids.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insideeyelids.wordpress.com/431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insideeyelids.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insideeyelids.wordpress.com/431/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=431&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insideeyelids.wordpress.com/2011/07/05/your-the-worst-candidate-yet-your-fired/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dfd758aa514b6ebbe4156f756f43e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craiggrist</media:title>
		</media:content>

		<media:content url="http://insideeyelids.files.wordpress.com/2011/07/candidates.jpg" medium="image">
			<media:title type="html">Candidates</media:title>
		</media:content>
	</item>
		<item>
		<title>Just not acceptable</title>
		<link>http://insideeyelids.wordpress.com/2011/07/04/just-not-acceptable/</link>
		<comments>http://insideeyelids.wordpress.com/2011/07/04/just-not-acceptable/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 15:15:45 +0000</pubDate>
		<dc:creator>craiggrist</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://insideeyelids.wordpress.com/?p=426</guid>
		<description><![CDATA[ Oh my why does Multicast confuse me with the different places to Accept and filter groups / sources Accept-RP  &#60;RP&#62; &#60;Std ACL auto crated for permitted groups&#62; Filters the Multicast groups that can register with an RP This command was quite counter intuitive for me and i still am not sure it does what i think [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=426&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://insideeyelids.files.wordpress.com/2011/07/doormen-7-copy.jpg"><img class="alignleft size-medium wp-image-427" title="DOORMEN-7-copy" src="http://insideeyelids.files.wordpress.com/2011/07/doormen-7-copy.jpg?w=247&#038;h=300" alt="" width="247" height="300" /></a></p>
<p> Oh my why does Multicast confuse me with the different places to Accept and filter groups / sources</p>
<p><strong>Accept-RP</strong>  &lt;RP&gt; &lt;Std ACL auto crated for permitted groups&gt;</p>
<p>Filters the Multicast groups that can register with an RP</p>
<p>This command was quite counter intuitive for me and i still am not sure it does what i think (or even how it does it). in a nutshell it is supposed to allow you to filter register messages.  </p>
<p>This works on the (*,G) joins messages 2 fold (I think), 1 to specify the RP addr allowed to register against and 2 check the group address thats trying to register</p>
<p><a name="wp1104175"></a>if either of 2 above fail then RP will not accept join or register messages and will respond immediately to register messages with register-stop messages</p>
<p><strong>Accept-Register </strong>&lt;list/Route Map&gt; (Ext ACL auto created)</p>
<p>this command is used to prevent unauthorized sources from registering with the RP. If an unauthorized source sends a register message to the RP, the RP will immediately send back a register-stop message.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insideeyelids.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insideeyelids.wordpress.com/426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insideeyelids.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insideeyelids.wordpress.com/426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insideeyelids.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insideeyelids.wordpress.com/426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insideeyelids.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insideeyelids.wordpress.com/426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insideeyelids.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insideeyelids.wordpress.com/426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insideeyelids.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insideeyelids.wordpress.com/426/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insideeyelids.wordpress.com/426/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insideeyelids.wordpress.com/426/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=426&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insideeyelids.wordpress.com/2011/07/04/just-not-acceptable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dfd758aa514b6ebbe4156f756f43e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craiggrist</media:title>
		</media:content>

		<media:content url="http://insideeyelids.files.wordpress.com/2011/07/doormen-7-copy.jpg?w=247" medium="image">
			<media:title type="html">DOORMEN-7-copy</media:title>
		</media:content>
	</item>
		<item>
		<title>Where to turn with no map</title>
		<link>http://insideeyelids.wordpress.com/2011/06/23/where-to-turn-with-no-map/</link>
		<comments>http://insideeyelids.wordpress.com/2011/06/23/where-to-turn-with-no-map/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 10:45:51 +0000</pubDate>
		<dc:creator>craiggrist</dc:creator>
				<category><![CDATA[Multicast]]></category>
		<category><![CDATA[auto-rp]]></category>
		<category><![CDATA[mapping agent]]></category>
		<category><![CDATA[RP]]></category>

		<guid isPermaLink="false">http://insideeyelids.wordpress.com/?p=420</guid>
		<description><![CDATA[well Mr Jarre would be impressed with RP-announce if it wasnt as old as his album, One thing to note about Auto-RP is that it needs to be run on sparese-dense networks (who has those these days) as all the distribution is done in dense mode If you dont want to run Sparse-dense mode throughout [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=420&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://insideeyelids.files.wordpress.com/2011/06/rend.jpg"><img class="size-full wp-image-421 alignleft" title="RP-Announce" src="http://insideeyelids.files.wordpress.com/2011/06/rend.jpg?w=450" alt=""   /></a>well Mr Jarre would be impressed with RP-announce if it wasnt as old as his album,</p>
<p>One thing to note about Auto-RP is that it needs to be run on sparese-dense networks (who has those these days) as all the distribution is done in dense mode</p>
<p>If you dont want to run Sparse-dense mode throughout your org then you can just run <em>ip pim autorp listener </em>which will allow you to run just  sparse mode everywhere (it still uses dense mode to distribute the RP info using groups  224.0.1.39 &amp; 224.0.1.40)</p>
<p><strong>Next job it to volounteer to be an RP,</strong> cRP (Candidate RP&#8217;s) announce (224.0.1.239) they dont mind becomming an RP and which groups they would RP for if they were to be chosen.</p>
<p><strong>who listens to these voulenteers.</strong> MA&#8217;s (Mapping Agents) listen to these announcements and build a picture of who in the network is willing to work as an RP and who wont.<em> (these agents can be run on the same router as a volounteer or a different one)</em></p>
<p>Once all the information is in for the potential RP&#8217;s and their groups they are sorted and a winner chosen for each group (highest RP IP for matching groups) this info is then distributed to the network in discoverery messages (224.0.1.40)</p>
<p>These mapping agents can apply a filter to permit or deny which groups can be learned from each cRP it does need 2 standard access lists though! ip pim rp-announce-filter rp-list ACL_1 group-list ACL2</p>
<p>All other routers join the 224.0.1.40 network by default and listen for this mapped information, once received they populate their auto-rp cache and they are ready to rock!</p>
<p>Commands</p>
<p>IP Pim send-rp-announce &lt;INT&gt; scope &lt;TTL&gt; group-list ACL_1</p>
<p>IP Pim rp-announce-filter rp-list  ACL_1  group-list  ACL2</p>
<p>IP Pim send-rp-discovery &lt;INT&gt; scope &lt;TTL&gt;</p>
<p>IP multicast boundary IN/OUT Filter-Autorp </p>
<p>IP Pim Autorp Listener</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insideeyelids.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insideeyelids.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insideeyelids.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insideeyelids.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insideeyelids.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insideeyelids.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insideeyelids.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insideeyelids.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insideeyelids.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insideeyelids.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insideeyelids.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insideeyelids.wordpress.com/420/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insideeyelids.wordpress.com/420/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insideeyelids.wordpress.com/420/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=420&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insideeyelids.wordpress.com/2011/06/23/where-to-turn-with-no-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dfd758aa514b6ebbe4156f756f43e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craiggrist</media:title>
		</media:content>

		<media:content url="http://insideeyelids.files.wordpress.com/2011/06/rend.jpg" medium="image">
			<media:title type="html">RP-Announce</media:title>
		</media:content>
	</item>
		<item>
		<title>A Zen Master Learn i must be!</title>
		<link>http://insideeyelids.wordpress.com/2011/05/25/a-zen-master-learn-i-am/</link>
		<comments>http://insideeyelids.wordpress.com/2011/05/25/a-zen-master-learn-i-am/#comments</comments>
		<pubDate>Wed, 25 May 2011 16:02:30 +0000</pubDate>
		<dc:creator>craiggrist</dc:creator>
				<category><![CDATA[Motivation]]></category>
		<category><![CDATA[Refrence]]></category>
		<category><![CDATA[The Random Stuff]]></category>
		<category><![CDATA[Configuration guides]]></category>

		<guid isPermaLink="false">http://insideeyelids.wordpress.com/?p=413</guid>
		<description><![CDATA[After speaking to somone in the know as to regards CCIE study, He pointed out the lunacy of looking at the INE workbooks and trying to figure out what config commands are required by guess work. At best i will find myself sitting there pressing &#8220;?&#8221; for half an hour trying to figure it out an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=413&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://insideeyelids.files.wordpress.com/2011/05/zenmaster.jpg"><img class="aligncenter size-full wp-image-414" title="ZenMaster" src="http://insideeyelids.files.wordpress.com/2011/05/zenmaster.jpg?w=450" alt=""   /></a></p>
<p>After speaking to somone in the know as to regards CCIE study, He pointed out the lunacy of looking at the INE workbooks and trying to figure out what config commands are required by guess work.</p>
<p>At best i will find myself sitting there pressing &#8220;?&#8221; for half an hour trying to figure it out an educated guess..</p>
<p>I should just accept the fact that i dont &#8220;Know&#8221; the answer and skip straight to the answers and learn them.</p>
<p>so for a new plan i intend to read the workbooks cover to cover before even switching on a piece of kit. (Saves on electricity)</p>
<p>then lookup the details in the <a title="Cisco 12.4T Config Guides" href="http://www.cisco.com/en/US/products/ps6441/products_installation_and_configuration_guides_list.html">configuration guides</a>.</p>
<p>what could be greener or easier</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insideeyelids.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insideeyelids.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insideeyelids.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insideeyelids.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insideeyelids.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insideeyelids.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insideeyelids.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insideeyelids.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insideeyelids.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insideeyelids.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insideeyelids.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insideeyelids.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insideeyelids.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insideeyelids.wordpress.com/413/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=413&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insideeyelids.wordpress.com/2011/05/25/a-zen-master-learn-i-am/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dfd758aa514b6ebbe4156f756f43e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craiggrist</media:title>
		</media:content>

		<media:content url="http://insideeyelids.files.wordpress.com/2011/05/zenmaster.jpg" medium="image">
			<media:title type="html">ZenMaster</media:title>
		</media:content>
	</item>
		<item>
		<title>GTD &#8220;Things&#8221; being CCIE!</title>
		<link>http://insideeyelids.wordpress.com/2011/05/10/gtd-things-being-ccie/</link>
		<comments>http://insideeyelids.wordpress.com/2011/05/10/gtd-things-being-ccie/#comments</comments>
		<pubDate>Tue, 10 May 2011 13:18:14 +0000</pubDate>
		<dc:creator>craiggrist</dc:creator>
				<category><![CDATA[Motivation]]></category>
		<category><![CDATA[Refrence]]></category>
		<category><![CDATA[Dates]]></category>

		<guid isPermaLink="false">http://insideeyelids.wordpress.com/?p=405</guid>
		<description><![CDATA[Stop reading now if you think this has anything to do with David Allen, This is all about why i have failed to get to take my CCIE on so many occasions, answer i didnt have a plan! well thats a lie i did have a plan but i didnt have any dates with it. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=405&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://insideeyelids.files.wordpress.com/2011/05/2006-smart-forfun2-concept-side-1024x768.jpg"><img class="alignleft size-full wp-image-409" title="2006-Smart-Forfun2-Concept-Side-1024x768" src="http://insideeyelids.files.wordpress.com/2011/05/2006-smart-forfun2-concept-side-1024x768.jpg?w=450&#038;h=318" alt="" width="450" height="318" /></a></p>
<p>Stop reading now if you think this has anything to do with David Allen, This is all about why i have failed to get to take my CCIE on so many occasions, answer i didnt have a plan! well thats a lie i did have a plan but i didnt have any dates with it.</p>
<p>So below is my new plan, with dates, but is it a SMART plan</p>
<p>Well i think so and it just goes to show why SMAR goals dont work!</p>
<div>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td></td>
<td></td>
<td>Schedule</td>
<td>120</td>
<td></td>
<td>days</td>
<td></td>
</tr>
<tr>
<td>book 8</td>
<td>Multicast</td>
<td>34 labs</td>
<td></td>
<td>6 %</td>
<td>7.2</td>
<td>16/05/2011</td>
</tr>
<tr>
<td>book 1</td>
<td>Bridge &amp; switch</td>
<td>50 labs</td>
<td></td>
<td>9 %</td>
<td>10.8</td>
<td>23/05/2011</td>
</tr>
<tr>
<td>book 2</td>
<td>Frame Relay</td>
<td>16 labs</td>
<td></td>
<td>3 %</td>
<td>3.6</td>
<td>03/06/2011</td>
</tr>
<tr>
<td>book 3</td>
<td>IP Routing</td>
<td>18 labs</td>
<td></td>
<td>3 %</td>
<td>3.6</td>
<td>06/06/2011</td>
</tr>
<tr>
<td>book 4</td>
<td>RIP</td>
<td>22 labs</td>
<td></td>
<td>4 %</td>
<td>4.8</td>
<td>10/06/2011</td>
</tr>
<tr>
<td>book 5</td>
<td>EIGRP</td>
<td>31 labs</td>
<td></td>
<td>6 %</td>
<td>7.2</td>
<td>15/06/2011</td>
</tr>
<tr>
<td>book 6</td>
<td>OSPF</td>
<td>47 labs</td>
<td></td>
<td>9 %</td>
<td>10.8</td>
<td>22/06/2011</td>
</tr>
<tr>
<td>book 7</td>
<td>BGP</td>
<td>61 labs</td>
<td></td>
<td>11 %</td>
<td>13.2</td>
<td>03/07/2011</td>
</tr>
<tr>
<td>book 9</td>
<td>IPV6</td>
<td>31 labs</td>
<td></td>
<td>6 %</td>
<td>7.2</td>
<td>16/07/2011</td>
</tr>
<tr>
<td>book 10</td>
<td>QOS</td>
<td>81 labs</td>
<td></td>
<td>15 %</td>
<td>18</td>
<td>23/07/2011</td>
</tr>
<tr>
<td>book 11</td>
<td>Security</td>
<td>44 labs</td>
<td></td>
<td>8 %</td>
<td>9.6</td>
<td>10/08/2011</td>
</tr>
<tr>
<td>book 12</td>
<td>System Management</td>
<td>42 labs</td>
<td></td>
<td>8 %</td>
<td>9.6</td>
<td>20/08/2011</td>
</tr>
<tr>
<td>book 13</td>
<td>IP Services</td>
<td>52 labs</td>
<td></td>
<td>10 %</td>
<td>12</td>
<td>29/08/2011</td>
</tr>
<tr>
<td>book 14</td>
<td>MPLS VPN</td>
<td>16 labs</td>
<td></td>
<td>3 %</td>
<td>3.6</td>
<td>10/09/2011</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>Finish</td>
<td>14/09/2011</td>
</tr>
</tbody>
</table>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insideeyelids.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insideeyelids.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insideeyelids.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insideeyelids.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insideeyelids.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insideeyelids.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insideeyelids.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insideeyelids.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insideeyelids.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insideeyelids.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insideeyelids.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insideeyelids.wordpress.com/405/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insideeyelids.wordpress.com/405/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insideeyelids.wordpress.com/405/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=405&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insideeyelids.wordpress.com/2011/05/10/gtd-things-being-ccie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dfd758aa514b6ebbe4156f756f43e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craiggrist</media:title>
		</media:content>

		<media:content url="http://insideeyelids.files.wordpress.com/2011/05/2006-smart-forfun2-concept-side-1024x768.jpg" medium="image">
			<media:title type="html">2006-Smart-Forfun2-Concept-Side-1024x768</media:title>
		</media:content>
	</item>
		<item>
		<title>Mroute Flags (the devils in the flags)</title>
		<link>http://insideeyelids.wordpress.com/2011/01/05/mroute-flags-the-devils-in-the-flags/</link>
		<comments>http://insideeyelids.wordpress.com/2011/01/05/mroute-flags-the-devils-in-the-flags/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 11:11:56 +0000</pubDate>
		<dc:creator>craiggrist</dc:creator>
				<category><![CDATA[Multicast]]></category>

		<guid isPermaLink="false">http://insideeyelids.wordpress.com/?p=394</guid>
		<description><![CDATA[So when you do a show IP Mroute you get the following header to detail what each entry is actually there for IP Multicast Routing Table Flags: D - Dense, S - Sparse, B - Bidir Group, s - SSM Group, C - Connected, L - Local, P - Pruned, R - RP-bit set, F [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=394&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://insideeyelids.files.wordpress.com/2011/01/flags.jpg"><img src="http://insideeyelids.files.wordpress.com/2011/01/flags.jpg?w=450" alt="" title="flags"   class="aligncenter size-full wp-image-395" /></a></p>
<p>So when you do a show IP Mroute you get the following header to detail what each entry is actually there for</p>
<pre>
IP Multicast Routing Table
Flags: D - Dense, S - Sparse, B - Bidir Group, s - SSM Group, C - Connected,
       L - Local, P - Pruned, R - RP-bit set, F - Register flag,
       T - SPT-bit set, J - Join SPT, M - MSDP created entry,
       X - Proxy Join Timer Running, A - Candidate for MSDP Advertisement,
       U - URD, I - Received Source Specific Host Report, Z - Multicast Tunnel
       Y - Joined MDT-data group, y - Sending to MDT-data group
Outgoing interface flags: H - Hardware switched, A - Assert winner
 Timers: Uptime/Expires
 Interface state: Interface, Next-Hop or VCD, State/Mode
</pre>
<p>Each entry can have one or more of these <strong>Flags</strong> set here is a list of what each <strong>Flag</strong>(letter) actually means!</p>
<p>Flags:<br />
D &#8211; Dense<br />
S &#8211; Sparse<br />
 (*,G) Only, Indicating the group is a sparse mode group<br />
B &#8211; Bidir Group<br />
s &#8211; SSM Group<br />
C &#8211; Connected<br />
 (*,G &amp; S,G) Indicates a directly connected member for this group<br />
L &#8211; Local<br />
 (*,G &amp; S,G) Indicates that the router is actually joined to the group and proccesing the packets<br />
P &#8211; Pruned<br />
 (*,G &amp; S,G) Indicating the OIL is NULL and a prune will be sent to its RPF Neigbour<br />
R &#8211; RP-bit set<br />
 (S,G) Only, Indicating the S,G entry is for the Shared tree (path to the RP)<br />
F &#8211; Register flag<br />
T &#8211; SPT-bit set<br />
 (S,G) Only, Indicating<br />
J &#8211; Join SPT<br />
M &#8211; MSDP created entry<br />
X &#8211; Proxy Join Timer Running<br />
A &#8211; Candidate for MSDP Advertisement<br />
U &#8211; URD<br />
I &#8211; Received Source Specific Host Report<br />
Z &#8211; Multicast Tunnel<br />
Y &#8211; Joined MDT-data group<br />
y &#8211; Sending to MDT-data group</p>
<p>Outgoing interface flags: </p>
<p>H &#8211; Hardware switched<br />
A &#8211; Assert winner</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insideeyelids.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insideeyelids.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insideeyelids.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insideeyelids.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insideeyelids.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insideeyelids.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insideeyelids.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insideeyelids.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insideeyelids.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insideeyelids.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insideeyelids.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insideeyelids.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insideeyelids.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insideeyelids.wordpress.com/394/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=394&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insideeyelids.wordpress.com/2011/01/05/mroute-flags-the-devils-in-the-flags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dfd758aa514b6ebbe4156f756f43e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craiggrist</media:title>
		</media:content>

		<media:content url="http://insideeyelids.files.wordpress.com/2011/01/flags.jpg" medium="image">
			<media:title type="html">flags</media:title>
		</media:content>
	</item>
		<item>
		<title>Bring out the IGMP</title>
		<link>http://insideeyelids.wordpress.com/2010/12/23/bring-out-the-igmp/</link>
		<comments>http://insideeyelids.wordpress.com/2010/12/23/bring-out-the-igmp/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 12:42:45 +0000</pubDate>
		<dc:creator>craiggrist</dc:creator>
				<category><![CDATA[Multicast]]></category>

		<guid isPermaLink="false">http://insideeyelids.wordpress.com/?p=380</guid>
		<description><![CDATA[IGMP is the protocol of choice for hosts to request to join a multicast group, upon a router hearing an IGMP request for a group the router will place a (*,G) entry in its MROUTE table the (*,G) entry is created to show there is a host interested in that multicast group and contains the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=380&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>IGMP is the protocol of choice for hosts to request to join a multicast group,</p>
<p>upon a router hearing an IGMP request for a group the router will place a (*,G) entry in its MROUTE table</p>
<p><a href="http://insideeyelids.files.wordpress.com/2010/12/multicast-sg-entries.jpg"><img src="http://insideeyelids.files.wordpress.com/2010/12/multicast-sg-entries.jpg?w=450&#038;h=148" alt="" title="Multicast sg entries" width="450" height="148" class="aligncenter size-full wp-image-381" /></a></p>
<p>the (*,G) entry is created to show there is a host interested in that multicast group and contains the exit interface to reach them.</p>
<p>these IGMPs are either a Query, Report, or Leave message and are sent over standard IP as below</p>
<p><a href="http://insideeyelids.files.wordpress.com/2010/12/igmp-message-types1.jpg"><img src="http://insideeyelids.files.wordpress.com/2010/12/igmp-message-types1.jpg?w=450&#038;h=265" alt="" title="IGMP Message Types" width="450" height="265" class="aligncenter size-full wp-image-385" /></a></p>
<p>According to the RFC once a (*,G) entry has been created on the router it should periodically send a <strong>Group Query </strong>out that interface to check there are hosts still out there wishing to receive the multicast stream, (No more than 1 a minute) upon receiving the <strong>Group Query</strong> all hosts Queue a <strong>Group Membership Report</strong> as a response and wait a random amount of time before sending it, When the first host sends its <strong>Membership Report</strong> it has a DEST address of the <strong>Multicast group</strong> thus being received by all hosts and the router listening to that group, upon the receipt of this <strong>Membership Report</strong> the hosts will stop their countdown and cancel sending their own report. (as just 1 host is enough for the router to keep sending traffic)</p>
<p>Thats all well and good for the RFC however in the CCIE lab the 3560 switches impliment IGMP Snooping by default, This means that as the hosts respond with their <strong>Membership Report</strong> the switch will capture the reponse and prevent it from being flooded to the other hosts, this action means every host will send their <strong>Memebership Report</strong> to the switch. the switch collates all these reports and ports and stores in an internal table before sending a single <strong>Membership Report</strong> response back to the Querying router</p>
<p>Also in the RFC If a host wishes to stop receiving the stream it checks to see if it was the last host to send a <strong>Membership Report</strong> response to the router, If it was the last host to respond to the <strong>Membership Query </strong> it has to send a <strong>Leave Group </strong> response (as It may be the last host listening to the stream). Now because IGMP Snooping has forced every host to respond they all think they have responded to the last query and therefore will all generate a <strong>Leave Group</strong> message when they wish to leave<br />
Again this is intercepted by the switch </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insideeyelids.wordpress.com/380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insideeyelids.wordpress.com/380/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insideeyelids.wordpress.com/380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insideeyelids.wordpress.com/380/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insideeyelids.wordpress.com/380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insideeyelids.wordpress.com/380/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insideeyelids.wordpress.com/380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insideeyelids.wordpress.com/380/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insideeyelids.wordpress.com/380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insideeyelids.wordpress.com/380/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insideeyelids.wordpress.com/380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insideeyelids.wordpress.com/380/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insideeyelids.wordpress.com/380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insideeyelids.wordpress.com/380/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=380&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insideeyelids.wordpress.com/2010/12/23/bring-out-the-igmp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dfd758aa514b6ebbe4156f756f43e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craiggrist</media:title>
		</media:content>

		<media:content url="http://insideeyelids.files.wordpress.com/2010/12/multicast-sg-entries.jpg" medium="image">
			<media:title type="html">Multicast sg entries</media:title>
		</media:content>

		<media:content url="http://insideeyelids.files.wordpress.com/2010/12/igmp-message-types1.jpg" medium="image">
			<media:title type="html">IGMP Message Types</media:title>
		</media:content>
	</item>
		<item>
		<title>No, I said Reverse Path Forwarding…</title>
		<link>http://insideeyelids.wordpress.com/2010/10/14/no-i-said-reverse-path-forwarding/</link>
		<comments>http://insideeyelids.wordpress.com/2010/10/14/no-i-said-reverse-path-forwarding/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 10:19:16 +0000</pubDate>
		<dc:creator>craiggrist</dc:creator>
				<category><![CDATA[routing]]></category>

		<guid isPermaLink="false">http://insideeyelids.wordpress.com/?p=362</guid>
		<description><![CDATA[Not reverse down the path looking forwards URPF is basically the device checking that the device that has sent the packet has not spoofed its source IP address&#8230;. heres how its goes<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=362&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://insideeyelids.files.wordpress.com/2010/10/car_bourdeaux_crash.jpg"><img src="http://insideeyelids.files.wordpress.com/2010/10/car_bourdeaux_crash.jpg?w=450&#038;h=337" alt="" title="Car_Bourdeaux_crash" width="450" height="337" class="aligncenter size-full wp-image-363" /></a></p>
<p>Not reverse down the path looking forwards <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>URPF is basically the device checking that the device that has sent the packet has not spoofed its source IP address&#8230;.</p>
<p>heres how its goes</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insideeyelids.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insideeyelids.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insideeyelids.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insideeyelids.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insideeyelids.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insideeyelids.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insideeyelids.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insideeyelids.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insideeyelids.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insideeyelids.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insideeyelids.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insideeyelids.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insideeyelids.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insideeyelids.wordpress.com/362/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insideeyelids.wordpress.com&amp;blog=7952107&amp;post=362&amp;subd=insideeyelids&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insideeyelids.wordpress.com/2010/10/14/no-i-said-reverse-path-forwarding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8dfd758aa514b6ebbe4156f756f43e86?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craiggrist</media:title>
		</media:content>

		<media:content url="http://insideeyelids.files.wordpress.com/2010/10/car_bourdeaux_crash.jpg" medium="image">
			<media:title type="html">Car_Bourdeaux_crash</media:title>
		</media:content>
	</item>
	</channel>
</rss>
