Configuring the Switch
3-194
3
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.
Figure3-111 DHCP Server Pool - Ho st Configuration
CLI
– This example configures a host address pool.
Console(config)#ip dhcp pool mgr 4-126
Console(config-dhcp)#host 10.1.0.19 255.255.255.0 4-132
Console(config-dhcp)#hardware-address 00-e0-29-94-34-28 ethernet 4-134
Console(config-dhcp)#client-identifier text bear 4-133
Console(config-dhcp)#default-router 10.1.0.253 4-127
Console(config-dhcp)#dns-server 10.2.3.4 4-128
Console(config-dhcp)#netbios-name-server 10.1.0.33 4-130
Console(config-dhcp)#netbios-node-type hybrid 4-131
Console(config-dhcp)#domain-name example.com 4-128
Console(config-dhcp)#bootfile wme.bat 4-129
Console(config-dhcp)#next-server 10.1.0.21 4-129
Console(config-dhcp)#lease infinite 4-131
Console(config-dhcp)#