(Latest Revision: Fri May 18 04:13 PDT 2007 )

Notes On Chapter Forty-One -- Initialization (Configuration)


  • 41.1 Introduction
  • 41.2 Bootstrapping Protocol Software
  • 41.3 Protocol Parameters
  • 41.4 Protocol Configurations
  • 41.5 Examples of Items That Need To Be Configured
  • 41.6 Configuration From Stable Storage
  • 41.7 The Need To Automate Protocol Configuration
  • 41.8 Methods For Automated Protocol Configuration
  • 41.9 The Address Used To Find An Address
  • 41.10 A Sequence Of Protocols Used During Bootstrap

    1. Broadcast a RARP Request message to obtain an IP address

    2. Wait for a RARP Response message. If none arrives within T1 seconds, return to step 1.

    3. Broadcast an ICMP Address Mask Request message.

    4. Wait for an ICMP Address Mask Response message. If none arrives within T2 seconds, return to step 3.

    5. Use ICMP Gateway Discovery to find the IP address of a default router, and add a default route to the routing table.

  • 41.11 Bootstrap Protocol (BOOTP)

  • 41.12 Dynamic Host Configuration Protocol (DHCP)
  • 41.13 Optimizations in DHCP
  • 41.14 Indirect Server Access Through A Relay
  • 41.15 DHCP Message Format

  • 41.16 DHCP And Domain Names
  • 41.17 Summary