set dhcp pool option
D-Series CLI Reference 14-27
Example
ThisexampleremovestheNetBIOSnodetypefromtheaddresspool“auto1.”
D2(rw)->clear dhcp pool auto1 netbios-node-type
set dhcp pool option
UsethiscommandtoconfigureDHCPoptions,describedinRFC2132.
Syntax
set dhcp pool poolname option code {ascii string | hex string-list | ip address-
list}
Parameters
Defaults
None.
Mode
Switchcommand,read‐write.
Examples
ThisexampleconfiguresDHCPoption19,whichspecifieswhethertheclientshouldconfigureits
IPlayerforpacketforwa rdi ng.Inthiscase,IPforwardingisenabledwiththe01value.
D2(rw)->set dhcp pool auto1 option 19 hex 01
ThisexampleconfiguresDHCPoption72,whichassignsoneormoreWebserversforDHCP
clients.Inthiscase,twoWebserveraddressesareconfigured.
D2(rw)->set dhcp pool auto1 option 72 ip 168.24.3.252 168.24.3.253
clear dhcp pool option
UsethiscommandtoremoveaDHCPoptionfromtheaddresspoolbeingconfigured.
Syntax
clear dhcp pool poolname option code
poolname Specifiesthenameoftheaddresspool.Poolnamesmaybeupto31
charactersinlength.
code SpecifiestheDHCPoptioncode,asdefinedinRFC2132.Valuecanrange
from1to254.
asciistring SpecifiesthedatainASCIIformat.AnASCIIcharacterstringcontaininga
spacemustbe
enclosedinquotations.
hexstring‐list SpecifiesthedatainHEXformat.Upto8HEXstringscanbeentered.
ipaddress‐list SpecifiesthedatainIPaddressformat.Upto8IPaddressescanbeentered.