clear dhcp pool option
14-28 DHCP Server Configuration
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
IPlayerforpacketforwarding.Inthiscase,IPforwardingisenabledwiththe01value.
C2(rw)->set dhcp pool auto1 option 19 hex 01
ThisexampleconfiguresDHCPoption72,whichassignsoneormoreWebserversforDHCP
clients.Inthiscase,twoWebserveraddressesareconfigured.
C2(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
Parameters
Defaults
None.
poolname Specifiesthenameoftheaddresspool.Poolnamesmaybeupto31
charactersinlength.
code SpecifiestheDHCPoptioncode,asdefinedinRFC2132.Valuecanrange
from1to254.
asciistring SpecifiesthedatainASCIIformat.AnASCIIcharacterstringcontaininga
spacemustbe
enclosedinquotations.
hexstring‐list SpecifiesthedatainHEXformat.Upto8HEXstringscanbeentered.
ipaddress‐list SpecifiesthedatainIPaddressformat.Upto8IPaddressescanbeentered.
poolname Specif iesthenameoftheaddresspool.Poolnamesmaybeupto31
charactersinlength.
code SpecifiestheDHCPoptioncode,asdefinedinRFC2132.Valuecanrange
from1to254.