 




<?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>TechStop &#187; IPv6</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/techstop/tag/ipv6/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/techstop</link>
	<description></description>
	<lastBuildDate>Tue, 26 Feb 2013 16:47:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>IPv6 Example 1 – Private IPs</title>
		<link>http://itknowledgeexchange.techtarget.com/techstop/ipv6-example-1-%e2%80%93-private-ips/</link>
		<comments>http://itknowledgeexchange.techtarget.com/techstop/ipv6-example-1-%e2%80%93-private-ips/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 23:34:05 +0000</pubDate>
		<dc:creator>Joshua Wood</dc:creator>
				<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Private IPv6]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/techstop/?p=152</guid>
		<description><![CDATA[IPv6 Example 1 – Private IPs Hi all, so in the last post I discussed a need for some barebones examples. Mostly in the context of IPv6 day and the interest that will have generated. In this blog post I want to go through a really basic example of a private IPv6 address and how [...]]]></description>
				<content:encoded><![CDATA[<p>IPv6 Example 1 – Private IPs</p>
<p>Hi all, so in the last post I discussed a need for some barebones examples. Mostly in the context of IPv6 day and the interest that will have generated. In this blog post I want to go through a really basic example of a private IPv6 address and how to use it on a Cisco router.</p>
<p>The first thing that you will need is a private IPv6 IP. These are somewhat pointless when looked at from the typical world of IPv4 where they were needed in order to stave off exhaustion but they have their purpose. One such purpose is just what we are doing here, testing. You can get one <a href="http://www.simpledns.com/private-ipv6.aspx">here</a>. A website that gives a very brief explanation of IPv6 as well as an easy way to generate private IPv6 IPs.</p>
<p>Once you have that you need two routing devices for our example. Anything that can successfully run IPv6 will do which should be all current routers or layer 3 switches. Once you have your routers setup with a cable between two ports here is where the configuring starts. </p>
<p>In the Cisco world you need to turn on IPv6 routing. Yes, depending on your IOS version it doesn’t come turned on by default. Whether this was a security feature or a resource feature I don’t know but in order to turn IPv6 on you use the command “ipv6 unicast-routing”. This effectively activates the ability to use IPv6 in your router.</p>
<p>Now the next part is pretty simple … you assign the IPs. You use the slightly modified command “ipv6 address XX/XX” in order to assign your IPv6 address to the interface. Just below is my configuration on R2 or my two router setup.</p>
<p>R2#sh run int fa0/0<br />
interface FastEthernet0/0<br />
 no ip address<br />
 duplex auto<br />
 speed auto<br />
 ipv6 address FD34:41B7:DFE:78FF::1/64</p>
<p>As you can see there isn’t much to it. And here is R1.</p>
<p>R1#sh run int fa0/0<br />
interface FastEthernet0/0<br />
 no ip address<br />
 duplex auto<br />
 speed auto<br />
 ipv6 address FD34:41B7:DFE:78FF::2/64<br />
 ipv6 address FD34:41B7:DFE:78FF::3/64</p>
<p>And a ping from R1 to R2</p>
<p>R1#ping ipv6 FD34:41B7:DFE:78FF::1</p>
<p>Type escape sequence to abort.<br />
Sending 5, 100-byte ICMP Echos to FD34:41B7:DFE:78FF::1, timeout is 2 seconds:<br />
!!!!!<br />
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/13/32 ms</p>
<p>Now R1 has something that might be different for some people. It has two IPs but doesn’t have the secondary command. This is new IPv6 and is much easier than the traditional need for the secondary command.</p>
<p>Hopefully that was useful and hopefully I can get some feedback on these short how-tos so that I can include information that people request.</p>
<p>Until next time,<br />
TechStop (JW)</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/techstop/ipv6-example-1-%e2%80%93-private-ips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv6 Guide of Guides</title>
		<link>http://itknowledgeexchange.techtarget.com/techstop/ipv6-guide-of-guides/</link>
		<comments>http://itknowledgeexchange.techtarget.com/techstop/ipv6-guide-of-guides/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 23:05:56 +0000</pubDate>
		<dc:creator>Joshua Wood</dc:creator>
				<category><![CDATA[6DISS]]></category>
		<category><![CDATA[6Net]]></category>
		<category><![CDATA[IPv6]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/techstop/ipv6-guide-of-guides/</guid>
		<description><![CDATA[Hi all, well the IPv6 day came and went and that left many thinking about why they don’t run IPv6 and when they will need to convert. The religious mantra of IPv6 is just starting since most requests for IPv4 IPs are just now running into trouble. With all of the hype surrounding IPv6 there [...]]]></description>
				<content:encoded><![CDATA[<p>Hi all, well the IPv6 day came and went and that left many thinking about why they don’t run IPv6 and when they will need to convert. The religious mantra of IPv6 is just starting since most requests for IPv4 IPs are just now running into trouble. With all of the hype surrounding IPv6 there doesn’t seem to be many practical application, sample configurations or barebones examples of IPv6 that someone could pick up and use. </p>
<p>In order to slowly fill that need here are a couple of links for resources that are deep wells of information. Over the following months I hope to add to this in a digestible manner. Check back soon.</p>
<p>6Net Guide: Very through but may be a bit old. That doesn’t make any less relevant.</p>
<p>http://www.6net.org/book/deployment-guide.pdf</p>
<p>IPv6DISS: Some older newsletters and information around IPv6</p>
<p>http://www.6diss.org/publications/index.html</p>
<p>Until next time,<br />
TechStop (JW)</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/techstop/ipv6-guide-of-guides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
