|
|
This appendix contains DHCP options and BOOTP vendor extensions from the IETF Network Working Group, Request For Comments 2132 publication. It was written by S. Alexander, Silicon Graphics, Inc. and R. Droms, Bucknell University, March 1997.
This appendix also contains the standard Microsoft client options and several tables displaying the options sorted by different categories.
The Dynamic Host Configuration Protocol (DHCP) provides a framework for passing configuration information to hosts on a TCP/IP network. Configuration parameters and other control information are carried in tagged data items that are stored in the options field of the DHCP message. The data items themselves are also called options.
DHCP options have the same format as the BOOTP vendor extensions defined in RFC 1497. Options may be fixed length or variable length. All options begin with a tag octet, which uniquely identifies the option. Fixed-length options without data consist of only a tag octet. Only options 0 and 255 are fixed length. All other options are variable-length with a length octet following the tag octet. The value of the length octet does not include the two octets specifying the tag and length. The length octet is followed by length octets of data. Options containing NVT ASCII data should not include a trailing NULL; however, the receiver of such options must be prepared to delete trailing nulls if they exist. The receiver must not require that a trailing null be included in the data. In the case of some variable-length options, the length field is a constant but must still be specified.
Any options defined subsequent to this document must contain a length octet even if the length is fixed or zero. All multi-octet quantities are in network byte-order.
Except for the options in section 9, all options may be used with either DHCP or BOOTP. Many of these options have their default values specified in other documents. In particular, RFC 1122 [4] specifies default values for most IP and TCP configuration parameters.
Many options supply one or more 32-bit IP address. Use of IP addresses instead of fully qualified Domain Names (FQDNs) may make future renumbering of IP hosts more difficult. Use of these addresses is discouraged at sites that may require renumbering.
When used with BOOTP, the first four octets of the vendor information field have been assigned to the magic cookie (as suggested in RFC 951). This field identifies the mode in which the succeeding data is to be interpreted. The value of the magic cookie is the 4 octet dotted decimal 99.130.83.99 (or hexadecimal number 63.82.53.63) in network byte order.
All of the vendor extensions defined in RFC 1497 are also DHCP options.
Option codes 128 to 254 (decimal) are reserved for site-specific options.
This section lists the vendor extensions as defined in RFC 1497.
This section describes the options that affect the operation of the IP layer on a per-host basis.
The Non-Local Source Routing Enable/Disable 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. The code for this option is 20, and its length is 1.
The Maximum Datagram Reassembly Size 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 legal value is 576. The code for this option is 22, and its length is 2.
The Default IP Time-To-Live 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. The code for this option is 23, and its length is 1.
The Path MTU Aging Timeout 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. The code for this option is 24, and its length is 4.
The Path MTU Plateau Table 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. The code for this option is 25. Its minimum length is 2, and the length must be a multiple of 2.
This section describes the options that affect the operation of the IP layer on a per-interface basis. It is expected that a client can issue multiple requests, one per interface, in order to configure interfaces with their specific parameters.
The Interface MTU 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. The code for this option is 26, and its length is 2.
The All Subnets are Local option specifies whether or not the client may 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 may have smaller MTUs. The code for this option is 27, and its length is 1.
The Broadcast Address option specifies the broadcast address in use on the client's subnet. The code for this option is 28, and its length is 4.
The Perform Mask Discovery option specifies whether or not 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. The code for this option is 29, and its length is 1.
The Mask Supplier option specifies whether or not 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. The code for this option is 30, and its length is 1.
The Perform Router Discovery option specifies whether or not 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. The code for this option is 31, and its length is 1.
The Router Solicitation Address option specifies the address to which the client should transmit router solicitation requests. The code for this option is 32, and its length is 4.
The Static Route 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. 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. The default route (0.0.0.0) is an illegal destination for a static route. The code for this option is 33. The minimum length of this option is 8, and the length must be a multiple of 8.
This section describes the options that affect the operation of the data link layer on a per-interface basis.
The Trailer Encapsulation option specifies whether or not 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. The code for this option is 34, and its length is 1.
The ARP Cache Timeout option specifies the timeout in seconds for ARP cache entries. The time is specified as a 32-bit unsigned integer. The code for this option is 35, and its length is 4.
The Ethernet Encapsulation option specifies whether or not 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. The code for this option is 36, and its length is 1.
This section describes the options that affect the operation of the TCP layer on a per-interface basis.
The TCP Default TTL 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. The code for this option is 37, and its length is 1.
The TCP Keepalive Interval 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. The code for this option is 38, and its length is 4.
The TCP Keepalive Garbage option specifies the whether or not the client should send TCP keep-alive messages with an 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. The code for this option is 39, and its length is 1.
This section details some miscellaneous options used to configure miscellaneous applications and services.
The Network Information Service Domain 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. The code for this option is 40. Its minimum length is 1.
The Network Information Servers option specifies a list of IP addresses indicating NIS servers available to the client. Servers should be listed in order of preference. The code for this option is 41. Its minimum length is 4, and the length must be a multiple of 4.
The Network Time Protocol Servers option specifies a list of IP addresses indicating NTP servers available to the client. Servers should be listed in order of preference. The code for this option is 42. Its minimum length is 4, and the length must be a multiple of 4.
This option is used by clients and servers to exchange vendor-specific information. The information is an opaque object of n octets, presumably interpreted by vendor-specific code on the clients and servers. The definition of this information is vendor specific. The vendor is indicated in the vendor-class-identifier option. Servers not equipped to interpret the vendor-specific information sent by a client must ignore it (although it may be reported). Clients that do not receive desired vendor-specific information should make an attempt to operate without it, although they may do so (and announce they are doing so) in a degraded mode.
If a vendor potentially encodes more than one item of information in this option, then the vendor should encode the option using Encapsulated vendor-specific options as described here.
The Encapsulated vendor-specific options field should be encoded as a sequence of code/length/value fields of identical syntax to the DHCP options field with the following exceptions:
The code for this option is 43 and its minimum length is 1.
The NetBIOS Name Server (NBNS) option specifies a list of RFC 1001/1002 NBNS name servers listed in order of preference. 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.
The NetBIOS Datagram Distribution Server (NBDD) option specifies a list of RFC 1001/1002 NBDD servers listed in order of preference. 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.
The NetBIOS Node Type option allows NetBIOS over TCP/IP client, which are configured as described in RFC 1001/1002. The value is specified as a single octet that identifies the client type, as shown in Table B-1.
| Value | Node Type |
|---|---|
0x1 | B-node |
0x2 | P-node |
0x4 | M-node |
0x8 | H-node |
In Table B-1, the notation 0x indicates a number in base-16 (hexadecimal).
The code for this option is 46. The length of this option is always 1.
The NetBIOS Scope option specifies the NetBIOS over TCP/IP scope parameter for the client as specified in RFC 1001/1002. The code for this option is 47. The minimum length of this option is 1.
The X Window System Font Server option specifies a list of X Window System Font servers available to the client. Servers should be listed in order of preference. 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.
The X Window System Display Manager option specifies a list of IP addresses of systems that are running the X Window System Display Manager and are available to the client. Addresses should be listed in order of preference. The code for this option is 49. The minimum length of this option is 4, and the length must be a multiple of 4.
The Network Information Service+ Domain 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. The code for this option is 64. Its minimum length is 1.
The Network Information Service+ Servers option specifies a list of IP addresses indicating NIS+ servers available to the client. Servers should be listed in order of preference. The code for this option is 65. Its minimum length is 4, and the length must be a multiple of 4.
The Mobile IP Home Agent option specifies a list of IP addresses indicating mobile IP home agents available to the client. Agents should be listed in order of preference. The code for this option is 68. Its minimum length is 0 (indicating no home agents available) and the length must be a multiple of 4. It is expected that the usual length will be 4 octets, containing a single home agent's address.
The SMTP Server option specifies a list of SMTP servers available to the client. Servers should be listed in order of preference. 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.
The POP3 Server option specifies a list of POP3 servers available to the client. Servers should be listed in order of preference. 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.
The NNTP Server option specifies a list of NNTP servers available to the client. Servers should be listed in order of preference. 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.
The Default WWW server option specifies a list of World Wide Web (WWW) servers available to the client. Servers should be listed in order of preference. The code for the Default WWW Server option is 72. The minimum length for this option is 4 octets and the length must always be a multiple of 4.
The Default Finger Server option specifies a list of Finger servers available to the client. Servers should be listed in order of preference. The code for the Default Finger Server option is 73. The minimum length for this option is 4 octets, and the length must always be a multiple of 4.
The Default IRC Server option specifies a list of IRC servers available to the client. Servers should be listed in order of preference. The code for the Default IRC server option is 74. The minimum length for this option is 4 octets, and the length must always be a multiple of 4.
The Streettalk Server option specifies a list of StreetTalk servers available to the client. Servers should be listed in order of preference. 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.
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. 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.
This section describes the options that are specific to DHCP.
The Requested IP Address option is used in a client request (DHCPDISCOVER) to allow the client to request that a particular IP address be assigned. The code for this option is 50, and its length is 4.
The IP Address Lease Time 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. The time is in units of seconds, and is specified as a 32-bit unsigned integer. The code for this option is 51 and its length is 4.
The Option Overload option is used to indicate that the DHCP sname or file fields are being overloaded by using them to carry DHCP options. A DHCP server inserts this option if the returned parameters will exceed the usual space allotted for options. If this option is present, the client interprets the specified additional fields after it concludes interpretation of the standard option fields. The code for this option is 52, and its length is 1. Legal values for this option are shown in Table B-2:
| Value | Meaning |
|---|---|
1 | The file field is used to hold options. |
2 | The sname field is used to hold options. |
3 | Both fields are used to hold options. |
The TFTP Server Name option is used to identify a TFTP server when the sname field in the DHCP header has been used for DHCP options. The code for this option is 66, and its minimum length is 1.
The Bootfile Name option is used to identify a bootfile when the file field is the DHCP header that has been used for DHCP options. The code for this option is 67, and its minimum length is 1.
The DHCP Message Type option is used to convey the type of DHCP message. The code for this option is 53 and its length is 1. Legal values for this option are shown in Table B-3.
| Value | Meaning |
|---|---|
1 | DHCPDISCOVER |
2 | DHCPOFFER |
3 | DHCPREQUEST |
4 | DHCPDECLINE |
5 | DHCPACK |
6 | DHCPNAK |
7 | DHCPRELEASE |
8 | DHCPINFORM |
The Server Identifier option is used in DHCPOFFER and DHCPREQUEST messages, and may optionally be included in the DHCPACK and DHCPNAK messages. DHCP servers include this option in the DHCPOFFER in order to allow the client to distinguish between lease offers. DHCP clients use the contents of the server identifier field as the destination address for any DHCP messages unicast to the DHCP server. DHCP clients also indicate which of several lease offers is being accepted by including this option in a DHCPREQUEST message.
The identifier is the IP address of the selected server.
The code for this option is 54, and its length is 4.
The Parameter Request List option is used by a DHCP client to request values for specified configuration parameters. The list of requested parameters is specified as n octets, where each octet is a valid DHCP option code as defined in this document.
The client may list the options in order of preference. The DHCP server is not required to return the options in the requested order, but must try to insert the requested options in the order requested by the client.
The code for this option is 55. Its minimum length is 1.
The Message option is used by a DHCP server to provide an error message to a DHCP client in a DHCPNAK message in the event of a failure. A client may use this option in a DHCPDECLINE message to indicate why the client declined the offered parameters. The message consists of n octets of NVT ASCII text, which the client may display on an available output device.
The code for this option is 56 and its minimum length is 1.
The Maximum DHCP Message Size option specifies the maximum length DHCP message that it is willing to accept. The length is specified as an unsigned 16-bit integer. A client may use the maximum DHCP message size option in DHCPDISCOVER or DHCPREQUEST messages, but should not use the option in DHCPDECLINE messages.
The code for this option is 57, and its length is 2. The minimum legal value is 576 octets.
The Renewal Time Value option specifies the time interval from address assignment until the client transitions to the RENEWING state. The value is in units of seconds, and is specified as a 32-bit unsigned integer.
The code for this option is 58, and its length is 4.
The Rebinding Time Value option specifies the time interval from address assignment until the client transitions to the REBINDING state. The value is in units of seconds, and is specified as a 32-bit unsigned integer.
The code for this option is 59, and its length is 4.
The Vendor Class Identifier option is used by DHCP clients to optionally identify the vendor type and configuration of a DHCP client. The information is a string of n octets, interpreted by servers. Vendors may choose to define specific vendor class identifiers to convey particular configuration or other identification information about a client. For example, the identifier may encode the client's hardware configuration. Servers not equipped to interpret the class-specific information sent by a client must ignore it (although it may be reported). Servers that respond should only use option 43 to return the vendor-specific information to the client. The code for this option is 60 and its minimum length is 1.
The Client-Identifier option is used by DHCP clients to specify their unique identifier. DHCP servers use this value to index their database of address bindings. This value is expected to be unique for all clients in an administrative domain.
Identifiers should be treated as opaque objects by DHCP servers. The client identifier may consist of type-value pairs similar to the htype/chaddr fields. For instance, it may consist of a hardware type and hardware address. In this case, the type field should be one of the ARP hardware types defined in STD2. A hardware type of 0 (zero) should be used when the value field contains an identifier other than a hardware address (for example, a fully qualified domain name).
For correct identification of clients, each client's client-identifier must be unique among the client-identifiers used on the subnet to which the client is attached. Vendors and system administrators are responsible for choosing client-identifiers that meet this requirement for uniqueness. The code for this option is 61, and its minimum length is 2.
Table B-4 lists the standard Microsoft client options.
| Option | Description |
|---|---|
dhcp-lease-time | 14 days. |
domain-name | For example, cisco.com. |
domain-name-servers | IP address of the name servers. |
netbios-name-servers | WINS server address. |
netbios-node-type | Indentifies the netbios client type. Note that Network Registrar displays a warning if it is not present. |
routers | IP address of the router for this subnet. |
The following tables display the DHCP options in various ways. They show the options sorted numerically, by Network Registrar name, and by category.
Table B-5 shows the DHCP options sorted by option number.
.
| Number | Network Registrar Name | CDDM Name | Category |
|---|---|---|---|
-- | packet-file-name | -- | DHCP Packet Fields |
-- | packet-server-name | -- | DHCP Packet Fields |
-- | packet-siaddr | -- | DHCP Packet Fields |
0 | pad. The value of this option is fixed under RFC protocols. You cannot set it from the Network Registrar GUI or CLI. | Pad | -- |
1 | Subnet Mask | Basic | |
2 | time-offset | Time Offset | BOOTP |
3 | routers | Routers | Basic and Microsoft DHCP Client |
4 | time-servers | Time Servers | BOOTP |
5 | name-servers | Name Servers | BOOTP |
6 | domain-name-servers | DNS Servers | Basic and Microsoft DHCP Client |
7 | log-servers | Log Servers | Servers |
8 | cookie-servers | Cookie Servers | BOOTP |
9 | lpr-servers | LPR Servers | Servers |
10 | impress-servers | Impress Servers | BOOTP |
11 | resource-location-servers | RLP Servers | BOOTP |
12 | host-name | Insert Host Name | Basic |
13 | boot-size | Boot File Size | BOOTP |
14 | merit-dump | Dump File | BOOTP |
15 | domain-name | Domain Name | Basic and Microsoft DHCP Client |
16 | swap-server | Swap Server | BOOTP |
17 | root-path | Root Path | BOOTP |
18 | extensions-path | Extensions Path | BOOTP |
19 | ip-forwarding | IP Layer Forwarding | Host IP |
20 | non-local-source-routing | Non-Local Source Routing | Host IP |
21 | policy-filters | -- | Host IP |
22 | max-dgram-reassembly | Max DG Reassembly Size | Host IP |
23 | default-ip-ttl | Default Time-To-Live | Host IP |
24 | path-mtu-aging-timeout | Path MTU Aging Timeout | Host IP |
25 | path-mtu-plateau-tables | Path MTU Plateau Table | Host IP |
26 | interface-mtu | Interface MTU | Interface |
27 | all-subnets-local | All Subnets Local | Interface |
28 | broadcast-address. You cannot set the value of this option from the Network Registrar GUI. | Broadcast Address | Interface |
29 | perform-mask-discovery | Perform Mask Discovery | Interface |
30 | mask-supplier | Mask Supplier | Interface |
31 | router-discovery | Perform Router Discovery | Interface |
32 | router-solicitation address | Router Solicitation Address | Interface |
33 | static-routers | Static Routes | Interface |
34 | trailer-encapsulation | Trailer Encapsulation | Interface |
35 | arp-cache-timeout | ARP Cache Timeout | Interface |
36 | ieee802.3-encapsulation | Ethernet Encapsulation | Interface |
37 | default-tcp-ttl | Default Time-To-Live | Interface |
38 | tcp-keepalive-interval | Keep-Alive Interval | Interface |
39 | tcp-keepalive-garbage | Keep-Alive Garbage | Interface |
40 | nis-domain | NIS/YP Domain | Servers |
41 | nis-servers | NIS/YP Servers | Servers |
42 | ntp-servers | NTP Servers | Servers |
43 | vendor-encapsulated-options. You cannot set the value of this option from the Network Registrar GUI. | Vendor Specific | -- |
44 | netbios-name-server | NetBIOs Name Server | WINS/NetBios and Microsoft DHCP Client |
45 | netbios-dd-servers | NetBios DG Dist Servers | WINS/NetBios |
46 | netbios-node-type | NetBIOS Node Type | WINS/NetBios and Microsoft DHCP Client |
47 | netbios-scope | NetBIOS Scope ID | WINS/NetBios and Microsoft DHCP Client |
48 | font-servers | X Window Font | Servers |
49 | x-display-managers | X Window Display | Servers |
50 | dhcp-requested-address. The DHCP client sets of the value of this option. You cannot set it from the Network Registrar GUI. | -- | -- |
51 | dhcp-lease-time | Default Lease Time | Lease Information and Microsoft DHCP Client |
52 | dhcp-option-overload. The value of this option is fixed under RFC protocols. You cannot set it from the Network Registrar GUI or CLI. | Option Overload | -- |
53 | dhcp-message-type. The value of this option is fixed under RFC protocols. You cannot set it from the Network Registrar GUI or CLI. | DHCP Message Type | -- |
54 | dhcp-server-identifier. The DHCP server derives the value of this option at runtime from other configuration parameters. You cannot set it from the Network Registrar GUI. | - | -- |
55 | dhcp-parameter-request-list. The DHCP client sets of the value of this option. You cannot set it from the Network Registrar GUI. | Parameter Request List | -- |
56 | dhcp-message. You cannot set the value of this option from the Network Registrar GUI. | Message | -- |
57 | dhcp-max-message-size. The value of this option is fixed under RFC protocols. You cannot set it from the Network Registrar GUI or CLI. | Maximum DHCP Message Size | -- |
58 | dhcp-renewal-time | Lease Renewing Time | Lease Information and Microsoft DHCP Client |
59 | dhcp-rebinding-time | Lease Rebinding Time | Lease Information and Microsoft DHCP Client |
60 | dhcp-class-identifier. The DHCP client sets of the value of this option. You cannot set it from the Network Registrar GUI. | -- | -- |
61 | dhcp-client-identifier. The DHCP client sets of the value of this option. You cannot set it from the Network Registrar GUI. | Client ID | Basic |
62 | netwareip-domain | -- | NetWare Client |
63 | netwareip-information | -- | NetWare Client |
64 | nis+-domain | NIS+ Domain | Servers |
65 | nis+-servers | NIS+ Servers | Servers |
66 | tftp-server | TFTP Server | Servers |
67 | boot-file | Boot File | BOOTP |
68 | mobile-ip-home-agents | Mobile IP Home Agent | Servers |
69 | smtp-servers | SMTP Servers | Servers |
70 | pop3-servers | POP3 Servers | Servers |
71 | nntp-servers | NNTP Servers | Servers |
72 | www-servers | WWW Servers | Servers |
73 | finger-servers | Default Finger Server | Servers |
74 | irc-servers | Internet Relay Chat | Servers |
75 | streettalk-servers | StreetTalk Servers | Servers |
76 | streettalk-directory-assistance | StreetTalk Dir Asst | Servers |
77 | dhcp-user-class-id. The DHCP client sets of the value of this option. You cannot set it from the Network Registrar GUI. | -- | -- |
85 | nds-servers | -- | NetWare Client |
86 | nds-tree | -- | NetWare Client |
87 | nds-context | -- | NetWare Client |
128 | mcns-security-server | -- | Servers |
255 | end. The value of this option is fixed under RFC protocols. You cannot set it from the Network Registrar GUI or CLI. | End | -- |
Table B-6 displays the DHCP options by Network Registrar name.
| Network Registrar Name | CDDM Name | Category | Number |
|---|---|---|---|
all-subnets-local | All Subnets Local | Interface | 27 |
arp-cache-timeout | ARP Cache Timeout | Interface | 35 |
boot-file | Boot File | BOOTP | 67 |
boot-size | Boot File Size | BOOTP | 13 |
broadcast-address. You cannot set the value of this option from the Network Registrar GUI. | Broadcast Address | Interface | 28 |
cookie-servers | Cookie Servers | BOOTP | 8 |
default-ip-ttl | Default Time-To-Live | Host IP | 23 |
default-tcp-ttl | Default Time-To-Live | Interface | 37 |
dhcp-class-identifier. The DHCP client sets of the value of this option. You cannot set it from the Network Registrar GUI. | -- | -- | 60 |
dhcp-client-identifier. The DHCP client sets of the value of this option. You cannot set it from the Network Registrar GUI. | Client ID | Basic | 61 |
dhcp-lease-time | Default Lease Time | Lease Information | 51 |
dhcp-lease-time | Default Lease Time | Microsoft DHCP Client | 51 |
dhcp-max-message-size. The value of this option is fixed under RFC protocols. You cannot set it from the Network Registrar GUI or CLI. | Maximum DHCP Message Size | -- | 57 |
dhcp-message-type. The value of this option is fixed under RFC protocols. You cannot set it from the Network Registrar GUI or CLI. | DHCP Message Type | -- | 53 |
dhcp-message. You cannot set the value of this option from the Network Registrar GUI. | Message | -- | 56 |
dhcp-option-overload. The value of this option is fixed under RFC protocols. You cannot set it from the Network Registrar GUI or CLI. | Option Overload | -- | 52 |
dhcp-parameter-request-list. The DHCP client sets of the value of this option. You cannot set it from the Network Registrar GUI. | Parameter Request List | -- | 55 |
dhcp-rebinding-time | Lease Rebinding Time | Lease Information | 59 |
dhcp-rebinding-time | Lease Rebinding Time | Microsoft DHCP Client | 59 |
dhcp-renewal-time | Lease Renewing Time | Lease Information | 58 |
dhcp-renewal-time | Lease Renewal Time | Microsoft DHCP Client | 58 |
dhcp-requested-address. The DHCP client sets of the value of this option. You cannot set it from the Network Registrar GUI. | -- | -- | 50 |
dhcp-server-identifier. The DHCP server derives the value of this option at runtime from other configuration parameters. You cannot set it from the Network Registrar GUI. | - | -- | 54 |
dhcp-user-class-id. The DHCP client sets of the value of this option. You cannot set it from the Network Registrar GUI. | -- | -- | 77 |
domain-name | Domain Name | Basic | 15 |
domain-name | Domain Name | Microsoft DHCP Client | 15 |
domain-name-servers | DNS Servers | Basic | 6 |
domain-name-servers | DNS servers | Microsoft DHCP Client | 6 |
end. The value of this option is fixed under RFC protocols. You cannot set it from the Network Registrar GUI or CLI. | End | -- | 255 |
extensions-path | Extensions Path | BOOTP | 18 |
finger-servers | Default Finger Server | Servers | 73 |
font-servers | X Window Font | Servers | 48 |
host-name | Insert Host Name | Basic | 12 |
ieee802.3-encapsulation | Ethernet Encapsulation | Interface | 36 |
impress-servers | Impress Servers | BOOTP | 10 |
interface-mtu | Interface MTU | Interface | 26 |
ip-forwarding | IP Layer Forwarding | Host IP | 19 |
irc-servers | Internet Relay Chat | Servers | 74 |
log-servers | Log Servers | Servers | 7 |
lpr-servers | LPR Servers | Servers | 9 |
mask-supplier | Mask Supplier | Interface | 30 |
max-dgram-reassembly | Max DG Reassembly Size | Host IP | 22 |
mcns-security-server | -- | Servers | 128 |
merit-dump | Dump File | BOOTP | 14 |
mobile-ip-home-agents | Mobile IP Home Agent | Servers | 68 |
name-servers | Name Servers | BOOTP | 5 |
nds-context | -- | NetWare Client | 87 |
nds-servers | -- | NetWare Client | 85 |
nds-tree | -- | NetWare Client | 86 |
netbios-dd-servers | NetBios DG Dist Servers | WINS/NetBios | 45 |
netbios-name-server | NetBIOs Name Server | WINS/NetBios | 44 |
netbios-name-servers | NetBios Name Servers | Microsoft DHCP Client | 44 |
netbios-node-type | NetBIOS Node Type | WINS/NetBios | 46 |
netbios-node-type | NetBIOS Node Type | Microsoft DHCP Client | 46 |
netbios-scope | NetBIOS Scope ID | WINS/NetBios | 47 |
netbios-scope | NetBIOS Scope ID | Microsoft DHCP Client | 47 |
netwareip-domain | -- | NetWare Client | 62 |
netwareip-information | -- | NetWare Client | 63 |
nis+-domain | NIS+ Domain | Servers | 64 |
nis+-servers | NIS+ Servers | Servers | 65 |
nis-domain | NIS/YP Domain | Servers | 40 |
nis-servers | NIS/YP Servers | Servers | 41 |
nntp-servers | NNTP Servers | Servers | 71 |
non-local-source-routing | Non-Local Source Routing | Host IP | 20 |
ntp-servers | NTP Servers | Servers | 42 |
packet-file-name | -- | DHCP Packet Fields | -- |
packet-server-name | -- | DHCP Packet Fields | -- |
packet-siaddr | -- | DHCP Packet Fields | -- |
pad. The value of this option is fixed under RFC protocols. You cannot set it from the Network Registrar GUI or CLI. | Pad | -- | 0 |
path-mtu-aging-timeout | Path MTU Aging Timeout | Host IP | 24 |
path-mtu-plateau-tables | Path MTU Plateau Table | Host IP | 25 |
perform-mask-discovery | Perform Mask Discovery | Interface | 29 |
policy-filters | -- | Host IP | 21 |
pop3-servers | POP3 Servers | Servers | 70 |
resource-location-servers | RLP Servers | BOOTP | 11 |
root-path | Root Path | BOOTP | 17 |
router-discovery | Perform Router Discovery | Interface | 31 |
router-solicitation address | Router Solicitation Address | Interface | 32 |
routers | Routers | Basic | 3 |
routers | Routers | Microsoft DHCP Client | 3 |
smtp-servers | SMTP Servers | Servers | 69 |
static-routers | Static Routes | Interface | 33 |
streettalk-directory-assistance | StreetTalk Dir Asst | Servers | 76 |
streettalk-servers | StreetTalk Servers | Servers | 75 |
subnet-mask. The DHCP server derives the value of this option at runtime from other configuration parameters. You cannot set it from the Network Registrar GUI. | Subnet Mask | Basic | 1 |
swap-server | Swap Server | BOOTP | 16 |
tcp-keepalive-garbage | Keep-Alive Garbage | Interface | 39 |
tcp-keepalive-interval | Keep-Alive Interval | Interface | 38 |
tftp-server | TFTP Server | Servers | 66 |
time-offset | Time Offset | BOOTP | 2 |
time-servers | Time Servers | BOOTP | 4 |
trailer-encapsulation | Trailer Encapsulation | Interface | 34 |
vendor-encapsulated-options. You cannot set the value of this option from the Network Registrar GUI. | Vendor Specific | -- | 43 |
www-servers | WWW Servers | Servers | 72 |
x-display-managers | X Window Display | Servers | 49 |
Table B-7 displays the DHCP options by category.
| Category | Number | Network Registrar Name | CDDM Name |
|---|---|---|---|
-- | 0 | pad. The value of this option is fixed under RFC protocols. You cannot set it from the Network Registrar GUI or CLI. | Pad |
-- | 43 | vendor-encapsulated-options. You cannot set the value of this option from the Network Registrar GUI. | Vendor Specific |
-- | 50 | dhcp-requested-address. The DHCP client sets of the value of this option. You cannot set it from the Network Registrar GUI. | -- |
-- | 52 | dhcp-option-overload. The value of this option is fixed under RFC protocols. You cannot set it from the Network Registrar GUI or CLI. | Option Overload |
-- | 53 | dhcp-message-type. The value of this option is fixed under RFC protocols. You cannot set it from the Network Registrar GUI or CLI. | DHCP Message Type |
-- | 54 | dhcp-server-identifier. The DHCP server derives the value of this option at runtime from other configuration parameters. You cannot set it from the Network Registrar GUI. | - |
-- | 55 | dhcp-parameter-request-list. The DHCP client sets of the value of this option. You cannot set it from the Network Registrar GUI. | Parameter Request List |
-- | 56 | dhcp-message. You cannot set the value of this option from the Network Registrar GUI. | Message |
-- | 57 | dhcp-max-message-size. The value of this option is fixed under RFC protocols. You cannot set it from the Network Registrar GUI or CLI. | Maximum DHCP Message Size |
-- | 60 | dhcp-class-identifier. The DHCP client sets of the value of this option. You cannot set it from the Network Registrar GUI. | -- |
-- | 77 | dhcp-user-class-id. The DHCP client sets of the value of this option. You cannot set it from the Network Registrar GUI. | -- |
-- | 255 | end. The value of this option is fixed under RFC protocols. You cannot set it from the Network Registrar GUI or CLI. | End |
Basic | 1 | subnet-mask. The DHCP server derives the value of this option at runtime from other configuration parameters. You cannot set it from the Network Registrar GUI. | Subnet Mask |
Basic | 3 | routers | Routers |
Basic | 6 | domain-name-servers | DNS Servers |
Basic | 12 | host-name | Insert Host Name |
Basic | 15 | domain-name | Domain Name |
Basic | 61 | dhcp-client-identifier. The DHCP client sets of the value of this option. You cannot set it from the Network Registrar GUI. | Client ID |
BOOTP | 2 | time-offset | Time Offset |
BOOTP | 4 | time-servers | Time Servers |
BOOTP | 5 | name-servers | Name Servers |
BOOTP | 8 | cookie-servers | Cookie Servers |
BOOTP | 10 | impress-servers | Impress Servers |
BOOTP | 11 | resource-location-servers | RLP Servers |
BOOTP | 13 | boot-size | Boot File Size |
BOOTP | 14 | merit-dump | Dump File |
BOOTP | 16 | swap-server | Swap Server |
BOOTP | 17 | root-path | Root Path |
BOOTP | 18 | extensions-path | Extensions Path |
BOOTP | 67 | boot-file | Boot File |
DHCP Packet Fields | -- | packet-file-name | -- |
DHCP Packet Fields | -- | packet-server-name | -- |
DHCP Packet Fields | -- | packet-siaddr | -- |
Host IP | 19 | ip-forwarding | IP Layer Forwarding |
Host IP | 20 | non-local-source-routing | Non-Local Source Routing |
Host IP | 21 | policy-filters | -- |
Host IP | 22 | max-dgram-reassembly | Max DG Reassembly Size |
Host IP | 23 | default-ip-ttl | Default Time-To-Live |
Host IP | 24 | path-mtu-aging-timeout | Path MTU Aging Timeout |
Host IP | 25 | path-mtu-plateau-tables | Path MTU Plateau Table |
Interface | 26 | interface-mtu | Interface MTU |
Interface | 27 | all-subnets-local | All Subnets Local |
Interface | 28 | broadcast-address. You cannot set the value of this option from the Network Registrar GUI. | Broadcast Address |
Interface | 29 | perform-mask-discovery | Perform Mask Discovery |
Interface | 30 | mask-supplier | Mask Supplier |
Interface | 31 | router-discovery | Perform Router Discovery |
Interface | 32 | router-solicitation address | Router Solicitation Address |
Interface | 33 | static-routers | Static Routes |
Interface | 34 | trailer-encapsulation | Trailer Encapsulation |
Interface | 35 | arp-cache-timeout | ARP Cache Timeout |
Interface | 36 | ieee802.3-encapsulation | Ethernet Encapsulation |
Interface | 37 | default-tcp-ttl | Default Time-To-Live |
Interface | 38 | tcp-keepalive-interval | Keep-Alive Interval |
Interface | 39 | tcp-keepalive-garbage | Keep-Alive Garbage |
Lease Information | 51 | dhcp-lease-time | Default Lease Time |
Lease Information | 58 | dhcp-renewal-time | Lease Renewing Time |
Lease Information | 59 | dhcp-rebinding-time | Lease Rebinding Time |
Microsoft DHCP Client | 3 | routers | Routers |
Microsoft DHCP Client | 6 | domain-name-servers | DNS servers |
Microsoft DHCP Client | 15 | domain-name | Domain Name |
Microsoft DHCP Client | 44 | netbios-name-servers | NetBios Name Servers |
Microsoft DHCP Client | 46 | netbios-node-type | NetBIOS Node Type |
Microsoft DHCP Client | 47 | netbios-scope | NetBIOS Scope ID |
Microsoft DHCP Client | 51 | dhcp-lease-time | Default Lease Time |
Microsoft DHCP Client | 58 | dhcp-renewal-time | Lease Renewal Time |
Microsoft DHCP Client | 59 | dhcp-rebinding-time | Lease Rebinding Time |
62 | netwareip-domain | -- | |
NetWare Client | 63 | netwareip-information | -- |
NetWare Client | 85 | nds-servers | -- |
86 | nds-tree | -- | |
NetWare Client | 87 | nds-context | -- |
Servers | 7 | log-servers | Log Servers |
Servers | 9 | lpr-servers | LPR Servers |
Servers | 40 | nis-domain | NIS/YP Domain |
Servers | 41 | nis-servers | NIS/YP Servers |
Servers | 42 | ntp-servers | NTP Servers |
Servers | 48 | font-servers | X Window Font |
Servers | 49 | x-display-managers | X Window Display |
Servers | 64 | nis+-domain | NIS+ Domain |
Servers | 65 | nis+-servers | NIS+ Servers |
Servers | 66 | tftp-server | TFTP Server |
Servers | 68 | mobile-ip-home-agents | Mobile IP Home Agent |
Servers | 69 | smtp-servers | SMTP Servers |
Servers | 70 | pop3-servers | POP3 Servers |
Servers | 71 | nntp-servers | NNTP Servers |
Servers | 72 | www-servers | WWW Servers |
Servers | 73 | finger-servers | Default Finger Server |
Servers | 74 | irc-servers | Internet Relay Chat |
Servers | 75 | streettalk-servers | StreetTalk Servers |
Servers | 76 | streettalk-directory-assistance | StreetTalk Dir Asst |
Servers | 128 | mcns-security-server | -- |
WINS/NetBios | 44 | netbios-name-server | NetBIOs Name Server |
WINS/NetBios | 45 | netbios-dd-servers | NetBios DG Dist Servers |
WINS/NetBios | 46 | netbios-node-type | NetBIOS Node Type |
WINS/NetBios | 47 | netbios-scope | NetBIOS Scope ID |
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Thu Feb 3 11:05:58 PST 2000
Copyright 1989 - 2000©Cisco Systems Inc.