Specifications

clear dhcp pool option
SecureStack C3 Configuration Guide 13-29
Examples
ThisexampleconfiguresDHCPoption19,whichspecifieswhethertheclientshouldconfigureits
IPlayerforpacketforwarding.Inthiscase,IPforwardingisenabledwiththe01value.
C3(rw)->set dhcp pool auto1 option 19 hex 01
ThisexampleconfiguresDHCPoption72,whichassignsoneormoreWebserversforDHCP
clients.Inthiscase,twoWebserveraddressesareconfigured.
C3(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.
Mode
Switchcommand,readwrite.
Example
Thisexampleremovesoption19fromaddresspool“auto1.”
C3(rw)->clear dhcp pool auto1 option 19
poolname Specifiesthenameoftheaddresspool.Poolnamesmaybeupto31
charactersinlength.
code SpecifiestheDHCPoptioncode,asdefinedinRFC2132.Valuecanrange
from1to254.