<?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>Little home</title>
	<atom:link href="http://xavierds.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://xavierds.com</link>
	<description></description>
	<lastBuildDate>Mon, 17 Oct 2011 15:38:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IPv6 and the modified EUI-64</title>
		<link>http://xavierds.com/2011/10/ipv6_and_the_eui-64/</link>
		<comments>http://xavierds.com/2011/10/ipv6_and_the_eui-64/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 15:37:36 +0000</pubDate>
		<dc:creator>xavierds</dc:creator>
				<category><![CDATA[IPv6]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[EUI-64]]></category>

		<guid isPermaLink="false">http://xavierds.com/?p=49</guid>
		<description><![CDATA[In my studies to being prepared to obtain the CCNP, I&#8217;ve been surprised by the quantity of materials on internet who are mistaken on a little detail about the generation of the IPv6 address when they show how to build &#8230;<p class="read-more"><a href="http://xavierds.com/2011/10/ipv6_and_the_eui-64/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>In my studies to being prepared to obtain the CCNP, I&#8217;ve been surprised by the quantity of materials on internet who are mistaken on a little detail about the generation of the IPv6 address when they show how to build and EUI-64 address.</p>
<p>The last 64 bits of and IPv6 address could be formed as a modified EUI-64 in the link-local and global address.</p>
<p>So as the normal transformation of a MAC (48 bits) into a EUI-64 you add right into the middle, between the company and vendor id &#8220;FF:FE&#8221;. The oversight come just after, where they forget to explain than also the Local/Global bit (7º) should be marked as a 1. With this, it would be easier to know if it&#8217;s or not an auto-generated address.</p>
<p>You can find more information about it in <a href="http://tools.ietf.org/html/rfc5342">http://tools.ietf.org/html/rfc5342</a> <a href="http://tools.ietf.org/html/rfc4291">http://tools.ietf.org/html/rfc4291</a>  and <a href="http://en.wikipedia.org/wiki/IPv6_address">http://en.wikipedia.org/wiki/IPv6_address</a></p>
<p>After an ifconfig you should be able to see something like this on your computer</p>
<pre>eth0      Link encap:Ethernet  HWaddr 00:19:bb:d1:f0:2d
          inet6 addr: fe80::219:bbff:fed1:f02d/64 Scope:Link</pre>
<p>So now we are going to transform our MAC address into the last 64 bits as you could see above.</p>
<p><span class="Apple-style-span" style="line-height: 18px;">1. Adding fffe between the company and vendor id.</span></p>
<blockquote>
<p style="text-align: justify;">00:19:bb:d1:f0:2d  <strong>-&gt;</strong> 00:19:bb:ff:fe:d1:f0:2d</p>
</blockquote>
<p>2. Changing the Local/Global bit to one</p>
<blockquote><p>00 in hexadecimal is 0000 0000 in binary and we need to change the seventh one.</p>
<p>0000 0010 <strong>-&gt;</strong> 02</p></blockquote>
<p>3. Converting the address into the IPv6 format</p>
<blockquote><p>02:19:bb:ff:fe:d1:f0:2d <strong>-&gt;</strong> 219:bbff:fed1:f02d</p></blockquote>
<p>I hope it help you <img src='http://xavierds.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://xavierds.com/2011/10/ipv6_and_the_eui-64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

