<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Route on Aaron&#39;s Worthless Words</title>
    <link>https://38a8db03.aww-3cz.pages.dev/categories/route/</link>
    <description>Recent content in Route on Aaron&#39;s Worthless Words</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 10 Jul 2014 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://38a8db03.aww-3cz.pages.dev/categories/route/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Summary Post - OSPF Network Statement Order and Matching</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2014/07/summary-post-ospf-network-statement-order-and-matching/</link>
      <pubDate>Thu, 10 Jul 2014 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2014/07/summary-post-ospf-network-statement-order-and-matching/</guid>
      <description>&lt;p&gt;When you configure OSPF network statements, IOS orders them most-specific to least-specific then does a top-to-bottom match of the interfaces. It doesn&amp;rsquo;t matter which order you put them in, the configuration will always be ordered with the longest prefix matches first.  Lab time!&lt;/p&gt;&#xA;&lt;p&gt;I have router R1 with these interfaces.&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;R1#sh ip int brief&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Interface                  IP-Address      OK? Method Status                Protocol&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;FastEthernet0/0            10.0.0.1        YES manual up                    up&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;FastEthernet0/1            unassigned      YES unset  administratively down down&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Loopback100                10.0.101.1      YES manual up                    up&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Loopback200                10.2.101.1      YES manual up                    up&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s add the OSPF configuration where 10.0.0.0/8 is in area 2 then check what OSPF thinks is happening.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Advertising a Default Route Into EIGRP</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2014/07/advertising-a-default-route-into-eigrp/</link>
      <pubDate>Sun, 06 Jul 2014 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2014/07/advertising-a-default-route-into-eigrp/</guid>
      <description>&lt;p&gt;Let&amp;rsquo;s get an IPv4 default route into EIGRP.  There are a few methods to do it.  I hate most of them, though.  I think it will be obvious which one I like.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s the lab I have set up to test everything.  I want R4 to generate the default in each case.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://38a8db03.aww-3cz.pages.dev/posts/2014/07/advertising-a-default-route-into-eigrp/images/topology-300x176.svg&#34; alt=&#34;topology&#34; loading=&#34;lazy&#34;&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Default Network&lt;/strong&gt; - Candidate default.  I don&amp;rsquo;t think I&amp;rsquo;ve ever used that all my years in networking, but here&amp;rsquo;s how to use it in EIGRP for a default route.  You basically say &amp;ldquo;If you don&amp;rsquo;t know where to send a packet, send it to where network &lt;em&gt;X&lt;/em&gt; lives.&amp;rdquo;  We&amp;rsquo;re going to set the 192.168.1.0/24 as the default network, so, in our case X = 192.168.1.0. R4 will tag that route as a default candidate when it advertises it to the rest of the network.  The config is easy but requires a classful (yes, classful) network to be configured as the default.&lt;/p&gt;</description>
    </item>
    <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>OSPF and Loopback Interfaces</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2011/07/ospf-and-loopback-interfaces/</link>
      <pubDate>Sun, 31 Jul 2011 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2011/07/ospf-and-loopback-interfaces/</guid>
      <description>&lt;p&gt;I was studying via Google+ Hangout the other day with &lt;a href=&#34;https://plus.google.com/111171425909122797357/posts&#34;&gt;CJ&lt;/a&gt; and &lt;a href=&#34;https://plus.google.com/108174404544807661420/about&#34;&gt;Rob&lt;/a&gt;, and one of the topics that came up was that OSPFv2 advertises all loopbacks as 32-bit no matter what the configured mask is.  I rarely use loopbacks outside of a lab and had no idea it did that, so I set up a quick lab to see for myself.  Sure enough!  That&amp;rsquo;s exactly what I saw.&lt;/p&gt;&#xA;&lt;p&gt;Of course, being the inquisitive network guys that we are, we went on to discuss methods for making OSPF advertise the configured network instead of the single IP.  The guys mentioned two methods - to redistribute the connected interfaces and to manually set the OSPF network type on the loopback.  We were using IPv4 during the session, but I went back and added some IPv6 addresses and processes to compare.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Routing IPv6 with BGP - The Basics</title>
      <link>https://38a8db03.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://38a8db03.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>OSPFv3 - The Basics</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2011/02/ospfv3-the-basics/</link>
      <pubDate>Tue, 01 Feb 2011 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2011/02/ospfv3-the-basics/</guid>
      <description>&lt;p&gt;A few hours ago, the last of the IPv4 addresses were allocated by IANA.  Now&amp;rsquo;s the time to learn more about IPv6!  Yesterday, I posted about &lt;a href=&#34;http://aconaway.com/2011/01/30/eigrp-for-ipv6-the-basics/&#34;&gt;EIGRP for IPv6&lt;/a&gt;, so I think I&amp;rsquo;ll continue the trend by introducing OSPFv3, which is the IPv6 implementation of OSPF.  As always, I&amp;rsquo;m using Cisco routers here.  Just as yesterday, this is just a guide to the absolutely basics; if you want to do some funky OSPF magic, you won&amp;rsquo;t find it here - perhaps in time, though.&lt;/p&gt;</description>
    </item>
    <item>
      <title>EIGRP for IPv6 - The Basics</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2011/01/eigrp-for-ipv6-the-basics/</link>
      <pubDate>Mon, 31 Jan 2011 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2011/01/eigrp-for-ipv6-the-basics/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m not going to &lt;a href=&#34;http://packetlife.net/blog/2010/dec/13/blog-examples-going-ipv6-next-year/&#34;&gt;go all out&lt;/a&gt; like Jeremy over at Packetlife.net has, but I&amp;rsquo;m going to start to discuss a few IPv6 topics.  In time (like &lt;a href=&#34;http://www.potaroo.net/tools/ipv4/&#34;&gt;in September when APNIC runs out of IPv4 addresses&lt;/a&gt;), I&amp;rsquo;m sure I&amp;rsquo;ll ramp up the IPv6 talk, but let&amp;rsquo;s start easy and get EIGRP for IPv6 up and running.  &lt;/p&gt;&#xA;&lt;h3 id=&#34;configuration&#34;&gt;Configuration&lt;/h3&gt;&#xA;&lt;p&gt;There are quite a few differences between EIGRP for IPv6 (yes, that&amp;rsquo;s an official name) and the IPv4 version.  First of all, all IPv6 routing is disabled by default on a Cisco router, so, if you&amp;rsquo;re doing any routing in IPv6, you&amp;rsquo;ll want to enable it or risk smashing your head into the desk trying to figure out what&amp;rsquo;s going on.&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 - Epic Win!</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/07/route-epic-win/</link>
      <pubDate>Mon, 19 Jul 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/07/route-epic-win/</guid>
      <description>&lt;p&gt;Woohoo!  I passed the ROUTE test this morning.  That means I&amp;rsquo;m done with the CCNP track!  :)&lt;/p&gt;&#xA;&lt;p&gt;If you remember, &lt;a href=&#34;http://aconaway.com/2010/07/07/route-epic-fail-1/&#34;&gt;I took it over a week ago&lt;/a&gt; and had some bad luck on it.  Alright, bad luck is the wrong phrase.  I didn&amp;rsquo;t study enough and failed it.  This time, though, I had a special weapon on my side - &lt;a href=&#34;http://www.ciscopress.com/bookstore/product.asp?isbn=9781587058820&#34;&gt;the ROUTE Foundations book&lt;/a&gt;.  I haven&amp;rsquo;t used the Foundations books before, but, I saw some tweets about this one, so I picked it up off of Safari.  In just a couple pages, I realized that I was reading the answers to several questions directly out of the book.  It was amazing.  I only studied my weak points and wound up with 144 more points than I did last time.  I can&amp;rsquo;t say that was entirely because of the book, but I must say it was a big reason.&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 - Epic Fail (#1?)</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/07/route-epic-fail-1/</link>
      <pubDate>Thu, 08 Jul 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/07/route-epic-fail-1/</guid>
      <description>&lt;p&gt;I took the ROUTE test today and failed like I usually do.  That makes me 3-4 on these P-level tests if you&amp;rsquo;re scoring at home.  Don&amp;rsquo;t worry, though.  I&amp;rsquo;m not giving up.  :)&lt;/p&gt;&#xA;&lt;p&gt;In atypical fashion, I must say that the ROUTE test was a good test.  Let me say that again.  The ROUTE test was a good test.  I said good, though&amp;hellip;not great.  There were a few problems with it that I&amp;rsquo;ll get to, but, overall, this is the best test I&amp;rsquo;ve ever taken for a Cisco cert.  The questions were very well-written and there were no obvious omissions or wrong details.  I failed this test because I simply didn&amp;rsquo;t put in enough work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ROUTE Notes - Controlling BGP</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/07/route-notes-controlling-bgp/</link>
      <pubDate>Tue, 06 Jul 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.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>ROUTE Notes - Branch Office Routing</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/07/route-notes-branch-office-routing/</link>
      <pubDate>Mon, 05 Jul 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/07/route-notes-branch-office-routing/</guid>
      <description>&lt;p&gt;Corrigeme, por favor.&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;What do IPSec tunnels give you when a branch office is on a broadband connection?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Privacy through encryption Authentication of the remote peer through ISAKMP Delivery of private data over the public Internet&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What do you need to configure to get your branch router talking to the Internet?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;ISP connection configuration such as PPPoE or PPPoA DHCP server configuration for internal users NAT Firewall services like inspection and filtering&lt;/p&gt;</description>
    </item>
    <item>
      <title>ROUTE Notes - Implementing IPv6 in an IPv4 Network</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/07/route-notes-implementing-ipv6-in-an-ipv4-network/</link>
      <pubDate>Sun, 04 Jul 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/07/route-notes-implementing-ipv6-in-an-ipv4-network/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Study Questions&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Your boss says that ever host in the network needs to be converted over to IPv6 by the end of the day.  Which of multipoint tunnels, point-to-point tunnels, or native IPv6 would be the most appropriate to use to help with that conversion?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Native IPv6&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The engineering department wants to permanently use IPv6 on their test boxes in two offices.  Which of multipoint tunnels, point-to-point tunnels, or native IPv6 would be the most appropriate to use?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Point-to-point tunnels&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 - Intro to IPv6</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-intro-to-ipv6/</link>
      <pubDate>Tue, 29 Jun 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-intro-to-ipv6/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Study Notes&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Exactly how big is an IPv6 address?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;It&amp;rsquo;s 128 bits long.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;This shouldn&amp;rsquo;t be on the test, but how many unique addresses is that?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;That&amp;rsquo;s 2^128 or a &amp;ldquo;3&amp;rdquo; with 38 zeros after it.  That&amp;rsquo;s also 2^95 addresses for each person on earth.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Surely we&amp;rsquo;re not writing in binary, are we?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;No way.  IPv6 uses 32 hex characters.  Each character is 4 bits, so we wind up with 128 bits of data.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ROUTE Notes - PBR and IP SLA</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-pbr-and-ip-sla/</link>
      <pubDate>Thu, 24 Jun 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-pbr-and-ip-sla/</guid>
      <description>&lt;p&gt;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&amp;rsquo;s the most primitive way to get traffic destined to a single host to use a different path than your dynamic IGP dictates?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Use a static route.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What&amp;rsquo;s the most primitive way to get traffic sourced from a single host to use a different path than your dynamic IGP dictates?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Use policy-based routing (PBR).&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What&amp;rsquo;s the most primitive way to get traffic sourced from a single host and destined for another host to use a different path than your dynamic IGP dictates?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Use PBR.&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 Notes - OSPF Virtual Links and Frame Relay Stuff</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-ospf-virtual-links-and-frame-relay-stuff/</link>
      <pubDate>Mon, 21 Jun 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-ospf-virtual-links-and-frame-relay-stuff/</guid>
      <description>&lt;p&gt;Feel free to correct.  I feel like I&amp;rsquo;m missing a big piece here, so please fill in a gap if you see one.  Thanks.  :)&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;How many area 0s (zero) can you have in an OSPF implementation&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Just one.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;If my company merges with another company, and we&amp;rsquo;re both running OSPF, how can we get our networks routing together properly?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The easiest thing to do is to connect your two area 0s together through some physical link.  If you can, you can use virtual links to connect an ABR to another ABR to extend the zones together.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ROUTE Notes - OSPF Filtering and Summarization</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-ospf-filtering-and-summarization/</link>
      <pubDate>Sun, 20 Jun 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-ospf-filtering-and-summarization/</guid>
      <description>&lt;p&gt;Feel free to correct all this stuff.  Additions are also welcome.&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;How do I keep an area route from reaching a router in that area?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You don’t.  That defeats the whole purpose of having the topology database on every router.  If you filtered one route from a router, there’s no way that SPF could calculate routes correctly.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Fine, then.  Where do I filter routes?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You filter routes on an ABR or ASBR.  Since routers only have the whole topology for their area, it’s safe to filter routes from another area or from a redistributed routing protocol.  On a more technical note, you’re filtering type-3 LSAs on an ABR and type-5 LSAs on an ASBR.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ROUTE Notes - OSPF Neighbor Relationships</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-ospf-neighbor-relationships/</link>
      <pubDate>Fri, 18 Jun 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-ospf-neighbor-relationships/</guid>
      <description>&lt;p&gt;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 are the definitions of the hello and dead intervals?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The hello intervals is how often a router sends hello messages.  The dead interval is how long to wait before considering a neighbor dead from lack of hello messages; this is 4x the hello interval by default.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;How do you keep OSPF from trying to detect neighbors on an interface?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Don’t configure a &lt;em&gt;network&lt;/em&gt; statement for that interface Make that interface passive&lt;/p&gt;</description>
    </item>
    <item>
      <title>ROUTE Notes - Controlling Routes in EIGRP</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-controlling-routes-in-eigr/</link>
      <pubDate>Thu, 17 Jun 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-controlling-routes-in-eigr/</guid>
      <description>&lt;p&gt;Corrections welcome.&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;Why would you ever want to summarize routes?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Summarizing routes minimizes the routes advertised to the network.  For example, instead of advertising 192.168.0.0/24, 192.168.1.0/24…192.168.n.0/24, a router can advertise a single route to 192.168.0.0/16.  Keeping routing tables small saves hardware resources, minimizes convergence times, helps avoid route flapping, and makes the routing table easier to read for humans.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;When will an EIGRP router auto-summarize a route?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;If a router has interfaces that that are in different classes of network (Class A, B, C), then that router will auto-summarize those routes up to the classful boundary.  For example, if you have a 10.0.0.1/24 and a 192.168.100.1/30, the router will advertise 10.0.0.0/8 and 192.168.100.0/24.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ROUTE Notes - EIGRP Neighbor Relationships</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-eigrp-neighbor-relationships/</link>
      <pubDate>Thu, 17 Jun 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-eigrp-neighbor-relationships/</guid>
      <description>&lt;p&gt;Or neighborships, as they call it in the book.  What a terrible word.&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 settings must match between two routers in order to become EIGRP neighbors?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Both routers must be in the same primary subnet Both routers must be configured to use the same k-values Both routers must in the same AS Both routers must have the same authentication configuration (within reason) The interfaces facing each other must not be passive&lt;/p&gt;</description>
    </item>
    <item>
      <title>ROUTE Notes - EIGRP Topology Stuff</title>
      <link>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-eigrp-topology-stuff/</link>
      <pubDate>Thu, 17 Jun 2010 00:00:00 +0000</pubDate>
      <guid>https://38a8db03.aww-3cz.pages.dev/posts/2010/06/route-notes-eigrp-topology-stuff/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Study Questions&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;How do you keep EIGRP from killing your WAN?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You can use the &lt;em&gt;ip bandwidth-percent eigrp AS X&lt;/em&gt; command to limit the amount of bandwidth that EIGRP uses to update neighbors.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;How does EIGRP calculate how much bandwidth it can use for each frame relay PVC?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;By default, EIGRP takes 50% of the (sub)interface&amp;rsquo;s configured bandwidth (with the &lt;em&gt;bandwidth&lt;/em&gt; command) to use for updates on NBMA (non-broadcast mutliaccess) networks like frame relay.  This value is divided equally among all the PVC configured on that interface.&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>
