Previous | Contents | Index |
Key parameters identify the keys for the configuration record. The Key parameters include: Hardware Address/Client ID, Hardware Type, Net or Subnet IP Address, and Vendor Class.
Hardware Address/Client ID
This parameter specifies the hardware address (MAC address) of the node. Enter the hardware address in the format xx:xx:xx:x:xx:xx, for example, 00:00:90:75:31:81. The manufacturer assigns the hardware address when it makes the workstation. The workstation often displays this address when you turn on or reboot the workstation.Ethernet Users/eth_us
The hardware address is also referred to as the Ethernet address. Under the UNIX operating system, the ethers database associates host names with their Ethernet addresses and enables IP addresses to be mapped to Ethernet addresses. If you do not know the Ethernet address of a workstation, refer to the ethers database.Hardware Type
This field takes a string of characters and specifies the network type associated with this node, such as Ethernet or token ring.Enter either the symbol or the actual number as shown in Table 7-5. For example, to specify Ethernet as the hardware type, enter either the symbol ether or the number 1.
Table 7-5 Network Type Symbol or Number Associated with the Node Symbol Number Network Type ethernet or ether 1 10 Mb Ethernet ethernet3 or ether3 2 3 Mb experimental ax.25 3 AX.25 Amateur Radio protnet 4 Protnet proNET Token Ring chaos 5 Chaos token-ring,tr,ieee802 6 IEEE802 arcnet 7 ARCNET Net or Subnet IP Address
Specifies the address of the subnet record (if its a Subnet configuration record). Enter the IP address that identifies this subnet portion of the network, for example, 129.84.3.0.Vendor Class
Specifies the type and configuration of a DHCP client. The information is a string of octets that the server interprets.
The Server version of DHCP fully supports the following BOOTP parameters. If a BOOTP client makes a request of the server, it acts as a BOOTP server.
Boot File
Specifies the fully qualified path name of the client's default boot image.Boot File Server Address
Specifies the server address of the boot file.Boot File Server Name
Specifies the host name of the server with the boot file.Boot File Size
Specifies the length in 512-octet blocks of the default boot image for the client. Specify the file length as a number.Cookie Servers
Specifies a list of RFC 865 cookie servers available to the client. Enter the servers in order of preference. Use this format: ddd.ddd.ddd.ddd.DNS Domain Name
Specifies the domain name the client should use when resolving host names through the Domain Name System.DNS Servers
Specifies a list of DNS (STD 13, RFC 1035) name servers available to the client. Enter the servers in order of preference. Use this format: ddd.ddd.ddd.ddd.Extensions Path
Specifies a string to specify a file, retrievable through TFTP, that contains information that the server can interpret in the same way as the 64-octet vendor-extension field in the BOOTP response. There is no limit on the length of this file.Home Directory
Specifies the directory where the boot file resides, if it is not specified in the boot file name.Also specifies the name of the client. The name may or may not be qualified with the local domain name. See RFC 1035 for character-set restrictions.
Host IP Address (BOOTP only)
Specifies the Host IP Address for BOOTP clients.Host name
Specifies the host name parameter if you are setting up a configuration for a single client identified by its MAC address.Also specifies the name of the client. The local Domain Name may or may not qualify the client name. See RFC 1035 for character-set restrictions.
IEN-116 Name Servers
Specifies a list of IEN-116 name servers available to the client. Enter the servers in order of preference. Use this format: ddd.ddd.ddd.ddd.Impress Servers
Specifies a list of Imagen Impress servers available to the client. Enter the servers in order of preference. Use this format: ddd.ddd.ddd.ddd.Log Servers
Specifies a list of MIT-LCS UDP log servers available to the client. Enter the servers in order of preference. Use this format: ddd.ddd.ddd.ddd.LPR Servers
Specifies a list of RFC 1179 line-printer servers available to the client. Enter the servers in order of preference. Use this format: ddd.ddd.ddd.ddd.Merit Dump File
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.Resource Location Servers
Specifies a list of RFC 887 Resource Location servers available to the client. Enter the servers in order of preference. Use this format: ddd.ddd.ddd.ddd.Root Path
Specifies the path name that contains the client's root directory or partition. The path is formatted as a character string consisting of characters from the NVT ASCII character set.Routers
Specifies the list of IP addresses for routers (gateways) on the client's subnet. If you specify a default gateway of 0.0.0.0, the server uses the client's IP address as the default gateway address. Use this format: ddd.ddd.ddd.ddd.Subnet Mask
Specifies the client's subnet mask as described in RFC 950.A Subnet mask allows the addition of subnetwork numbers to an address, and provides for more complex address assignments.
If you specify both the subnet mask and the router option in a DHCP reply, the subnet mask option must be first. Use this format: ddd.ddd.ddd.ddd.
Send Client's Host Name
Specifies whether the server should send the client's host name to the client in the reply.
False: Do not send the client's host name. Default. True: Send the client's host name. Swap Server
Specifies the IP address of the client's swap server. Use this format: ddd.ddd.ddd.ddd.TFTP Root Directory
Specifies the root directory for Trivial File Transfer Protocol (TFTP).Time Offset
Specifies the offset of the client in seconds from Universal Coordinated Time (UTC).Time Servers
Specifies a list of RFC 868 time servers available to the client. Enter the servers in order of preference. Use this format: ddd.ddd.ddd.ddd.Vendor Magic Cookie
Specifies a vendor magic cookie for the client.
IP layer parameters affect the operation of the IP layer on a per-host basis.
Broadcast Address
Specifies the broadcast address in use on the client's subnet.Forward Nonlocal Datagrams
Specifies whether the client should configure its IP layer to allow forwarding of datagrams with nonlocal source routes.
False: Disable forwarding of datagrams with nonlocal source routes. True: Enable forwarding. IP Forwarding
Specifies whether the client should configure its IP layer for packet forwarding.
False: Disable IP forwarding. True: Enable IP forwarding. IP Time-to-Live
Specifies the default time-to-live that the client should use on outgoing datagrams. Specify time-to-live as an octet.
Minimum value: 1 Maximum value: 255 Interface MTU
Specifies the maximum transmit unit (MTU) to use on this interface. Specify the MTU as a 16-bit unsigned integer. Minimum legal value: 68.Maximum Reassembly Size
Specifies the maximum size datagram that the client should be prepared to reassemble. Specify the size as a 16-bit unsigned integer. Minimum legal value: 576.MTU Plateaus
Specifies a table of MTU (maximum transmit unit) 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 value cannot be smaller than 68.PMTU Timeout
Specifies the timeout to use when aging Path MTU values discovered by the mechanism defined in RFC 1191. Specify the timeout in seconds as a 32-bit unsigned integer.Perform Mask Discovery
Specifies whether the client should perform subnet mask discovery using the Internet Control Message Protocol (ICMP).
False: Client should not perform mask discovery. True: Client should perform mask discovery. Perform Router Discovery
Specifies whether the client should solicit routers using the Router Discovery mechanism defined in RFC 1256.
False: Client should not perform router discovery. True: Client should perform router discovery. Policy Filters
Specifies policy filters for nonlocal source routing. The filters consist of a list of IP addresses and masks that specify destination/mask pairs with which to filter incoming source routes.The client should discard a source-routed datagram whose next-hop address does not match one of the filters. Use this format: ddd.ddd.ddd.ddd.
Solicit Router
Specifies the IP address to which the client should transmit router solicitation requests. Use this format: ddd.ddd.ddd.ddd.Static Routes
Specifies a list of static routes that should be installed in the client's routing table. If you specify multiple routes to the same destination, list them 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.
Note
The default route (0.0.0.0) is an illegal destination for a static route.Use this format: ddd.ddd.ddd.ddd.
Subnets Are Local
Specifies whether the client can assume that all subnets of the IP network to which the client is connected use the same MTU (maximum transmit unit) as the subnet of the network to which the client is directly connected.
False: The client should assume that some subnets of the directly connected network may have smaller MTUs. True: All subnets share the same MTU. Supply Masks
Specifies whether the client should respond to subnet mask requests using the Internet Control Message Protocol (ICMP).
False: Client should not respond. True: Client should respond.
Lease parameters allow you to change information about the IP lease times. Lease times determine the length of time a client can use an IP address.
DHCP Rebinding Time
Specifies the time interval in seconds from address assignment until the client requests a new lease from any server on the network.DHCP Renewal Time
Specifies the time interval in seconds from address assignment until the client attempts to extend the duration of its lease with the original server.DHCP Lease Time
The client uses this option in a client request (DHCPDISCOVER or DHCPREQUEST) message to request a lease time for the IP address.The server uses this option in a server reply (DHCPOFFER) message to specify the lease time it is willing to offer.
Enter the time in months, days, hours, minutes, and seconds; for example, 2 months 5 days 45 minutes. By default, the server interprets the lease in seconds.
Link Layer parameters affect the operation of the Link layer on a per-host basis.
ARP Cache Timeout
Specifies the timeout in seconds for ARP cache entries. The time is specified as a 32-bit unsigned integer.Ethernet Encapsulation
If it is an Ethernet interface, use this option to specify whether the client should use Ethernet Version 2 (RFC 894) or IEEE 802.3 (RFC 1042) encapsulation.
False: Use RFC 894 encapsulation. True: Use RFC 1042 encapsulation. Trailer Encapsulation
Specifies whether the client should negotiate the use of trailers (RFC 893) when using the ARP protocol.
False: Client should not attempt to use trailers. True: Client should attempt to use trailers.
NetBIOS parameters configure NetBIOS related parameters on a per-host basis.
NetBIOS Datagram Distribution Server
Specifies a list of RFC 1001/1002 NBDD servers listed in the order of preference. Use this format: ddd.ddd.ddd.ddd.NetBIOS Name Server/WINS Server
Specifies a list of RFC 1001/1002 NBNS name servers listed in the order of preference. Use this format: ddd.ddd.ddd.ddd.NetBIOS Node Type
Allows you to configure NetBIOS-over-TCP/IP clients as described in RFC 1001/1002. Specify the value as a single octet (from 0 to 255) that identifies the client type as shown in Table 7-6.
Table 7-6 NetBIOS Node Type and Value Node Type Value (Hexadecimal) B-node 1 P-node 2 M-node 4 H-node 8
Note
The NetBIOS over TCP/IP clients must be configurable.NetBIOS Scope
The NetBIOS scope option specifies the NetBIOS scope text parameter for the client as specified in RFC 1001/1002. There may be character-set restrictions.
Network parameters allow you to change basic network configuration information.
Finger Servers
Specifies a list of Finger servers available to the client. List the servers in the order of preference.IRC Servers
Specifies a list of IRC (Internet Relay Chat) servers available to the client. List the servers in the order of preferenceMobile IP Home Agents
Specifies a list of IP addresses indicating mobile IP home agents available to the client. List the agents in the order of preference.NNTP Servers
Specifies a list of Network News Transfer Protocol (NNTP) servers available to the client. List the servers in the order of preference.NetWare Domain
Specifies the NetWare Domain nameNetWare Options
Specifies a list of NetWare ServersPOP3 Servers
Specifies a list of Post Office Protocol 3 (POP3) servers available to the client. List the servers in the order of preference.SMTP Servers
Specifies a list of Simple Mail Transfer Protocol (SMTP) servers available to the client. List the servers in the order of preference.STDA Servers
Specifies a list of StreetTalk Directory Assistance (STDA) servers available to the client. List the servers in the order of preference.StreetTalk Servers
Specifies a list of StreetTalk servers available to the client. List the servers in the order of preference.WWW Servers
Specifies a list of World Wide Web servers available to the client. List the servers in the order of preference.
TCP parameters affect the operation of the TCP layer on a per-host basis.
Keep Alive Interval
Specifies the interval that the client should wait before sending a keepalive message on a TCP connection.A value of 0 (zero) indicates that the client should not generate keepalive messages on connections unless an application requests them.
Specify the time in seconds as a 32-bit unsigned integer.
Keep Alive Octet
This parameter specifies whether the client is to send TCP keepalive messages with a garbage octet for compatibility with older implementations.
False: Do not send a garbage octet. True: Send a garbage octet. (Sets the compatibility mode.) TCP Default Time-to-Live
This option specifies the default time-to-live that the client uses when sending TCP segments. Minimum value: 1.
Time parameters allow you to change information about network time services available to clients on the network.
Network Time Protocol (NTP) Servers
Specifies a list of RFC 868 time servers available to the client. List the server addresses in the order of preference. Use this format: ddd.ddd.ddd.ddd.
X parameters configure X11-related parameters on a per-host basis.
X Window Display Manager
Specifies a list of IP addresses of systems that are running the X Window System display manager and that are available to the client.Enter IP addresses in the order of preference. Use this format: ddd.ddd.ddd.ddd.
X Window Font Server
Specifies a list of X Window System font servers available to the client. Enter the server addresses in the order of preference. Use this format: ddd.ddd.ddd.ddd.
Previous | Next | Contents | Index |