Gigabit Ethernet Switch Management Guide

D
YNAMIC
H
OST
C
ONFIGURATION
P
ROTOCOL
3-221
Configuring a Network Address Pool
Web – Click DHCP, Server, Pool Configuration. Click the Configure
button for any entry. Click the radio button for β€œNetwork.” Enter the IP
address and subnet mask for the network pool. Configure the optional
parameters such as gateway server and DNS server. Then click Apply.
CLI
– This example configures a network address pool.
Console(config)#ip dhcp pool tps3-162
Console(config-dhcp)#network 10.1.0.0 255.255.255.03-163
Console(config-dhcp)#default-router 10.1.0.2533-164
Console(config-dhcp)#dns-server 10.2.3.43-165
Console(config-dhcp)#netbios-name-server 10.1.0.333-167
Console(config-dhcp)#netbios-node-type hybrid3-168
Console(config-dhcp)#domain-name example.com3-165
Console(config-dhcp)#bootfile wme.bat3-167
Console(config-dhcp)#next-server 10.1.0.213-166
Console(config-dhcp)#lease infinite3-170
Console(config-dhcp)#