ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzai2_5.4.0.1/rzai2ipv6addrformat.htm

66 lines
4.7 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="IPv6 address formats" />
<meta name="abstract" content="The size and format of the IPv6 address expand addressing capability." />
<meta name="description" content="The size and format of the IPv6 address expand addressing capability." />
<meta name="DC.Relation" scheme="URI" content="rzai2ipv6concepts.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="ipv6addrformat" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>IPv6 address formats</title>
</head>
<body id="ipv6addrformat"><a name="ipv6addrformat"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">IPv6 address formats</h1>
<div><p>The size and format of the IPv6 address expand addressing capability.</p>
<p><img src="./delta.gif" alt="Start of change" />The IPv6 address size is 128 bits. The preferred IPv6 address
representation is: <samp class="codeph">x:x:x:x:x:x:x:x</samp>, where each <samp class="codeph">x</samp> is
the hexadecimal values of the eight 16-bit pieces of the address. IPv6 addresses
range from <samp class="codeph">0000:0000:0000:0000:0000:0000:0000:0000</samp> to <samp class="codeph">ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff</samp>.<img src="./deltaend.gif" alt="End of change" /></p>
<div class="p">In addition to this preferred format, IPv6 addresses might be specified
in two other shortened formats: <dl><dt class="dlterm">Omit leading zeros</dt>
<dd>Specify IPv6 addresses by omitting leading zeros. For example, IPv6 address <samp class="codeph">1050:0000:0000:0000:0005:0600:300c:326b</samp> can
be written as <samp class="codeph">1050:0:0:0:5:600:300c:326b</samp>.</dd>
<dt class="dlterm">Double colon</dt>
<dd>Specify IPv6 addresses by using double colons (<samp class="codeph">::</samp>) in
place of a series of zeros. For example, IPv6 address <samp class="codeph">ff06:0:0:0:0:0:0:c3</samp> can
be written as <samp class="codeph">ff06::c3</samp>. Double colons can be used only once
in an IP address.</dd>
</dl>
</div>
<p>An alternative format for IPv6 addresses combines the colon and dotted
notation, so the IPv4 address can be embedded in the IPv6 address. Hexadecimal
values are specified for the left-most 96 bits, and decimal values are specified
for the right-most 32 bits indicating the embedded IPv4 address. This format
ensures compatibility between IPv6 nodes and IPv4 nodes when you are working
in a mixed network environment.</p>
<p><img src="./delta.gif" alt="Start of change" />IPv4-mapped IPv6 address uses this alternative format. This
type of address is used to represent IPv4 nodes as IPv6 addresses. It allows
IPv6 applications to communicate directly with IPv4 applications. For example, <samp class="codeph">0:0:0:0:0:ffff:192.1.56.10</samp> and <samp class="codeph">::ffff:192.1.56.10/96</samp> (shortened format).<img src="./deltaend.gif" alt="End of change" /></p>
<p><img src="./delta.gif" alt="Start of change" />All of these formats are valid IPv6 address formats. You
can specify these IPv6 address formats in iSeries™ Navigator except IPv4-mapped
IPv6 address.<img src="./deltaend.gif" alt="End of change" /></p>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzai2ipv6concepts.htm" title="Learn basic IPv6 concepts. If you are not sure what the differences are between IPv4 and IPv6, see detailed comparisons, such as how the IPv4 and IPv6 addresses compare to one another, or how IPv4 packet headers differ from IPv6 packet headers.">Concepts: IPv6</a></div>
</div>
</div>
</body>
</html>