Users Guide

Table Of Contents
2. Create an IP address pool and enter the name in DHCP mode.
pool name
3. Create a domain and enter the domain name in DHCP <POOL> mode.
domain-name name
4. Enter the DNS servers in order of preference that is available to a DHCP client in DHCP <POOL> mode.
dns-server address
DNS address resolution
OS10(config)# ip dhcp server
OS10(conf-dhcp)# pool Dell
OS10(conf-dhcp-Dell)# domain-name dell.com
OS10(conf-dhcp-Dell)# dns-server 192.168.1.1
NetBIOS WINS address resolution
DHCP clients can be one of four types of NetBIOS nodes broadcast, peer-to-peer, mixed, or hybrid. Dell Technologies
recommends using hybrid as the NetBIOS node type.
1. Enable DHCP server-assigned dynamic addresses on an interface in CONFIGURATION mode.
ip dhcp server
2. Create an IP address pool and enter the pool name in DHCP mode.
pool name
3. Enter the NetBIOS WINS name servers in the order of preference that they are available to DHCP clients in DHCP <POOL>
mode.
netbios-name-server ip-address
4. Enter the keyword Hybrid as the NetBIOS node type in DHCP <POOL> mode.
netbios-node-type type
Configure NetBIOS WINS address resolution
OS10(config)# ip dhcp server
OS10(conf-dhcp)# pool Dell
OS10(conf-dhcp-Dell)# netbios-name-server 192.168.10.5
OS10(conf-dhcp-Dell)# netbios-node-type Hybrid
Manual binding entries
Address binding is a mapping between the IP address and the media access control (MAC) address of a client. The DHCP server
assigns the client an available IP address automatically and then creates an entry in the binding table. You can also manually
create an entry for a client. Manual bindings help to guarantee that a particular network device receives a particular IP address.
Consider manual bindings as single-host address pools. There is no limit to the number of manual bindings, but you can only
configure one manual binding per host. Manual binding entries do not display in the show ip dhcp binding output.
1. Create an address pool in DHCP mode.
pool name
2. Enter the client IP address in DHCP <POOL> mode.
host address
System management
263