Specifications

DHCP Overview
13-2 Configuring DHCP Server
TheamountoftimethataparticularIPaddressisvalidforasystemiscalledaleas e.The
SecureStackC3maintainsaleasedatabasewhichcontainsinformationabouteachassignedIP
address,theMACaddresstowhichitisassigned,theleaseexpiration,andwhethertheaddress
assignmentisdynamic
(automatic)orstatic(,manual).TheDHCPleasedatabaseisstoredinflash
memory.
InadditiontoassigningIPaddresses,theDHCPservercanalsobeconfiguredtoassignthe
followingtorequestingclients:
•Defaultrouter(s)
•DNSserver(s)anddomainname
•NetBIOSWINSserver(s)andnodename
Bootfile
•DHCPoptionsasdefinedby
RFC2132
DHCP Server Configuration Task List
Configurationtasksinclude:
1. ConfiguringIPaddresspoolsfordynamicIPaddressassignment.Theonlyrequiredstepsare
tonamethepoolanddefinethenetworknumberandmaskforthepool.Forexample:
set dhcp pool auto-pool network 192.168.1.0 255.255.255.0
2. Youcanlimitthescopeofaddressesassignedtoapoolfordynamicaddressassignmentwith
thesetdhcpexcludecommand.Upto128nonoverlappingaddressrangescanbeexcluded
ontheSecureStackC3.Forexample:
set dhcp exclude 192.168.1.88 192.168.1.100
3. Configuringstaticaddresspoolsformanualaddressassignment.Theonlyrequiredstepsareto
namethepool,configureeitherthehardwareaddressoftheclientortheclientidentifier,and
configuretheIPaddressandmaskforthemanualbinding.Forexample:
set dhcp pool static-pool hardware-address 0011.2233.4455
set dhcp pool static-pool host 192.168.1.200 255.255.255.0
4. SettingotherDHCPserverparameterssuchasthenumberofpingpacketstobesentbefore
assigninganIPaddress,orenablingconflictlogging.
5. EnablingtheDHCPserver.
ConfiguringGeneralDHCPServerParametersonpage 133describesthecommandsusedto
enable/disabletheDHCPserver,configureexcludedaddressranges,andset
otherserver
parameters.
ConfiguringIPAddressPoolsonpage 1311describesthecommandsusedtoconfigureand
displayaddresspools.
Note: A total of 16 address pools, dynamic and/or static, can be configured on the SecureStack C3.