<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Bgp on Aaron&#39;s Worthless Words</title>
    <link>https://a996c8ee.aww-3cz.pages.dev/tags/bgp/</link>
    <description>Recent content in Bgp on Aaron&#39;s Worthless Words</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 01 Aug 2012 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://a996c8ee.aww-3cz.pages.dev/tags/bgp/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Junos Basics - Configuring BGP</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2012/08/junos-basics-configuring-bgp/</link>
      <pubDate>Wed, 01 Aug 2012 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2012/08/junos-basics-configuring-bgp/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m stuck deep in Junos these days.  I mean deep.  I have an F5 load balancer and an ASA 5520; the rest of my stuff is Juniper.  That means I have some learning to do.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s one of the basics in Junos - configuring BGP.  I guess I&amp;rsquo;ve always said that BGP is BGP.  How much different can it  be from IOS?  Well, the end result is the same, but it&amp;rsquo;s different enough to have to look up how to do it.  :)  The first difference is the fact that all BGP configuration is done with groups just like peer groups in IOS.  You can act like you&amp;rsquo;re configuring neighbors, but there&amp;rsquo;s no way around using groups.  After going back and forth, I just settled with an group for eBGP neighbors and another for iBGP neighbors.  If settings are different, I just set them in the neighbor.  Here&amp;rsquo;s an example of that.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VRF-Aware IPSec Tunnels</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/12/vrf-aware-ipsec-tunnels/</link>
      <pubDate>Tue, 13 Dec 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/12/vrf-aware-ipsec-tunnels/</guid>
      <description>&lt;p&gt;Man, time is hard to come by of late.  I&amp;rsquo;ve had so little time to rest that&amp;rsquo;s it&amp;rsquo;s hard to get my thoughts together.  It&amp;rsquo;s a good thing in this case, though, since it&amp;rsquo;s my fantastic job that&amp;rsquo;s taking all my time.  It&amp;rsquo;s great to see new network and learn their internals&amp;hellip;especially when they were designed by some long-time CCIEs who actually knew what they were doing.&lt;/p&gt;&#xA;&lt;p&gt;One of the big things that I&amp;rsquo;m dealing with lately is VRFs.  I&amp;rsquo;ve implemented some VRF-lite stuff, but I&amp;rsquo;ve never had any practical experience with the full force of them.  I&amp;rsquo;m definitely learning here.  Since the blog here is really about my sharing what I&amp;rsquo;ve learned, let&amp;rsquo;s go through something that came up recently - terminating VPNs on one VRF while passing traffic to another.&lt;/p&gt;</description>
    </item>
    <item>
      <title>BGP Notes - Backdoor Routes</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-backdoor-routes/</link>
      <pubDate>Sat, 11 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-backdoor-routes/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;The fact that eBGP has an AD of 20 can be a problem.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;You may have a very short path via EIGRP (or OSPF or RIP or whatever other IGP), but the longer eBGP path will be preferred.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;For God&amp;rsquo;s sake, do not lower the AD of EIGRP!  Havoc will ensue.&lt;/li&gt;&#xA;&lt;li&gt;Using backdoor routes causes eBGP routes to have an AD of 200.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Allows the shorter-path IGP routes to be added to the routing table.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;router bgp 123&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; network 1.1.1.0 backdoor&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;-&amp;mdash;-&lt;/p&gt;</description>
    </item>
    <item>
      <title>BGP Notes - Confederations</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-confederations/</link>
      <pubDate>Sat, 11 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-confederations/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.ietf.org/rfc/rfc3065.txt&#34;&gt;RFC 3065&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;BGP confederations reduce the size of full mesh iBGP ASes by dividing it up into different areas.&lt;/li&gt;&#xA;&lt;li&gt;Confederations also remove the need for BGP synchronization since all iBGP routers will have all routes.&lt;/li&gt;&#xA;&lt;li&gt;In effect, your iBGP AS gets chopped up into different sub-ASes.&lt;/li&gt;&#xA;&lt;li&gt;Each router is a member of a sub-AS and is a neighbor with every other router in that sub-AS (full mesh).&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Neighbors within a sub-AS are called confederation iBGP neighbors.&lt;/li&gt;&#xA;&lt;li&gt;Confederation iBGP neighbors act just like any other iBGP neighbor.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;At least one member of each sub-AS is neighbored with members of different sub-ASes.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Neighbors in different sub-ASes are called confederation eBGP neighbors.&lt;/li&gt;&#xA;&lt;li&gt;Confederation eBGP neighbors have a default TTL of 1 just like true eBGP neighbors.&lt;/li&gt;&#xA;&lt;li&gt;The NEXT_HOP PA is not changed when passing routes between sub-ASes.&lt;/li&gt;&#xA;&lt;li&gt;LOCAL_PREF is also preserved.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Confederations use the AS_CONFED_SEQ and AS_CONFED_SET fields in the AS_PATH PA.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;These fields act like AS_PATHs to prevent loops.&lt;/li&gt;&#xA;&lt;li&gt;These fields are cleared out when the route is passed to an eBGP neighbor.&lt;/li&gt;&#xA;&lt;li&gt;If components of a summary route (an &lt;em&gt;aggregate-address&lt;/em&gt;) have different AS_CONFED_SEQ values, the AS_CONFED_SET is used.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Confederations ASes are not included when the router decides which route is best.&lt;/li&gt;&#xA;&lt;li&gt;BGP confederation routers are configured to be in a private ASN.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The confederations should be private to avoid AS conflicts.&lt;/li&gt;&#xA;&lt;li&gt;The confederation identifier defines the AS at it appears to the world.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;router bgp 65001&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; no synchronization&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; bgp confederation identifier 123&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; bgp confederation peers 65002 65003&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; neighbor 2.2.2.2 remote-as 65002&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; neighbor 3.3.3.3 remote-as 65003&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;-&amp;mdash;- Comment with corrections, please.&lt;/p&gt;</description>
    </item>
    <item>
      <title>BGP Notes - Route Reflectors</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-route-reflectors/</link>
      <pubDate>Sat, 11 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-route-reflectors/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;Route reflectors remove the requirement of having a full mesh iBGP network.&lt;/li&gt;&#xA;&lt;li&gt;Any iBGP route a router reflector learns is sent to all route reflector clients.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Non-client iBGP neighbors do not get the new route per iBGP rules.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;RR clients are configured like normal iBGP routers.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;All RR client config is done on the route reflector.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;RRs and clients are part of a &lt;em&gt;cluster&lt;/em&gt;.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;RRs in each cluster must be neighbors with each other.&lt;/li&gt;&#xA;&lt;li&gt;Each cluster RR appends the cluster ID to the CLUSTER_ID PA; this is used similarly to AS_CONFED_SEQ.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;The ORIGINATOR_ID PA is set by and preserved by the RR.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;If a route contains the ORIGINATOR_ID of the receiving router, the update is ignored.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Only best routes are passed to RR clients and non-client neighbors.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;router bgp 123&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; no synchronization&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; bgp cluster-id 1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; neighbor 6.6.6.6 remote-as 123&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; neighbor 6.6.6.6 route-reflector-client&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;-&amp;mdash;- Comment with corrections, please.&lt;/p&gt;</description>
    </item>
    <item>
      <title>BGP Notes - Synchronization</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-synchronization/</link>
      <pubDate>Sat, 11 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-synchronization/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;With synchronization on, route must be synchronized to an IGP in order for that routes to be able to be voted &amp;lsquo;best&amp;quot; by BGP.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;That means the exact route must already be in the routing table via an IGP.&lt;/li&gt;&#xA;&lt;li&gt;Static routes don&amp;rsquo;t count.&lt;/li&gt;&#xA;&lt;li&gt;This is traditionally accomplished by redistributing BGP routes into an IGP.&lt;/li&gt;&#xA;&lt;li&gt;With today&amp;rsquo;s Internet prefix count over 350k, this may not be such a good idea in some situations.&lt;/li&gt;&#xA;&lt;li&gt;Synchronization is off by default.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Synchronization prevents black hole routes from being advertised via iBGP.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Unless every router is participating in iBGP, there&amp;rsquo;s no guarantee that any one router will have a route to NEXT_HOP.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Synchronization also prevents a router from advertising the black hole to an eBGP neighbor.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;You don&amp;rsquo;t want to tell the world you have a path to a prefix when you really have a !N.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Synchronization can be safely disabled with the use of &lt;a href=&#34;http://aconaway.com/2011/06/10/bgp-notes-route-reflectors/&#34;&gt;route reflectors&lt;/a&gt; or &lt;a href=&#34;http://aconaway.com/2011/06/10/bgp-notes-confederations/&#34;&gt;confederations&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;-&amp;mdash;-&lt;/p&gt;</description>
    </item>
    <item>
      <title>BGP Notes - Authentication</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-authentication/</link>
      <pubDate>Fri, 10 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-authentication/</guid>
      <description>&lt;p&gt;Corrections welcome.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s simple as pie to enable MD5 auth to a BGP peer.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;R102(config-router)#neigh 192.0.2.101 pass MYKEY&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>BGP Notes - Path Decision</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-path-decision/</link>
      <pubDate>Thu, 09 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-path-decision/</guid>
      <description>&lt;p&gt;This is required blogging&amp;hellip;and reading for that matter.  A good chunk of this is taken from my CCNP posts from last year.  Corrections, please.&lt;/p&gt;&#xA;&lt;p&gt;-&amp;mdash;-&lt;/p&gt;&#xA;&lt;h3 id=&#34;how-does-a-bgp-router-decide-which-bgp-route-is-the-best&#34;&gt;How does a BGP router decide which BGP route is the best?&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;Next-hop&lt;/strong&gt; : Does the router have a route to the next-hop?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Weight&lt;/strong&gt; : This is a numeric value where bigger is better.  Weight is not passed onto other peers and is a Cisco proprietary feature.&lt;/p&gt;</description>
    </item>
    <item>
      <title>BGP Notes - Path Attribute Categories</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-path-attribute-categories/</link>
      <pubDate>Wed, 08 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-path-attribute-categories/</guid>
      <description>&lt;p&gt;Make my corrections!  Please!&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Well-known mandatory&lt;/strong&gt; : These PAs must be recognized by all BGP routers and passed along to other peers.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Well-known discretionary&lt;/strong&gt; : These PAs do not need to be in every &lt;em&gt;update&lt;/em&gt;, but they must be recognized by all BGP routers.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Optional transitive&lt;/strong&gt; : These PAs don&amp;rsquo;t have to be recognized but they must be passed along to other BGP peers if they are present in an update.&lt;/p&gt;</description>
    </item>
    <item>
      <title>BGP Notes - Message Types</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-message-types/</link>
      <pubDate>Tue, 07 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-message-types/</guid>
      <description>&lt;p&gt;Corrigeme, por favor.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Open&lt;/strong&gt; : When a neighbor is configured, the router sends an open to that neighbor to get the ball rolling.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Destination:  The neighbor&amp;#39;s configured IP&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Important fields:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  My AS&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt; : The routing  information&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Destination:  The neighbor&amp;#39;s configured IP&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Important fields:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  Advertised network Klonopin Online&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  Path attributes&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Keepalive&lt;/strong&gt; : Sent every 60 seconds by default&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Destination:  The neighbor&amp;#39;s configured IP&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Important fields:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  Nothing, really&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Notification&lt;/strong&gt; : When something is amiss, the router sends a notification message.  The receiver then closes the connection.&lt;/p&gt;</description>
    </item>
    <item>
      <title>BGP Notes - Neighbor States</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-neighbor-states/</link>
      <pubDate>Tue, 07 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-neighbor-states/</guid>
      <description>&lt;p&gt;Corrections appreciated.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Idle&lt;/strong&gt; : There is no relationship, but the router sends out a TCP SYN to the neighbor to get the ball rolling.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Idle (admin)&lt;/strong&gt; : The neighbor is admined down.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Connect&lt;/strong&gt; : The router is waiting for the TCP connection to finish.  If the TCP connection finishes, the router sends an &lt;em&gt;open&lt;/em&gt; and transitions to OpenSent.  If it times out, it transitions to Active.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Active&lt;/strong&gt; : The router tries &lt;a href=&#34;http://greatlakesecho.org/about/&#34;&gt;Cialis&lt;/a&gt; to initiate a TCP connection.  If the TCP connection finishes, the router sends an &lt;em&gt;open&lt;/em&gt; and transitions to OpenSent.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Routing IPv6 with BGP - The Basics</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/02/routing-ipv6-with-bgp-the-basics/</link>
      <pubDate>Thu, 10 Feb 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/02/routing-ipv6-with-bgp-the-basics/</guid>
      <description>&lt;p&gt;Are you sensing a theme lately?  Since we covered the basics of the main IGPs (I&amp;rsquo;m an enterprise guy, so no IS-IS comments, please.), I thought I&amp;rsquo;d try to describe the basics of advertising IPv6 routes over BGP.  Yet again, we&amp;rsquo;re not going to do any route manipulation or change any of the 948284928 BGP attributes.  We&amp;rsquo;re just trying to get routes exchanged.&lt;/p&gt;&#xA;&lt;h3 id=&#34;configuration&#34;&gt;Configuration&lt;/h3&gt;&#xA;&lt;p&gt;There&amp;rsquo;s no new version of BGP for IPv6 here.  It&amp;rsquo;s the standard BGP version 4 that we&amp;rsquo;ve all been using for years, but we&amp;rsquo;re going to take advantage of the multiprotocol support (MPBGP, &lt;a href=&#34;http://tools.ietf.org/html/rfc2858&#34;&gt;RFC 2858&lt;/a&gt; &lt;a href=&#34;http://tools.ietf.org/html/rfc4760&#34;&gt;RFC 4760&lt;/a&gt;).  We&amp;rsquo;ll get to the differences in a second, but the first thing to do is to set up the BGP process as normal.  &lt;/p&gt;</description>
    </item>
    <item>
      <title>Tagging External Routes in EIGRP</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/12/tagging-external-routes-in-eigrp/</link>
      <pubDate>Fri, 03 Dec 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/12/tagging-external-routes-in-eigrp/</guid>
      <description>&lt;p&gt;EIGRP allows you to tag external routes.  That is, any route redistributed into EIGRP can be tagged with a numeric descriptor from 0 to 4294967295.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ROUTE Notes - Further IGP Redistribution</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/07/route-notes-further-igp-redistribution/</link>
      <pubDate>Sun, 18 Jul 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/07/route-notes-further-igp-redistribution/</guid>
      <description>&lt;p&gt;As always, corrections are requested.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Study Questions&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;I&amp;rsquo;ve got IGRP and EIGRP both configured with the same AS number.  What&amp;rsquo;s special about this configuration?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;If both use the same AS number, then they automatically redistribute their routes into each other without using the &lt;em&gt;redistribute&lt;/em&gt; command.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;When redistributing one IGP into another, where&amp;rsquo;s a good place to filter routes?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;There&amp;rsquo;s no one good place, but at the router(s) that&amp;rsquo;s doing the redistribution is a good start.  There&amp;rsquo;s no need to send an IGP a bunch of routes it doesn&amp;rsquo;t need.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ROUTE Notes - Controlling BGP</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/07/route-notes-controlling-bgp/</link>
      <pubDate>Tue, 06 Jul 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/07/route-notes-controlling-bgp/</guid>
      <description>&lt;p&gt;Corrections, please.  I skipped a bunch of BGP intro stuff to get to the juicy center.  I&amp;rsquo;ll see if I can come back later and finish the other parts for posterity.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Study Notes&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Is BGP route selection a controversial subject?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Yes.  If you ask 1000 network guys the best way to influence BGP, you&amp;rsquo;ll probably get 1000 different answers.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;At what position in the PA list of a BGP update do you find the weight attribute?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You don&amp;rsquo;t.  Weight is a Cisco-proprietary thing.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Stubby Post - show ip protocols</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/06/stubby-post-show-ip-protocols/</link>
      <pubDate>Thu, 10 Jun 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/06/stubby-post-show-ip-protocols/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve seen and used the command before, but I&amp;rsquo;ve never really seen any use of the &lt;em&gt;show ip protocols&lt;/em&gt; command until tonight while reading up for my ROUTE test.  There&amp;rsquo;s a lot of good information in the output, and, from the way the book is reading, this is a great candidate for use in a lab question.&lt;/p&gt;&#xA;&lt;p&gt;To check it out a bit, I set up a small network with four routers connected only to a single Ethernet segment.  I set up one router to run EIGRP, OSPF, and BGP to each one of the other routers just so I could see the output for the different routing protocols.  Here&amp;rsquo;s what puked out after struggling with GNS for a few minutes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Renesys Analysis of SuproNet Announcement Debacle</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2009/02/renesys-analysis-of-supronet-announcement-debacle/</link>
      <pubDate>Wed, 18 Feb 2009 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2009/02/renesys-analysis-of-supronet-announcement-debacle/</guid>
      <description>&lt;p&gt;Earl Zmijewski of &lt;a href=&#34;http://www.renesys.com/&#34; title=&#34;Renesys.com -- Renesys Corporation&#34;&gt;Renesys&lt;/a&gt; has &lt;a href=&#34;http://www.renesys.com/blog/2009/02/the-flap-heard-around-the-worl.shtml&#34; title=&#34;Renesys.com -- Reckless Driving on the Internet&#34;&gt;an analysis of the SuproNet incident&lt;/a&gt; that took down a good bit of the Internet on Monday.  From the &lt;a href=&#34;http://www.renesys.com/blog/&#34; title=&#34;Renesys.com -- Renesys Blog&#34;&gt;blog&lt;/a&gt;:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;This single Czech provider announcing a single prefix caused a huge increase in the global rate of updates, peaking at 107,780 updates &lt;em&gt;per-second&lt;/em&gt;. This peak occurred at 16:30:54 UTC, less than 8 minutes after the first announcement.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ACLs and HSRP, BGP, OSPF, VRRP, GLBP...</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2008/06/acls-and-hsrp-bgp-ospf-vrrp-glbp/</link>
      <pubDate>Thu, 12 Jun 2008 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2008/06/acls-and-hsrp-bgp-ospf-vrrp-glbp/</guid>
      <description>&lt;p&gt;Here&amp;rsquo;s a handy list of ACL entries to allow your devices to speak routing protocols, availability protocols, and some other stuff. We&amp;rsquo;ll assume you have ACL 101 applied to your Ethernet inbound; your Ethernet has an IP of 192.168.0.1.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;BGP : Runs on TCP/179 between the neighbors&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;code&gt;access-list 101 permit tcp any host 192.168.0.1 eq 179&lt;/code&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;EIGRP : Runs on its own protocol number from the source interface IP to the multicast address of 224.0.0.10&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;code&gt;access-list 101 permit eigrp any host 224.0.0.10&lt;/code&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
