<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Redistribution on Aaron&#39;s Worthless Words</title>
    <link>https://38a8db03.aww-3cz.pages.dev/tags/redistribution/</link>
    <description>Recent content in Redistribution on Aaron&#39;s Worthless Words</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 19 Jun 2014 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://38a8db03.aww-3cz.pages.dev/tags/redistribution/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>EIGRP Redistribution - Default Metrics of Connected and Static Routes</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2014/06/eigrp-redistribution-default-metrics-of-connected-and-static-routes/</link>
      <pubDate>Thu, 19 Jun 2014 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2014/06/eigrp-redistribution-default-metrics-of-connected-and-static-routes/</guid>
      <description>&lt;p&gt;I wanted to do some analysis of the EIGRP topology table last night, so I fired up a small lab. I was especially interested in how external routes appear there and compare to internal entries. Like all good scientific endeavors, the whole thing got derailed when I made a realization.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s the lab I set up. You can ignore the IPv6 info for this exercise.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://38a8db03.aww-3cz.pages.dev/posts/2014/06/eigrp-redistribution-default-metrics-of-connected-and-static-routes/images/eigrp1-300x198.svg&#34; alt=&#34;eigrp1&#34; loading=&#34;lazy&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s a simple little thing.  All the networks you see are included in EIGRP 100 for simplicity.  I limited the network statements to 192.0.2.0/24 to keep my options open. I went ahead and added Loopback100 on R3 with an address of 3.3.3.3/32 and added a &lt;em&gt;redistribute&lt;/em&gt; &lt;em&gt;connected&lt;/em&gt; with a route-map to get the route out in the wild.  Here&amp;rsquo;s what I had.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redistribution Notes - AD Manipulation</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2011/06/redistribution-notes-ad-manipulation/</link>
      <pubDate>Wed, 22 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2011/06/redistribution-notes-ad-manipulation/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;Manipulating administrative distance (AD) is another way to help with a mutual redistribution scenario.&lt;/li&gt;&#xA;&lt;li&gt;EIGRPs has different ADs for internal and external (redistributed) routes&lt;/li&gt;&#xA;&lt;li&gt;OSPF and RIP have the same AD no matter where the route orginated.&lt;/li&gt;&#xA;&lt;li&gt;This means that routes redistributed into OSPF may be used instead of a local RIP route.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;AD 110 (OSPF) beats 120 (RIP) every time.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;The &lt;em&gt;distance&lt;/em&gt; subcommand allows you to change the AD on specific routes from specific neighbors.&lt;/li&gt;&#xA;&lt;li&gt;This example changes the AD of the route to 10.0.0.0/16 advertised from 1.1.1.1 to 121.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;This will make this router prefer a RIP route to the same destination.&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;ip access-list standard RIP-ROUTES&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; permit 10.0.0.0 0.255.255.0&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;!&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;router ospf 1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; distance 121 1.1.1.1 0.0.0.0 RIP-ROUTES&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;– Corrections are encouraged.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redistribution Notes - Tagging</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2011/06/redistribution-notes-tagging/</link>
      <pubDate>Mon, 20 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2011/06/redistribution-notes-tagging/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;Tagging provides a way to mark common or similar routes to manipulate later.&lt;/li&gt;&#xA;&lt;li&gt;In redistribution scenarios with mutual redistribution on two different routers, any routes that gets redistributed from one route process to another are tagged.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;When the other router sees those tags on the route, that route to keep from adding non-optimal routes to its routing table.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Tags can also be used to do other manipulation such as setting higher metrics or changing ADs.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;OSPF&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tagging External Routes in EIGRP</title>
      <link>https://38a8db03.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://38a8db03.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://38a8db03.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://38a8db03.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 - Even More IGP Redistribution</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/07/route-notes-even-more-igp-redistribution/</link>
      <pubDate>Sat, 17 Jul 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/07/route-notes-even-more-igp-redistribution/</guid>
      <description>&lt;p&gt;I didn&amp;rsquo;t do so well on IGP redistribution the last time out, so here&amp;rsquo;s some more stuff to study.  As always, feel free to correct.&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;What three things are needed to be able to redistribute one routing protocol into another?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;1. One or more links into each routing protocol 2. A proper, working config for each protocol 3. The addition of the &lt;em&gt;redistribute&lt;/em&gt; command to one or more of the protocols&lt;/p&gt;</description>
    </item>
    <item>
      <title>ROUTE Notes - Routing IPv6</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-routing-ipv6/</link>
      <pubDate>Wed, 30 Jun 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-routing-ipv6/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Study Questions&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Why would anyone develop a version of RIP that supports IPv6?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;I have no idea.  Boredom, maybe.  Whatever the case, it works just like RIPv2, which is pretty scary.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;In EIGRP for IPv4, there are several requirements for two routers to neighbor up.  Which of those is not true for EIGRP for IPv6?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The two routers don&amp;rsquo;t need to be in the same subnet.  The concept of the link local address takes care of that need since neighbors always share a common medium like an Ethernet segment or a serial link.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ROUTE Notes - More IGP Redistribution</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-more-igp-redistribution/</link>
      <pubDate>Wed, 23 Jun 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-more-igp-redistribution/</guid>
      <description>&lt;p&gt;As always, feel free to correct.&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;When a router redistributes from one routing protocol to another, where does the router get the list of routes to redistribute?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;From the routing table.  Only IGP A&amp;rsquo;s routes (not topology or successors) are redistributed into IGP B&amp;rsquo;s domain.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What are two methods of filtering redistributed routes?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Use a &lt;em&gt;route-map&lt;/em&gt; in the &lt;em&gt;redistribute&lt;/em&gt; line or a &lt;em&gt;distribute-list&lt;/em&gt;.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Of the two methods for filtering, which one has more options?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The route-map method has more options.  You can match on all sorts of stuff, including an ACL or interface, and filter based on that.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ROUTE Notes - IGP Redistribution</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-igp-redistribution/</link>
      <pubDate>Tue, 22 Jun 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-igp-redistribution/</guid>
      <description>&lt;p&gt;As always, feel free to correct.&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;When you redistribute OSPF into EIGRP, what are you really redistributing?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Routes knows via OSPF Networks of OSPF-enabled interfaces&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What&amp;rsquo;s the default cost of an EIGRP route redistributed into OSPF?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;20&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What&amp;rsquo;s the default metric of an OSPF route redistributed into EIGRP?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;There is none since EIGRP has all those nifty k-values that have to be processed.  Routes actually won&amp;rsquo;t redistribute without them.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ROUTE - Redistribution Nuance #2 - OSPF External Metric Types</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-redistribution-nuance-2-ospf-external-metric-types/</link>
      <pubDate>Sun, 06 Jun 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-redistribution-nuance-2-ospf-external-metric-types/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://aconaway.com/2010/05/24/route-redistribution-nuance-1/&#34;&gt;Last time&lt;/a&gt;, we talked about a nifty little lab I set up for redistribution and how the OSPF ASBRs acted a little differently than I expected.  This time, let&amp;rsquo;s look at how changing external OSPF routes to a metric-type of 1 (E1) affects the routing tables.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s the network again.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://aconaway.com/wp-content/uploads/2010/05/redist21.png&#34;&gt;&lt;img src=&#34;https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-redistribution-nuance-2-ospf-external-metric-types/images/redist21-300x138.svg&#34; alt=&#34;&#34; loading=&#34;lazy&#34; title=&#34;Redistribution&#34;&gt;&#xA;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The static routes are being redistributed into their respective IGPs, and EIGRP is being redistributed into OSPF.  Let&amp;rsquo;s look at the routing table on R1.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ROUTE - Redistribution Nuance #1 - Admin Distance FTW</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/05/route-redistribution-nuance-1/</link>
      <pubDate>Mon, 24 May 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/05/route-redistribution-nuance-1/</guid>
      <description>&lt;p&gt;I just got back from Global Knowledge&amp;rsquo;s ROUTE class, and I must say that it was a great class.  John Barnes puts on quite the show and is the best instructor I&amp;rsquo;ve ever had.  I digress, though.&lt;/p&gt;&#xA;&lt;p&gt;One of the topics we covered was route redistribution, so I went back to the hotel one night and fired off this network in GNS3 to study a bit.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://aconaway.com/wp-content/uploads/2010/05/redist21.png&#34;&gt;&lt;img src=&#34;https://38a8db03.aww-3cz.pages.dev/posts/2010/05/route-redistribution-nuance-1/images/redist21-300x138.svg&#34; alt=&#34;&#34; loading=&#34;lazy&#34; title=&#34;Redistribution&#34;&gt;&#xA;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The object was to see how redistributing statics into OSPF and into EIGRP differ.  It was also an opportunity to see how EIGRP redistributes into OSPF (and OSPF into EIGRP, but I didn&amp;rsquo;t make it that far).  To do that, I redistributed 10.10.10.0/24 from R1 into OSPF and 10.10.20.0/24 from R4 into EIGRP.  I then had R2 and R5 redistribute all EIGRP routes into OSPF.  It&amp;rsquo;s a nice mix, but I saw some weirdness in the paths to 10.10.20.0/24.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
