<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.6" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>CCIE-The Journey begins</title>
		<link>http://www.oftheoak.com/blog/blog5.php</link>
		<description></description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.6"/>
		<ttl>60</ttl>
				<item>
			<title>How do you turn one of these routers on again?</title>
			<link>http://www.oftheoak.com/blog/blog5.php/2009/05/16/how-do-you-turn-one-of-these-routers-on</link>
			<pubDate>Sat, 16 May 2009 23:53:23 +0000</pubDate>			<dc:creator></dc:creator>
			<category domain="main">Uncategorized</category>			<guid isPermaLink="false">30@http://www.oftheoak.com/blog/</guid>
						<description>&lt;p&gt;Ah Spring. What a beautiful time of year to lock oneself away in front of a rack full of routers for 12 hours at a stretch! &lt;br /&gt;
If you've found your way to this dark corner of the web, you either know me and want a laugh, or you need professional help. I suggest you hit the back button and go seek a 5-cent session with Lucy van Pelt. &lt;/p&gt;

&lt;p&gt;Anyway....on with the geek-ese.&lt;/p&gt;

&lt;p&gt;I spent today knocking 3 months of rust off my BGP skills. It's really quite amazing how alien working in IOS can be after a few months off!!!Some details such as using the as-set command on an aggregate-address to remove the atomic aggregate were still present in my hollow skull. Others like regular expressions and advertise-maps were nowhere to be found. I took some notes to to remind myself of details and tricks that I'd be likely to forget and will post them under tips and tricks.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.oftheoak.com/blog/blog5.php/2009/05/16/how-do-you-turn-one-of-these-routers-on&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Ah Spring. What a beautiful time of year to lock oneself away in front of a rack full of routers for 12 hours at a stretch! <br />
If you've found your way to this dark corner of the web, you either know me and want a laugh, or you need professional help. I suggest you hit the back button and go seek a 5-cent session with Lucy van Pelt. </p>

<p>Anyway....on with the geek-ese.</p>

<p>I spent today knocking 3 months of rust off my BGP skills. It's really quite amazing how alien working in IOS can be after a few months off!!!Some details such as using the as-set command on an aggregate-address to remove the atomic aggregate were still present in my hollow skull. Others like regular expressions and advertise-maps were nowhere to be found. I took some notes to to remind myself of details and tricks that I'd be likely to forget and will post them under tips and tricks.</p><div class="item_footer"><p><small><a href="http://www.oftheoak.com/blog/blog5.php/2009/05/16/how-do-you-turn-one-of-these-routers-on">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.oftheoak.com/blog/blog5.php/2009/05/16/how-do-you-turn-one-of-these-routers-on#comments</comments>
		</item>
				<item>
			<title>BGP tips for novices and functional alcoholics</title>
			<link>http://www.oftheoak.com/blog/blog5.php/2009/05/16/bgp-tips-for-novices-and-functional-alco</link>
			<pubDate>Sat, 16 May 2009 23:56:39 +0000</pubDate>			<dc:creator></dc:creator>
			<category domain="main">Tips &amp; tricks</category>			<guid isPermaLink="false">31@http://www.oftheoak.com/blog/</guid>
						<description>&lt;p&gt;BGP network advertisement assumes classful if mask is not specified. &lt;/p&gt;

&lt;p&gt;When peering to an interface other than the physical one (a loopback for example) remember to update the bgp source on the router with the loopback interface. Also don't forget to configure ebgp-multihop. The default value for ebgp-multihop is 255. You can specify a lower number if desired, but it's not required.&lt;br /&gt;
ex R1 - BGP neighbor 200.1.1.1 remote-as 10&lt;br /&gt;
	BGP neighbor 200.1.1.1 ebgp-multihop&lt;br /&gt;
   R2 - Int lo0&lt;br /&gt;
	ip-address 200.1.1.1 255.255.255.255&lt;br /&gt;
   	BGP neighbor 192.168.1.1 remote-as 20&lt;br /&gt;
	BGP neighbor 192.168.1.1 update-source lo0&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.oftheoak.com/blog/blog5.php/2009/05/16/bgp-tips-for-novices-and-functional-alco&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>BGP network advertisement assumes classful if mask is not specified. </p>

<p>When peering to an interface other than the physical one (a loopback for example) remember to update the bgp source on the router with the loopback interface. Also don't forget to configure ebgp-multihop. The default value for ebgp-multihop is 255. You can specify a lower number if desired, but it's not required.<br />
ex R1 - BGP neighbor 200.1.1.1 remote-as 10<br />
	BGP neighbor 200.1.1.1 ebgp-multihop<br />
   R2 - Int lo0<br />
	ip-address 200.1.1.1 255.255.255.255<br />
   	BGP neighbor 192.168.1.1 remote-as 20<br />
	BGP neighbor 192.168.1.1 update-source lo0</p><div class="item_footer"><p><small><a href="http://www.oftheoak.com/blog/blog5.php/2009/05/16/bgp-tips-for-novices-and-functional-alco">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.oftheoak.com/blog/blog5.php/2009/05/16/bgp-tips-for-novices-and-functional-alco#comments</comments>
		</item>
				<item>
			<title>OSPF external route notes</title>
			<link>http://www.oftheoak.com/blog/blog5.php/2009/05/16/ospf-external-route-notes</link>
			<pubDate>Sat, 16 May 2009 23:58:08 +0000</pubDate>			<dc:creator></dc:creator>
			<category domain="main">Tips &amp; tricks</category>			<guid isPermaLink="false">32@http://www.oftheoak.com/blog/</guid>
						<description>&lt;p&gt;External Type 1 - the cost of these routes reflect the entire path, not just the path between the ASBR and the destination network.&lt;br /&gt;
External Type 2 - the cost of these routes reflects only the cost of the path from the ASBR to the final destination. This is the default type for routes learned via redistribution.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://www.oftheoak.com/blog/blog5.php/2009/05/16/ospf-external-route-notes&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>External Type 1 - the cost of these routes reflect the entire path, not just the path between the ASBR and the destination network.<br />
External Type 2 - the cost of these routes reflects only the cost of the path from the ASBR to the final destination. This is the default type for routes learned via redistribution.</p><div class="item_footer"><p><small><a href="http://www.oftheoak.com/blog/blog5.php/2009/05/16/ospf-external-route-notes">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://www.oftheoak.com/blog/blog5.php/2009/05/16/ospf-external-route-notes#comments</comments>
		</item>
			</channel>
</rss>
