<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ipv6 on Aaron&#39;s Worthless Words</title>
    <link>https://a996c8ee.aww-3cz.pages.dev/tags/ipv6/</link>
    <description>Recent content in Ipv6 on Aaron&#39;s Worthless Words</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 31 Jul 2011 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://a996c8ee.aww-3cz.pages.dev/tags/ipv6/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>OSPF and Loopback Interfaces</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/07/ospf-and-loopback-interfaces/</link>
      <pubDate>Sun, 31 Jul 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.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>Some Exercises with IPv6 ACLs</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/04/some-exercises-with-ipv6-acls/</link>
      <pubDate>Fri, 15 Apr 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/04/some-exercises-with-ipv6-acls/</guid>
      <description>&lt;p&gt;ACLs in IPv6 aren&amp;rsquo;t that different from what you&amp;rsquo;re used to dealing with in the IPv4 world.  You create a list of denies and permits for use with some other structure like filtering, PBR, and all sorts of other stuff.  Let&amp;rsquo;s take a look at building an ACL and filtering traffic with it.&lt;/p&gt;&#xA;&lt;p&gt;For those playing at home, here&amp;rsquo;s the setup I used to generate the configs and get the output.  Execute some click action for the whole thing.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Configuring an IPv6 Tunnel with Hurricane Electric</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/03/configuring-an-ipv6-tunnel-with-hurricane-electric/</link>
      <pubDate>Thu, 31 Mar 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/03/configuring-an-ipv6-tunnel-with-hurricane-electric/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://aconaway.com/wp-content/uploads/2011/03/Hurricane-Earl_noaa-300x195.jpg&#34;&gt;&lt;img src=&#34;images/Hurricane-Earl_noaa-300x195-150x150.jpg&#34; alt=&#34;&#34; loading=&#34;lazy&#34; title=&#34;Hurricane Earl_noaa-300x195&#34;&gt;&#xA;&lt;/a&gt;My ISP at home is great.  I have infinite bandwidth because they have no idea how to do any rate limiting.  Heck, they&amp;rsquo;re not even skilled enough to know that I have several public IP addresses from their DHCP server.  That means, though, that they&amp;rsquo;re not ready for IPv6.  They&amp;rsquo;ve ignored my emails and support tickets asking about their deployment strategy, so I gave up and looked at turning up a tunnel with a broker.  I chose &lt;a href=&#34;http://www.tunnelbroker.net/&#34;&gt;Hurricane Electric&lt;/a&gt; for no particular reason; they were just the first ones I found.  The setup was super-easy and works flawlessly.&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>OSPFv3 - The Basics</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/02/ospfv3-the-basics/</link>
      <pubDate>Tue, 01 Feb 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.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://a996c8ee.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://a996c8ee.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>ROUTE Notes - Implementing IPv6 in an IPv4 Network</title>
      <link>https://a996c8ee.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://a996c8ee.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://a996c8ee.aww-3cz.pages.dev/posts/2010/06/route-notes-routing-ipv6/</link>
      <pubDate>Wed, 30 Jun 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.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://a996c8ee.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://a996c8ee.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>
  </channel>
</rss>
