blob: ee689d30b1e23c4efed14c36cbf46b331e4804cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
<table class="head">
<tr>
<td class="head-ltitle">EUI64(5)</td>
<td class="head-vol">File Formats Manual</td>
<td class="head-rtitle">EUI64(5)</td>
</tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">eui64</code> — <span class="Nd">IEEE
EUI-64 address database</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The <code class="Nm">eui64</code> database contains information
regarding known IEEE EUI-64s of hosts. The data is stored in a file called
<span class="Pa">/etc/eui64</span> in the following format:</p>
<div class="Bd Pp
Bd-indent"><a class="permalink" href="#EUI-64"><i class="Em" id="EUI-64">EUI-64
host-name</i></a></div>
<p class="Pp">Items are separated by any number of blanks and/or tab characters.
A ‘<code class="Li">#</code>’ at the start of a line indicates
the beginning of a comment that extends to the end of the line. Valid lines
may also contain comments. A ‘<code class="Li">+</code>’ at
the start of a line will cause the <a class="Xr">eui64(3)</a> library
functions to use data stored in the NIS <span class="Pa">eui64.byname</span>
and <span class="Pa">eui64.byid</span> maps in addition to the data in the
<span class="Pa">/etc/eui64</span> file.</p>
<p class="Pp">An EUI-64 is expressed in ASCII form as
"x-x-x-x-x-x-x-x" where <var class="Ar">x</var> is a hexadecimal
value between 0x00 and 0xFF. The address values should be in network order.
Hostnames specified in the <span class="Pa">/etc/eui64</span> database
should correspond to entries in the <a class="Xr">hosts(5)</a> file.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1>
<dl class="Bl-tag Bl-compact">
<dt><span class="Pa">/etc/eui64</span></dt>
<dd>The <code class="Nm">eui64</code> file resides in
<span class="Pa">/etc</span>.</dd>
</dl>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
<p class="Pp"><a class="Xr">eui64(3)</a>, <a class="Xr">yp(8)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">The <code class="Nm">eui64</code> format is based on the
<a class="Xr">ethers(5)</a> format.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">May 11, 2004</td>
<td class="foot-os">FreeBSD 15.0</td>
</tr>
</table>
|