24-Port Layer 3 Switch Management Guide

C
ONFIGURING
THE
S
WITCH
3-60
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 default router and DNS server. Then click Apply.
CLI – This example configures a network address pool.
Console(config)#ip dhcp pool tps 4-104
Console(config-dhcp)#network 10.1.0.0 255.255.255.0 4-105
Console(config-dhcp)#default-router 10.1.0.253 4-106
Console(config-dhcp)#dns-server 10.2.3.4 4-108
Console(config-dhcp)#netbios-name-server 10.1.0.33 4-110
Console(config-dhcp)#netbios-node-type hybrid 4-111
Console(config-dhcp)#domain-name example.com 4-107
Console(config-dhcp)#bootfile wme.bat 4-109
Console(config-dhcp)#next-server 10.1.0.21 4-109
Console(config-dhcp)#lease infinite 4-112
Console(config-dhcp)#