Specifications
DHCP Overview
17-2 DHCP Server Configuration
•NetBIOSWINSserver(s)andnodename
• Bootfile
•DHCPoptionsasdefinedbyRFC2132
Configuring a DHCP Server
ForDHCPtofunctiononSecureStackB2systems,thesystemhasto“knowabout”theIPnetwork
forwhichtheDHCPpoolistobecreated.
ThefollowingtasksprovidebasicDHCPserverfunctionalitywhentheDHCPpoolisassociated
withthesystem’shostIPaddress.
1. Configurethesystem(stack)host
portIPaddresswiththesetipaddresscommand.Oncethe
system’sIPaddressisconfigured,thesystemthen“knows”abouttheconfiguredsubnet.For
example:
set ip address 192.0.0.50 mask 255.255.255.0
2. EnableDHCPserverfunctionalityonthesystemwiththesetdhcpenablecommand.
3. ConfigureanIPaddresspoolfordynamicIPaddressassignment.Theonlyrequiredstepsare
tonamethepoolanddefinethenetworknumberand maskforthepool.Notethatthepool
hastobeinthe
samesubnetandusethesamemaskasthesystemhostportIPaddress.For
example:
set dhcp pool auto-pool network 192.0.0.0 255.255.255.0
AllDHCPclientsservedbythisswitchmustbeinthesameVLANasthesystem’shostport.
OptionalDHCPservertasks include:
•Youcanlimitthescopeofaddressesassignedtoapoolfordynamicaddressassignmentwith
thesetdhcpexcludecommand.Upto128non‐overlappingaddressrangescan
beexcluded
ontheSecureStackB2.Forexample:
set dhcp exclude 192.0.0.1 192.0.0.10
• Configurestaticaddresspoolsformanualaddressassignment.Theonlyrequiredstepsareto
namethepool,configureeitherthehardwareaddressoftheclientortheclientidentifier,and
configuretheIPaddressandmaskforthemanualbinding.Forexample:
set dhcp pool static-pool hardware-address 0011.2233.4455
set dhcp pool static-pool host 192.0.0.200 255.255.255.0
•SetotherDHCPserverparameterssuch asthenumberofping packetstobesentbefore
assigninganIPaddress,orenablingconflictlogging.
Note: A total of 16 address pools, dynamic and/or static, and a maximum of 256 addresses for the
entire switch, can be configured on the SecureStack B2.
Note: The IP address of the system’s host port is automatically excluded.