657 lines
42 KiB
HTML
657 lines
42 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="reference" />
|
|
<meta name="DC.Title" content="DHCP options lookup" />
|
|
<meta name="abstract" content="DHCP has many configuration options that can be sent to the client when they request information from the DHCP server. You can use a lookup tool that describes all of the DHCP options." />
|
|
<meta name="description" content="DHCP has many configuration options that can be sent to the client when they request information from the DHCP server. You can use a lookup tool that describes all of the DHCP options." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakgconceptparent.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="http://www.rfc-editor.org/rfc/rfc2132.txt" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakgplanningdemands.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzakgconceptoptions" />
|
|
<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>DHCP options lookup</title>
|
|
</head>
|
|
<body id="rzakgconceptoptions"><a name="rzakgconceptoptions"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">DHCP options lookup</h1>
|
|
<div><p>DHCP has many configuration options that can be sent to the client
|
|
when they request information from the DHCP server. You can use a lookup tool
|
|
that describes all of the DHCP options.</p>
|
|
<div class="section"><p>DHCP options define additional configuration data that the DHCP
|
|
server passes along to clients in addition to an IP address. Typical options
|
|
include subnet mask, domain name, router IP addresses, domain name server
|
|
IP addresses, and static routes.</p>
|
|
<div class="p">Standard DHCP options, based on definitions
|
|
in RFC 2132: DHCP Options and BOOTP Vendor Extensions are described in the
|
|
following table. You might also configure customized options using the DHCP <span class="uicontrol">Options</span> page
|
|
in iSeries™ Navigator.
|
|
<div class="tablenoborder"><!-- Link to dynamic table -->
|
|
<SCRIPT language="Javascript" type="text/javascript" src="../rzahg/iccommon.js"></SCRIPT>
|
|
<SCRIPT language="Javascript" type="text/javascript">
|
|
//<![CDATA[
|
|
//Do not split up the following string. Keep it on one line.
|
|
var textA = "<p>To easily compare and sort the data in this table, use the <a href='rzakgconceptoptions.xml'>interactive table<\/a>.<\/p>";
|
|
if (isIE5) {
|
|
document.writeln(textA);
|
|
}
|
|
//]]>
|
|
</SCRIPT>
|
|
<!-- End of link to dynamic table --><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><caption>Table 1. </caption><thead align="left"><tr valign="bottom"><th valign="bottom" width="11.224489795918368%" id="d0e37">Option number</th>
|
|
<th valign="bottom" width="17.346938775510203%" id="d0e39">Option</th>
|
|
<th valign="bottom" width="71.42857142857143%" id="d0e41">Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">1</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Subnet mask</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The subnet mask option specifies the client's subnet
|
|
mask as per RFC 950. If both the subnet mask and the router option are specified
|
|
in a DHCP reply, the subnet mask option must be first.<p>The code for the
|
|
subnet mask option is 1, and its length is 4 octets.</p>
|
|
<br /><img src="rzakg530.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">2</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Time offset</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The time offset field specifies the offset of the client's
|
|
subnet in seconds from Coordinated Universal Time (UTC). The offset is expressed
|
|
as a two's complement 32-bit integer. A positive offset indicates a location
|
|
east of the zero meridian and a negative offset indicates a location west
|
|
of the zero meridian.<p>The code for the time offset option is 2, and its
|
|
length is 4 octets.</p>
|
|
<br /><img src="rzakg531.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">3</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Router</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The router option specifies a list of IP addresses for
|
|
routers on the client's subnet. Routers should be listed in order of preference.<p>The
|
|
code for the router option is 3. The minimum length for the router option
|
|
is 4 octets, and the length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg511.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">4</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Time server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The time server option specifies a list of RFC 868 time
|
|
servers available to the client. Servers should be listed in order of preference.<p>The
|
|
code for the time server option is 4. The minimum length for this option is
|
|
4 octets, and the length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg512.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">5</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Name server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The name server option specifies a list of IEN 116 name
|
|
servers available to the client. Servers should be listed in order of preference.<p>The
|
|
code for the name server option is 5. The minimum length for this option is
|
|
4 octets, and the length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg513.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">6</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Domain Name Server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The domain name server option specifies a list of Domain
|
|
Name System (STD 13, RFC 1035) name servers available to the client. Servers
|
|
should be listed in order of preference.<p>The code for the domain name server
|
|
option is 6. The minimum length for this option is 4 octets, and the length
|
|
must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg514.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">7</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Log server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The log server option specifies a list of MIT-LCS UDP
|
|
log servers available to the client. Servers should be listed in order of
|
|
preference.<p>The code for the log server option is 7. The minimum length
|
|
for this option is 4 octets, and the length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg515.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">8</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Cookie server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The cookie server option specifies a list of RFC 865
|
|
cookie servers available to the client. Servers should be listed in order
|
|
of preference.<p>The code for the cookie server option is 8. The minimum length
|
|
for this option is 4 octets, and the length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg516.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">9</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">LPR server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The LPR server option specifies a list of RFC 1179 line
|
|
printer servers available to the client. Servers should be listed in order
|
|
of preference.<p>The code for the LPR server option is 9. The minimum length
|
|
for this option is 4 octets, and the length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg517.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">10</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Impress server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The Impress server option specifies a list of Imagen
|
|
Impress servers available to the client. Servers should be listed in order
|
|
of preference.<p>The code for the Impress server option is 10. The minimum
|
|
length for this option is 4 octets, and the length must always be a multiple
|
|
of 4.</p>
|
|
<br /><img src="rzakg518.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">11</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Resource location server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies a list of RFC 887 Resource Location
|
|
servers available to the client. Servers should be listed in order of preference.<p>The
|
|
code for this option is 11. The minimum length for this option is 4 octets,
|
|
and the length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg519.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">12</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Host name</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the name of the client. The name
|
|
might or might not be qualified with the local domain name (see section 3.17
|
|
for the preferred way to retrieve the domain name). See RFC 1035 for character
|
|
set restrictions.<p>The code for this option is 12, and its minimum length
|
|
is 1.</p>
|
|
<br /><img src="rzakg520.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">13</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Boot file size</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the length in 512-octet blocks
|
|
of the default boot image for the client. The file length is specified as
|
|
an unsigned 16-bit integer.<p>The code for this option is 13, and its length
|
|
is 2.</p>
|
|
<br /><img src="rzakg541.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">14</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Merit dump file</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the path-name of a file to which
|
|
the client's core image should be dumped in the event the client crashes.
|
|
The path is formatted as a character string consisting of characters from
|
|
the NVT ASCII character set.<p>The code for this option is 14. Its minimum
|
|
length is 1.</p>
|
|
<br /><img src="rzakg521.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">15</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Domain name</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the domain name that client should
|
|
use when resolving hostnames through the Domain Name System.<p>The code for
|
|
this option is 15. Its minimum length is 1.</p>
|
|
<br /><img src="rzakg522.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">16</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Swap server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This specifies the IP address of the client's swap server.<p>The
|
|
code for this option is 16, and its length is 4.</p>
|
|
<br /><img src="rzakg523.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">17</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Root path</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the path-name that contains the
|
|
client's root disk. The path is formatted as a character string consisting
|
|
of characters from the NVT ASCII character set.<p>The code for this option
|
|
is 17. Its minimum length is 1.</p>
|
|
<br /><img src="rzakg524.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">18</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Extensions path</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">A string to specify a file, retrievable via TFTP, which
|
|
contains information which can be interpreted in the same way as the 64-octet
|
|
vendor-extension field within the BOOTP response, with the following exceptions: <ul><li>The length of the file is unconstrained</li>
|
|
<li>All references to Tag 18 (that is, instances of the BOOTP
|
|
Extensions Path field) within the file are ignored.</li>
|
|
</ul>
|
|
<p>The code for this option is 18. Its minimum length is 1.</p>
|
|
<br /><img src="rzakg525.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">19</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">IP forwarding</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies whether the client should configure
|
|
its IP layer for packet forwarding. A value of 0 means disable IP forwarding,
|
|
and a value of 1 means enable IP forwarding.<p>The code for this option is
|
|
19, and its length is 1.</p>
|
|
<br /><img src="rzakg544.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">20</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Non-Local source routing</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies whether the client should configure
|
|
its IP layer to allow forwarding of datagrams with non-local source routes.
|
|
A value of 0 means disallow forwarding of such datagrams, and a value of 1
|
|
means allow forwarding.<p>The code for this option is 20, and its length is
|
|
1.</p>
|
|
<br /><img src="rzakg545.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">21</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Policy filter</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies policy filters for non-local source
|
|
routing. The filters consist of a list of IP addresses and masks which specify
|
|
destination/mask pairs with which to filter incoming source routes.<p>Any
|
|
source routed datagram whose next-hop address does not match one of the filters
|
|
should be discarded by the client.</p>
|
|
<p>The code for this option is 21. The
|
|
minimum length of this option is 8, and the length must be a multiple of 8.</p>
|
|
<br /><img src="rzakg510.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">22</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Maximum datagram reassembly size</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the maximum size datagram that
|
|
the client should be prepared to reassemble. The size is specified as a 16-bit
|
|
unsigned integer. The minimum value legal value is 576.<p>The code for this
|
|
option is 22, and its length is 2.</p>
|
|
<br /><img src="rzakg542.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">23</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Default IP time to live</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the default time-to-live that
|
|
the client should use on outgoing datagrams. The TTL is specified as an octet
|
|
with a value between 1 and 255.<p>The code for this option is 23, and its
|
|
length is 1.</p>
|
|
<br /><img src="rzakg546.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">24</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Path MTU aging timeout</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the timeout (in seconds) to use
|
|
when aging Path MTU values discovered by the mechanism defined in RFC 1191.
|
|
The timeout is specified as a 32-bit unsigned integer.<p>The code for this
|
|
option is 24, and its length is 4.</p>
|
|
<br /><img src="rzakg532.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">25</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Path MTU plateau table</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies a table of MTU sizes to use when
|
|
performing Path MTU Discovery as defined in RFC 1191. The table is formatted
|
|
as a list of 16-bit unsigned integers, ordered from smallest to largest. The
|
|
minimum MTU value cannot be smaller than 68.<p>The code for this option is
|
|
25. Its minimum length is 2, and the length must be a multiple of 2.</p>
|
|
<br /><img src="rzakg526.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">26</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Interface MTU</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the MTU to use on this interface.
|
|
The MTU is specified as a 16-bit unsigned integer. The minimum legal value
|
|
for the MTU is 68.<p>The code for this option is 26, and its length is 2.</p>
|
|
<br /><img src="rzakg543.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">27</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">All subnets are local</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies whether the client can assume
|
|
that all subnets of the IP network to which the client is connected use the
|
|
same MTU as the subnet of that network to which the client is directly connected.
|
|
A value of 1 indicates that all subnets share the same MTU. A value of 0 means
|
|
that the client should assume that some subnets of the directly connected
|
|
network might have smaller MTUs.<p>The code for this option is 27, and its
|
|
length is 1.</p>
|
|
<br /><img src="rzakg547.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">28</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Broadcast address</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the broadcast address in use on
|
|
the client's subnet. Legal values for broadcast addresses are specified in
|
|
section 3.2.1.3 of RFC 2132.<p>The code for this option is 28, and its length
|
|
is 4.</p>
|
|
<br /><img src="rzakg533.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">29</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Perform mask discovery</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies whether the client should perform
|
|
subnet mask discovery using ICMP. A value of 0 indicates that the client should
|
|
not perform mask discovery. A value of 1 means that the client should perform
|
|
mask discovery.<p>The code for this option is 29, and its length is 1.</p>
|
|
<br /><img src="rzakg548.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">30</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Mask supplier</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies whether the client should respond
|
|
to subnet mask requests using ICMP. A value of 0 indicates that the client
|
|
should not respond. A value of 1 means that the client should respond.<p>The
|
|
code for this option is 30, and its length is 1.</p>
|
|
<br /><img src="rzakg549.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">31</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Perform router discovery</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies whether the client should solicit
|
|
routers using the Router Discovery mechanism defined in RFC 1256. A value
|
|
of 0 indicates that the client should not perform router discovery. A value
|
|
of 1 means that the client should perform router discovery.<p>The code for
|
|
this option is 31, and its length is 1.</p>
|
|
<br /><img src="rzakg550.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">32</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Router solicitation address option</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the address to which the client
|
|
should transmit router solicitation requests.<p>The code for this option is
|
|
32, and its length is 4.</p>
|
|
<br /><img src="rzakg534.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">33</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Static route</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies a list of static routes that the
|
|
client should install in its routing cache. If multiple routes to the same
|
|
destination are specified, they are listed in descending order of priority.<p>The
|
|
routes consist of a list of IP address pairs. The first address is the destination
|
|
address, and the second address is the router for the destination.</p>
|
|
<p>The
|
|
default route (0.0.0.0) is an illegal destination for a static route.</p>
|
|
<p>The
|
|
code for this option is 33. The minimum length of this option is 8, and the
|
|
length must be a multiple of 8.</p>
|
|
<br /><img src="rzakg509.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">34</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Trailer encapsulation</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies whether the client should negotiate
|
|
the use of trailers (RFC 893) when using the ARP protocol. A value of 0 indicates
|
|
that the client should not attempt to use trailers. A value of 1 means that
|
|
the client should attempt to use trailers.<p>The code for this option is 34,
|
|
and its length is 1.</p>
|
|
<br /><img src="rzakg573.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">35</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">ARP cache timeout</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the timeout in seconds for ARP
|
|
cache entries. The time is specified as a 32-bit unsigned integer.<p>The code
|
|
for this option is 35, and its length is 4.</p>
|
|
<br /><img src="rzakg535.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">36</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Ethernet encapsulation</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies whether the client should use
|
|
Ethernet Version 2 (RFC 894) or IEEE 802.3 (RFC 1042) encapsulation if the
|
|
interface is an Ethernet. A value of 0 indicates that the client should use
|
|
RFC 894 encapsulation. A value of 1 means that the client should use RFC 1042
|
|
encapsulation.<p>The code for this option is 36, and its length is 1.</p>
|
|
<br /><img src="rzakg551.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">37</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">TCP default TTL</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the default TTL that the client
|
|
should use when sending TCP segments. The value is represented as an 8-bit
|
|
unsigned integer. The minimum value is 1.<p>The code for this option is 37,
|
|
and its length is 1.</p>
|
|
<br /><img src="rzakg552.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">38</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">TCP keep-alive interval</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the interval (in seconds) that
|
|
the client TCP should wait before sending a keepalive message on a TCP connection.
|
|
The time is specified as a 32-bit unsigned integer. A value of zero indicates
|
|
that the client should not generate keepalive messages on connections unless
|
|
specifically requested by an application.<p>The code for this option is 38,
|
|
and its length is 4.</p>
|
|
<br /><img src="rzakg536.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">39</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">TCP keep-alive garbage</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the whether the client should
|
|
send TCP keepalive messages with a octet of garbage for compatibility with
|
|
older implementations. A value of 0 indicates that a garbage octet should
|
|
not be sent. A value of 1 indicates that a garbage octet should be sent.<p>The
|
|
code for this option is 39, and its length is 1.</p>
|
|
<br /><img src="rzakg553.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">40</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Network information service domain</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the name of the client's NIS domain.
|
|
The domain is formatted as a character string consisting of characters from
|
|
the NVT ASCII character set.<p>The code for this option is 40. Its minimum
|
|
length is 1.</p>
|
|
<br /><img src="rzakg540.gif" alt="" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">41</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Network information servers</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies a list of IP addresses indicating
|
|
NIS servers available to the client. Servers should be listed in order of
|
|
preference.<p>The code for this option is 41. Its minimum length is 4, and
|
|
the length must be a multiple of 4.</p>
|
|
<br /><img src="rzakg556.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">42</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Network time protocol servers option</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies a list of IP addresses indicating
|
|
NTP servers available to the client. Servers should be listed in order of
|
|
preference.<p>The code for this option is 42. Its minimum length is 4, and
|
|
the length must be a multiple of 4.</p>
|
|
<br /><img src="rzakg557.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">44</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">NetBIOS over TCP/IP name server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The NetBIOS name server (NBNS) option specifies a list
|
|
of RFC 1001/1002 NBNS name servers listed in order of preference.<p>The code
|
|
for this option is 44. The minimum length of the option is 4 octets, and the
|
|
length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg558.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">45</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">NetBIOS over TCP/IP datagram distribution server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The NetBIOS datagram distribution server (NBDD) option
|
|
specifies a list of RFC 1001/1002 NBDD servers listed in order of preference.<p>The
|
|
code for this option is 45. The minimum length of the option is 4 octets,
|
|
and the length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg559.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">46</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">NetBIOS over TCP/IP node type</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The NetBIOS node type option allows NetBIOS over TCP/IP
|
|
clients which are configurable to be configured as described in RFC 1001/1002.
|
|
The value is specified as a single octet which identifies the client type
|
|
as follows:<br /><img src="rzakg554.gif" /><br /><p>In the
|
|
above chart, the notation '0x' indicates a number in base-16 (hexadecimal).</p>
|
|
<p>The
|
|
code for this option is 46. The length of this option is always 1.</p>
|
|
<br /><img src="rzakg555.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">47</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">NetBIOS over TCP/IP scope</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The NetBIOS scope option specifies the NetBIOS over
|
|
TCP/IP scope parameter for the client as specified in RFC 1001/1002.<p>The
|
|
code for this option is 47. The minimum length of this option is 1.</p>
|
|
<br /><img src="rzakg528.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">48</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">X Window System Font server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies a list of X Window System Font
|
|
servers available to the client. Servers should be listed in order of preference.<p>The
|
|
code for this option is 48. The minimum length of this option is 4 octets,
|
|
and the length must be a multiple of 4.</p>
|
|
<br /><img src="rzakg560.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">49</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">X Window System display manager</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies a list of IP addresses of systems
|
|
that are running the X Window System Display Manager and are available to
|
|
the client.<p>Addresses should be listed in order of preference.</p>
|
|
<p>The
|
|
code for the this option is 49. The minimum length of this option is 4, and
|
|
the length must be a multiple of 4.</p>
|
|
<br /><img src="rzakg561.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">51</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">IP address lease time</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option is used in a client request (DHCPDISCOVER
|
|
or DHCPREQUEST) to allow the client to request a lease time for the IP address.
|
|
In a server reply (DHCPOFFER), a DHCP server uses this option to specify the
|
|
lease time it is willing to offer.<p>The time is in units of seconds, and
|
|
is specified as a 32-bit unsigned integer.</p>
|
|
<p>The code for this option
|
|
is 51, and its length is 4.</p>
|
|
<br /><img src="rzakg537.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">58</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Renewal (T1) time value</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the time interval from address
|
|
assignment until the client transitions to the RENEWING state.<p>The value
|
|
is in units of seconds, and is specified as a 32-bit unsigned integer.</p>
|
|
<p>The
|
|
code for this option is 58, and its length is 4.</p>
|
|
<br /><img src="rzakg538.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">59</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Rebinding (T2) time value option</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the time interval from address
|
|
assignment until the client transitions to the REBINDING state.<p>The value
|
|
is in units of seconds, and is specified as a 32-bit unsigned integer.</p>
|
|
<p>The
|
|
code for this option is 59, and its length is 4.</p>
|
|
<br /><img src="rzakg539.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">62</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">NetWare/IP domain name</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">Specifies the Netware/IP domain name.</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">63</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">NetWare/IP</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">Specifies the NetWare sub-options you want. The range
|
|
is 1 to 255. Use option 62 to specify the NetWare/IP domain name.</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">64</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">NIS domain name</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies the name of the client's NIS+
|
|
domain. The domain is formatted as a character string consisting of characters
|
|
from the NVT ASCII character set.<p>The code for this option is 64. Its minimum
|
|
length is 1.</p>
|
|
<br /><img src="rzakg527.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">65</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">NIS servers</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 "><p>This option specifies a list of IP addresses indicating
|
|
NIS+ servers available to the client. Servers should be listed in order of
|
|
preference.</p>
|
|
<p>The code for this option is 65. Its minimum length is 4,
|
|
and the length must be a multiple of 4.</p>
|
|
<br /><img src="rzakg562.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">66</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Server name</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option is used to identify a TFTP server when the
|
|
'sname' field in the DHCP header has been used for DHCP options.<p>The code
|
|
for this option is 66, and its minimum length is 1.</p>
|
|
<br /><img src="rzakg571.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">67</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Boot file name</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option is used to identify a bootfile when the
|
|
'file' field in the DHCP header has been used for DHCP options.<p>The code
|
|
for this option is 67, and its minimum length is 1.</p>
|
|
<br /><img src="rzakg572.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">68</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Home address</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">This option specifies a list of IP addresses indicating
|
|
mobile IP home agents available to the client. Agents should be listed in
|
|
order of preference.<p>The code for this option is 68. Its minimum length
|
|
is 0 (indicating no home agents are available) and the length must be a multiple
|
|
of 4. It is expected that the usual length will be four octets, containing
|
|
a single home agent's address.</p>
|
|
<br /><img src="rzakg529.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">69</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">SMTP servers</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The SMTP server option specifies a list of SMTP servers
|
|
available to the client. Servers should be listed in order of preference.<p>The
|
|
code for the SMTP server option is 69. The minimum length for this option
|
|
is 4 octets, and the length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg563.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">70</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">POP3 server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 "><p>The POP3 server option specifies a list of POP3 available
|
|
to the client. Servers should be listed in order of preference.</p>
|
|
<p>The
|
|
code for the POP3 server option is 70. The minimum length for this option
|
|
is 4 octets, and the length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg564.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">71</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">NNTP server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The NNTP server option specifies a list of NNTP available
|
|
to the client. Servers should be listed in order of preference.<p>The code
|
|
for the NNTP server option is 71. The minimum length for this option is 4
|
|
octets, and the length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg565.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">72</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">WWW server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The WWW server option specifies a list of WWW available
|
|
to the client. Servers should be listed in order of preference.<p>The code
|
|
for the WWW server option is 72. The minimum length for this option is 4 octets,
|
|
and the length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg566.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">73</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Finger server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The Finger server option specifies a list of Finger
|
|
available to the client. Servers should be listed in order of preference.<p>The
|
|
code for the Finger server option is 73. The minimum length for this option
|
|
is 4 octets, and the length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg567.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">74</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">IRC server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The IRC server option specifies a list of IRC available
|
|
to the client. Servers should be listed in order of preference.<p>The code
|
|
for the IRC server option is 74. The minimum length for this option is 4 octets,
|
|
and the length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg568.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">75</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">StreetTalk server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The StreetTalk server option specifies a list of StreetTalk
|
|
servers available to the client. Servers should be listed in order of preference.<p>The
|
|
code for the StreetTalk server option is 75. The minimum length for this option
|
|
is 4 octets, and the length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg569.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">76</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">STDA server</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">The StreetTalk Directory Assistance (STDA) server option
|
|
specifies a list of STDA servers available to the client. Servers should be
|
|
listed in order of preference.<p>The code for the StreetTalk Directory Assistance
|
|
server option is 76. The minimum length for this option is 4 octets, and the
|
|
length must always be a multiple of 4.</p>
|
|
<br /><img src="rzakg570.gif" /><br /></td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">77</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">User class</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">Specifies the class name of which the host is a member.
|
|
You must have previously defined this class to the DHCP server during DHCP
|
|
server configuration.</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">78</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Directory agent</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">Specifies the IP address of the directory agent if clients
|
|
use Service Location Protocol to transact messages.</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">79</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Service scope</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">Specifies the scope of the directory agent that uses
|
|
Service Location Protocol to respond to service request messages.</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.224489795918368%" headers="d0e37 ">80</td>
|
|
<td valign="top" width="17.346938775510203%" headers="d0e39 ">Naming authority</td>
|
|
<td valign="top" width="71.42857142857143%" headers="d0e41 ">Specifies the naming authority for the directory agent
|
|
if clients use Service Location Protocol to transact messages. The naming
|
|
authority specifies the syntax for schemes that are used in URLs.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakgconceptparent.htm" title="DHCP interacts with clients and works in a network.">DHCP concepts</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzakgplanningdemands.htm" title="You can plan for most of the DHCP setup by looking at your network topology, the devices on the network (for example, routers), and how you want to support your clients in DHCP.">Network topology considerations</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="http://www.rfc-editor.org/rfc/rfc2132.txt" target="_blank">http://www.rfc-editor.org/rfc/rfc2132.txt</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|