Dynamic Host Configuration Protocol
17-8
17
Configuring a Host Address Pool
Web – Click DHCP, Server, Pool Configuration. Click the Configure button for any
entry. Click the radio button for “Host.” Enter the IP address, subnet mask, and
hardware address for the client device. Configure the optional parameters such as
gateway server and DNS server. Then click Apply.
Figure 17-5 DHCP Server Pool - Host Configuration
CLI
– This example configures a host address pool.
Console(config)#ip dhcp pool mgr 39-6
Console(config-dhcp)#host 10.1.0.19 255.255.255.0 39-12
Console(config-dhcp)#hardware-address 00-e0-29-94-34-28 ethernet 39-14
Console(config-dhcp)#client-identifier text bear 39-13
Console(config-dhcp)#default-router 10.1.0.253 39-8
Console(config-dhcp)#dns-server 10.2.3.4 39-9
Console(config-dhcp)#netbios-name-server 10.1.0.33 39-10
Console(config-dhcp)#netbios-node-type hybrid 39-11
Console(config-dhcp)#domain-name example.com 39-8
Console(config-dhcp)#bootfile wme.bat 39-10
Console(config-dhcp)#next-server 10.1.0.21 39-9
Console(config-dhcp)#lease infinite 39-11
Console(config-dhcp)#