65 lines
4.3 KiB
HTML
65 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="Bootstrap Protocol" />
|
|
<meta name="abstract" content="Bootstrap Protocol (BOOTP) provides a dynamic method for associating workstations with servers. It also provides a dynamic method for assigning workstation Internet Protocol (IP) addresses and initial program load (IPL) sources." />
|
|
<meta name="description" content="Bootstrap Protocol (BOOTP) provides a dynamic method for associating workstations with servers. It also provides a dynamic method for assigning workstation Internet Protocol (IP) addresses and initial program load (IPL) sources." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal4printingme.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal4configuring.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal4modifying.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal4workbootptable.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2000, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2000, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="overview" />
|
|
<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>Bootstrap Protocol</title>
|
|
</head>
|
|
<body id="overview"><a name="overview"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Bootstrap Protocol</h1>
|
|
<div><p>Bootstrap Protocol (BOOTP) provides a dynamic method for associating
|
|
workstations with servers. It also provides a dynamic method for assigning
|
|
workstation Internet Protocol (IP) addresses and initial program load (IPL)
|
|
sources.</p>
|
|
<p>BOOTP is a TCP/IP protocol. It allows a client to find its IP address and
|
|
the name of a load file from a server on the network. A client uses BOOTP
|
|
to find this information without intervention from the user of the client.</p>
|
|
<p>The BOOTP server listens on the well-known BOOTP server port 67, which
|
|
Dynamic Host Configuration Protocol (DHCP) also uses. Because of this, BOOTP
|
|
and DHCP cannot operate at the same time on the same system (DHCP is the preferred
|
|
method for supporting BOOTP clients). When the server receives a client request,
|
|
it looks up the IP address for the client and returns a reply to that client.
|
|
This reply contains both the IP address of the client and the name of the
|
|
load file. The client then initiates a Trivial File Transfer Protocol (TFTP)
|
|
request to the server for the load file.</p>
|
|
<p>You can work with BOOTP server properties through <a href="../rzaj2/rzaj2overview.htm">iSeries™ Navigator</a>. </p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzal4printingme.htm">Printable PDF</a></strong><br />
|
|
Use this to view and print a PDF of this information.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal4configuring.htm">Configure the BOOTP server</a></strong><br />
|
|
<span>Use the Configure TCP/IP BOOTP (CFGTCPBP) command to configure
|
|
the BOOTP server. </span></li>
|
|
<li class="ulchildlink"><strong><a href="rzal4modifying.htm">Change BOOTP attributes</a></strong><br />
|
|
You can change BOOTP attributes.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal4workbootptable.htm">Work with the BOOTP table</a></strong><br />
|
|
The administrator uses the Work with BOOTP Table display to add, change, remove, or display an entry in the BOOTP table.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |