<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>XISP tips,news, &#38; technology &#187; bgp</title>
	<atom:link href="http://www.mtin.net/blog/tag/bgp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mtin.net/blog</link>
	<description>Technology relating to networking and the XISP world</description>
	<lastBuildDate>Wed, 08 Sep 2010 17:43:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>BGP Troubleshooting</title>
		<link>http://www.mtin.net/blog/2009/12/14/bgp-troubleshooting/</link>
		<comments>http://www.mtin.net/blog/2009/12/14/bgp-troubleshooting/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 05:19:11 +0000</pubDate>
		<dc:creator>j2sw</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[trouble]]></category>

		<guid isPermaLink="false">http://www.mtin.net/blog/?p=110</guid>
		<description><![CDATA[Some common commands to help with your BGP troubleshooting: show ip bgp neighbor ip-address &#8211; Displays detailed neighbor information show ip bgp &#8211; Displays all the routes in the BGP table show ip bgp ip-prefix [mask subnet-mask] &#8211; Displays detailed information about all paths for a single prefix debug ip tcp transactions &#8211; Displays all [...]]]></description>
			<content:encoded><![CDATA[<p>Some common commands to help with your BGP troubleshooting:</p>
<ul>
<li><strong>show ip bgp neighbor</strong> <em>ip-address</em> &#8211; Displays detailed neighbor information</li>
<li><strong>show ip bgp</strong> &#8211; Displays all the routes in the BGP table</li>
<li><strong>show ip bgp ip-prefix [mask subnet-mask]</strong> &#8211; Displays detailed information about all paths for a single prefix</li>
<li><strong>debug ip tcp transactions</strong> &#8211; Displays all TCP transactions</li>
<li><strong>debug ip bgp events</strong> &#8211; Displays significant BGP events</li>
<li><strong>debug ip bgp keepalives</strong> &#8211; Debugs BGP keepalive packets</li>
<li><strong>debug ip bgp updates</strong> &#8211; Displays all incoming or outgoing BGP update</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mtin.net/blog/2009/12/14/bgp-troubleshooting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BGP Session establishments</title>
		<link>http://www.mtin.net/blog/2009/12/09/bgp-session-establishments/</link>
		<comments>http://www.mtin.net/blog/2009/12/09/bgp-session-establishments/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 03:07:52 +0000</pubDate>
		<dc:creator>j2sw</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[WISP]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[routing]]></category>

		<guid isPermaLink="false">http://www.mtin.net/blog/?p=101</guid>
		<description><![CDATA[Idle. Active. OpenSent. OpenConfirm. Established. Keepalive are sent every 60 seconds]]></description>
			<content:encoded><![CDATA[<ul>
<li>Idle.</li>
<li>Active.</li>
<li>OpenSent.</li>
<li>OpenConfirm.</li>
<li>Established.</li>
</ul>
<p>Keepalive are sent every 60 seconds</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mtin.net/blog/2009/12/09/bgp-session-establishments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filtering Excessive Prepended routes</title>
		<link>http://www.mtin.net/blog/2009/12/04/filtering-excessive-prepended-routes/</link>
		<comments>http://www.mtin.net/blog/2009/12/04/filtering-excessive-prepended-routes/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 16:12:18 +0000</pubDate>
		<dc:creator>j2sw</dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[prepend]]></category>
		<category><![CDATA[routes]]></category>

		<guid isPermaLink="false">http://www.mtin.net/blog/?p=93</guid>
		<description><![CDATA[http://wiki.nil.com/Filter_excessively_prepended_BGP_paths]]></description>
			<content:encoded><![CDATA[<p><a href="http://wiki.nil.com/Filter_excessively_prepended_BGP_paths" target="_self">http://wiki.nil.com/Filter_excessively_prepended_BGP_paths</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mtin.net/blog/2009/12/04/filtering-excessive-prepended-routes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minimizing Size of BGP routing table</title>
		<link>http://www.mtin.net/blog/2009/12/02/minimizing-size-of-bgp-routing-table/</link>
		<comments>http://www.mtin.net/blog/2009/12/02/minimizing-size-of-bgp-routing-table/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 18:36:20 +0000</pubDate>
		<dc:creator>j2sw</dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[CIDR]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[imagestream]]></category>
		<category><![CDATA[routing]]></category>

		<guid isPermaLink="false">http://www.mtin.net/blog/?p=89</guid>
		<description><![CDATA[To create an aggregate entry in the BGP routing table: aggregate-address address mask To advertise summary addresses only: aggregate-address address mask as-set]]></description>
			<content:encoded><![CDATA[<p>To create an aggregate entry in the BGP routing table:<br />
<span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre;">aggregate-address <em>address mask</em></span></p>
<pre>
To advertise summary addresses only:

aggregate-address address mask as-set</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.mtin.net/blog/2009/12/02/minimizing-size-of-bgp-routing-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is BGP soft reconfiguration?</title>
		<link>http://www.mtin.net/blog/2009/11/27/what-is-bgp-soft-reconfiguration/</link>
		<comments>http://www.mtin.net/blog/2009/11/27/what-is-bgp-soft-reconfiguration/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 16:04:19 +0000</pubDate>
		<dc:creator>j2sw</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[soft reconfiguration]]></category>

		<guid isPermaLink="false">http://www.mtin.net/blog/?p=62</guid>
		<description><![CDATA[When changes are made to a BGP session the changes are not activated until the BGP peering is reset.  When the session is reset the routing tables are exchanged.  This can cause interruptions. This is where soft reconfiguration helps.  Changes can activated without clearing the entire session. There are two types of soft reconfiguration. Inbound [...]]]></description>
			<content:encoded><![CDATA[<p>When changes are made to a BGP session the changes are not activated until the BGP peering is reset.  When the session is reset the routing tables are exchanged.  This can cause interruptions. This is where soft reconfiguration helps.  Changes can activated without clearing the entire session.</p>
<p>There are two types of soft reconfiguration. Inbound &amp; Outbound.  Inbound is an updated generated by the customer to the provider.  Outbound is an updated by the provider toward the customer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mtin.net/blog/2009/11/27/what-is-bgp-soft-reconfiguration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mikrotik Router OS 4.3 released</title>
		<link>http://www.mtin.net/blog/2009/11/25/mikrotik-router-os-4-3-released/</link>
		<comments>http://www.mtin.net/blog/2009/11/25/mikrotik-router-os-4-3-released/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 14:28:35 +0000</pubDate>
		<dc:creator>j2sw</dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[OSPF]]></category>
		<category><![CDATA[routeros]]></category>

		<guid isPermaLink="false">http://www.mtin.net/blog/?p=48</guid>
		<description><![CDATA[Main fixes would benefit anyone running BGP or OSPF on router OS. Get the torrent from http://www.mikrotik.com/download]]></description>
			<content:encoded><![CDATA[<p>Main fixes would benefit anyone running BGP or OSPF on router OS.</p>
<p>Get the torrent from <a href="http://www.mikrotik.com/download" target="_self">http://www.mikrotik.com/download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mtin.net/blog/2009/11/25/mikrotik-router-os-4-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BGP tidbit</title>
		<link>http://www.mtin.net/blog/2009/11/25/bgp-tidbit/</link>
		<comments>http://www.mtin.net/blog/2009/11/25/bgp-tidbit/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 05:08:14 +0000</pubDate>
		<dc:creator>j2sw</dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[configuration]]></category>

		<guid isPermaLink="false">http://www.mtin.net/blog/?p=46</guid>
		<description><![CDATA[BGP uses TCP port 179 for establishing connections.]]></description>
			<content:encoded><![CDATA[<p>BGP uses TCP port 179 for establishing connections.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mtin.net/blog/2009/11/25/bgp-tidbit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying BGP stats</title>
		<link>http://www.mtin.net/blog/2009/11/24/displaying-bgp-stats/</link>
		<comments>http://www.mtin.net/blog/2009/11/24/displaying-bgp-stats/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 16:47:15 +0000</pubDate>
		<dc:creator>j2sw</dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[imagestream]]></category>

		<guid isPermaLink="false">http://www.mtin.net/blog/?p=44</guid>
		<description><![CDATA[Display all BGP routes show ip bgp cidr-only Display routes with inconsistent originating ASes show ip bgp inconsistent-as Display all BGP paths show ip bgp paths Display stats of all BGP connections: show ip bgp summary]]></description>
			<content:encoded><![CDATA[<p>Display all BGP routes<br />
<em>show ip bgp cidr-only</em></p>
<p>Display routes with inconsistent originating ASes<br />
<em>show ip bgp inconsistent-as</em></p>
<p>Display all BGP paths<br />
<em>show ip bgp paths</em></p>
<p>Display stats of all BGP connections:<br />
<em>show ip bgp summary</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mtin.net/blog/2009/11/24/displaying-bgp-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.553 seconds -->
