55 lines
3.6 KiB
HTML
55 lines
3.6 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="Stateless address autoconfiguration" />
|
|||
|
<meta name="abstract" content="Stateless address autoconfiguration automates some of the network administrator's tasks. " />
|
|||
|
<meta name="description" content="Stateless address autoconfiguration automates some of the network administrator's tasks. " />
|
|||
|
<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="ipv6autoconfig" />
|
|||
|
<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>Stateless address autoconfiguration</title>
|
|||
|
</head>
|
|||
|
<body id="ipv6autoconfig"><a name="ipv6autoconfig"><!-- --></a>
|
|||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|||
|
<h1 class="topictitle1">Stateless address autoconfiguration</h1>
|
|||
|
<div><p>Stateless address autoconfiguration automates some of the network
|
|||
|
administrator's tasks. </p>
|
|||
|
<p><img src="./delta.gif" alt="Start of change" />Stateless address autoconfiguration is the process
|
|||
|
that IPv6 nodes (hosts or routers) use to automatically configure IPv6 addresses
|
|||
|
for interfaces. The node builds various IPv6 addresses by combining an address
|
|||
|
prefix with either an identifier derived from the MAC address of the node
|
|||
|
or a user-specified interface identifier. The prefixes include the link-local
|
|||
|
prefix (<samp class="codeph">fe80::/10</samp>) and prefixes of length 64 advertised by
|
|||
|
local IPv6 routers (if any exist). <img src="./deltaend.gif" alt="End of change" /></p>
|
|||
|
<p>The node performs duplicate address detection to verify the uniqueness
|
|||
|
of the address before assigning it to an interface. The node sends out a
|
|||
|
neighbor solicitation query to the new address and waits for a response. If
|
|||
|
the node does not receive a response, then the address is assumed to be unique.
|
|||
|
If the node receives a response in the form of a neighbor advertisement, the
|
|||
|
address is already in use. If a node determines that its tentative IPv6 address
|
|||
|
is not unique, then autoconfiguration stops and manual configuration of the
|
|||
|
interface is required.</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>
|