Please Whitelist This Site?

I know everyone hates ads. But please understand that I am providing premium content for free that takes hundreds of hours of time to research and write. I don't want to go to a pay-only model like some sites, but when more and more people block ads, I end up working for free. And I have a family to support, just like you. :)

If you like The TCP/IP Guide, please consider the download version. It's priced very economically and you can read all of it in a convenient format without ads.

If you want to use this site for free, I'd be grateful if you could add the site to the whitelist for Adblock. To do so, just open the Adblock menu and select "Disable on tcpipguide.com". Or go to the Tools menu and select "Adblock Plus Preferences...". Then click "Add Filter..." at the bottom, and add this string: "@@||tcpipguide.com^$document". Then just click OK.

Thanks for your understanding!

Sincerely, Charles Kozierok
Author and Publisher, The TCP/IP Guide


NOTE: Using software to mass-download the site degrades the server and is prohibited.
If you want to read The TCP/IP Guide offline, please consider licensing it. Thank you.

The Book is Here... and Now On Sale!

The whole site in one document for easy reference!
The TCP/IP Guide

Custom Search







Table Of Contents  The TCP/IP Guide
 9  TCP/IP Application Layer Protocols, Services and Applications (OSI Layers 5, 6 and 7)
      9  TCP/IP Network Configuration and Management Protocols (BOOTP, DHCP, SNMP and RMON)
           9  Host Configuration and TCP/IP Host Configuration Protocols (BOOTP and DHCP)
                9  TCP/IP Dynamic Host Configuration Protocol (DHCP)
                     9  DHCP Messaging, Message Types and Formats

Previous Topic/Section
DHCP Options, Option Format and "Option Overloading"
Previous Page
Pages in Current Topic/Section
12
3
456
Next Page
DHCP Client/Server Implementation, Features and Issues
Next Topic/Section

Summary Of DHCP Options / BOOTP Vendor Information Fields
(Page 3 of 6)

IP Layer Parameters Per Host

These are parameters that control the operation of IP on a host as a whole (not interface-specific) see Table 193.


Table 193: DHCP/BOOTP Options: IP Layer Parameters Per Host

Code Value

Data Length (bytes)

Name and Description

19

1

IP Forwarding Enable/Disable: A value of 1 turns on IP forwarding (that is, routing) on a client that is capable of that function; a value of 0 turns it off.

20

1

Non-Local Source Routing Enable/Disable Option: A value of 1 tells a client capable of routing to allow forwarding of IP datagrams with non-local source routes. A value of 0 tells the client not to allow this.

See the
source routing IP datagram option for a bit more information on this and option #21 below.

21

Variable (Multiple of 8)

Policy Filter: A set of address/mask pairs used to filter non-local source-routed datagrams.

22

2

Maximum Datagram Reassembly Size: Tells the client the size of the largest datagram that the client should be prepared to reassemble. The minimum value is 576 bytes.

23

1

Default IP Time-To-Live: Specifies the default value that the client should use for the Time To Live field in creating IP datagrams.

24

4

Path MTU Aging Timeout: Specifies the number of seconds the client should use in aging path MTU values determined using Path MTU discovery.

25

Variable (Multiple of 2)

Path MTU Plateau Table: Specifies a table of values to be used in performing path MTU discovery.


IP Layer Parameters Per Interface

These parameters are specific to a particular host interface at the IP level (Table 194)


Table 194: DHCP/BOOTP Options: IP Layer Parameters Per Interface

Code Value

Data Length (bytes)

Name and Description

26

2

Interface MTU: Specifies the maximum transmission unit (MTU) to be used for IP datagrams on this interface. Minimum value is 68.

27

1

All Subnets Are Local: When set to 1, tells the client that it may assume that all subnets of the IP network it is on have the same MTU as its own subnet. When 0, the client must assume that some subnets may have smaller MTUs than the client's subnet.

28

4

Broadcast Address: Tells the client what address it should use for broadcasts on this interface.

29

1

Perform Mask Discovery: A value of 1 tells the client that it should use ICMP to discover a subnet mask on the local subnet. A value of 0 tells the client not to perform this discovery.

30

1

Mask Supplier: Set to 1 to tell the client that it should respond to ICMP subnet mask requests on this interface.

31

1

Perform Router Discovery: A value of 1 tells the client to use the ICMP router discovery process to solicit a local router. A value of 0 tells the client to not do so. Note that DHCP itself can be used to specify one or more local routers using option #3 above.

32

4

Router Solicitation Address: Tells the client the address to use as the destination for router solicitations.

33

Variable (Multiple of 8)

Static Route: Provides the client with a list of static routes it can put into its routing cache. The list consists of a set of IP address pairs; each pair defines a destination and a router to be used to reach the destination.


Previous Topic/Section
DHCP Options, Option Format and "Option Overloading"
Previous Page
Pages in Current Topic/Section
12
3
456
Next Page
DHCP Client/Server Implementation, Features and Issues
Next Topic/Section

If you find The TCP/IP Guide useful, please consider making a small Paypal donation to help the site, using one of the buttons below. You can also donate a custom amount using the far right button (not less than $1 please, or PayPal gets most/all of your money!) In lieu of a larger donation, you may wish to consider purchasing a download license of The TCP/IP Guide. Thanks for your support!
Donate $2
Donate $5
Donate $10
Donate $20
Donate $30
Donate: $



Home - Table Of Contents - Contact Us

The TCP/IP Guide (http://www.TCPIPGuide.com)
Version 3.0 - Version Date: September 20, 2005

© Copyright 2001-2005 Charles M. Kozierok. All Rights Reserved.
Not responsible for any loss resulting from the use of this site.