Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > a412ceb851151854794ced2a242192bb > files > 1870

howto-html-fr-20080722-1mdv2010.0.noarch.rpm

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>1. 
Afficher le voisinage en utilisant "ip"
  </title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
<link rel="start" href="index.html" title="
HOWTO IPv6 Linux (fr)
 ">
<link rel="up" href="ch08.html" title="Chapitre 8. 
La découverte de voisinage
 ">
<link rel="prev" href="ch08.html" title="Chapitre 8. 
La découverte de voisinage
 ">
<link rel="next" href="ch08s02.html" title='2. 
Manipuler la table de voisinage en utilisant "ip"
  '>
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">1. 
Afficher le voisinage en utilisant "ip"
  </th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="ch08.html">Précédent</a> </td>
<th width="60%" align="center">Chapitre 8. 
La découverte de voisinage
 </th>
<td width="20%" align="right"> <a accesskey="n" href="ch08s02.html">Suivant</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="sect1" lang="fr">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="id2540206"></a>1. 
Afficher le voisinage en utilisant "ip"
  </h2></div></div></div>
<p>
Avec la commande qui suit vous pouvez afficher les voisins IPv6 appris ou configurés
  </p>
<pre class="programlisting">
# ip -6 neigh show [dev &lt;périphérique&gt;]

  </pre>
<p>
L'exemple suivant montre un voisin, qui est un routeur pouvant être atteint
  </p>
<pre class="programlisting">
# ip -6 neigh show
fe80::201:23ff:fe45:6789 dev eth0 lladdr 00:01:23:45:67:89 router nud reachable

  </pre>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="ch08.html">Précédent</a> </td>
<td width="20%" align="center"><a accesskey="u" href="ch08.html">Niveau supérieur</a></td>
<td width="40%" align="right"> <a accesskey="n" href="ch08s02.html">Suivant</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Chapitre 8. 
La découverte de voisinage
  </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Sommaire</a></td>
<td width="40%" align="right" valign="top"> 2. 
Manipuler la table de voisinage en utilisant "ip"
  </td>
</tr>
</table>
</div>
</body>
</html>