set dhcp pool host
14-16 DHCP Server Configuration
Parameters
Defaults
None.
Mode
Switchcommand,read‐write.
Example
Thisexampledeletestheclienthardwareaddressfromtheaddresspoolnamed“manual1.”
C2(rw)->clear dhcp pool manual1 hardware-address
set dhcp pool host
UsethiscommandtoconfigureanIPaddressandnetworkmaskforamanualDHCPbinding.
Syntax
set dhcp pool poolname host ip-address [mask | prefix-length]
Parameters
Defaults
Ifamaskorprefixisnotspecified, theclassA,B,orCnaturalmaskwillbeused.
Mode
Switchcommand,read‐write.
Example
Thisexampleshowshowtoconfiguretheminimumrequirementsforamanualbindingaddress
pool.First,thehardwareaddressoftheclient’shardwareplatformisconfigured,followedby
configurationoftheaddresstobeassignedtothatclientmanually.
C2(rw)->set dhcp pool manual1 hardware-address 0001.f401.2710
C2(rw)->set dhcp pool manual1 host 15.12.1.99 255.255.248.0
poolname Specif iesthenameoftheaddresspool.Poolnamesmaybeupto31
charactersinlength.
poolname Specif iesthenameoftheaddresspool.Poolnamesmaybeupto31
charactersinlength.
ip‐address SpecifiestheIPaddressformanualbinding.
mask (Optional)Specifiesthesubnetmaskindottedquadnotation.
prefix‐length (Optional)Specifiesthesubnetmaskasaninteger.