68 lines
4.3 KiB
HTML
68 lines
4.3 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="Neighbor discovery" />
|
||
|
<meta name="abstract" content="Neighbor discovery allows hosts and routers to communicate with one another." />
|
||
|
<meta name="description" content="Neighbor discovery allows hosts and routers to communicate with one another." />
|
||
|
<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="ipv6neighdisc" />
|
||
|
<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>Neighbor discovery</title>
|
||
|
</head>
|
||
|
<body id="ipv6neighdisc"><a name="ipv6neighdisc"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Neighbor discovery</h1>
|
||
|
<div><p>Neighbor discovery allows hosts and routers to communicate with
|
||
|
one another.</p>
|
||
|
<div class="p">Neighbor discovery functions are used by IPv6 nodes (hosts or routers)
|
||
|
to discover the presence of other IPv6 nodes, to determine the link-layer
|
||
|
addresses of nodes, to find routers that are capable of forwarding IPv6 packets,
|
||
|
and to maintain a cache of active IPv6 neighbors. IPv6 nodes use these five
|
||
|
Internet Control Message Protocol version 6 (ICMPv6) messages to communicate
|
||
|
with other nodes: <dl class="dlexpand"><dt class="dltermexpand">Router solicitation</dt>
|
||
|
<dd>Hosts send these messages to request routers to generate router advertisements.
|
||
|
A host sends an initial router solicitation when the host first becomes available
|
||
|
on the network.</dd>
|
||
|
<dt class="dltermexpand"><img src="./delta.gif" alt="Start of change" />Router advertisement<img src="./deltaend.gif" alt="End of change" /></dt>
|
||
|
<dd>Routers send these messages either periodically or in response to a router
|
||
|
solicitation. The information provided by router advertisements is used by
|
||
|
hosts to automatically create global interfaces, and associated routes. Router
|
||
|
advertisements also contain other configuration information used by a host
|
||
|
such as maximum transmission unit and hop limit.</dd>
|
||
|
<dt class="dltermexpand">Neighbor solicitation</dt>
|
||
|
<dd>Nodes send these messages to determine the link-layer address of a neighbor,
|
||
|
or to verify that a neighbor is still reachable.</dd>
|
||
|
<dt class="dltermexpand">Neighbor advertisement</dt>
|
||
|
<dd>Nodes send these messages in response to a neighbor solicitation or as
|
||
|
an unsolicited message to announce an address change.</dd>
|
||
|
<dt class="dltermexpand">Redirect</dt>
|
||
|
<dd>Routers use these messages to inform hosts of a better first hop for a
|
||
|
destination.</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<p>See RFC 2461 for more information about neighbor discovery and router discovery.
|
||
|
To view RFC 2461, see <a href="http://www.rfc-editor.org/rfcsearch.html" target="_blank">RFC Editor</a> (www.rfc-editor.org/rfcsearch.html) <img src="www.gif" alt="Link outside Information Center" />.</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>
|