User's Manual

E-DOC-CTC-20061027-0003 v2.0
DHCP Commands
175
dhcp server pool optadd
Add an option instance to the DHCP server pool.
SYNTAX:
where:
EXAMPLE:
RELATED COMMANDS:
dhcp server pool optadd name = <string>
instname = <string>
name The name of the DHCP server pool to which an option instance
must be added.
REQUIRED
instname The name of the DHCP server option instance.
Tip Use the command :dhcp server option
instlist to obtain a list of DHCP server option
instances.
REQUIRED
=>dhcp server pool optadd name=dhcp_pool_1 instname=yourInstance
=>dhcp server pool list name=dhcp_pool_1
Pool Start End Intf State
1 dhcp_pool_1 0.0.0.0 0.0.0.0 lan1 FREE
DHCP server = 0.0.0.0 [unnumbered]
Netmask = 0.0.0.0
Leasetime = infinite
Gateway = 0.0.0.0
DNS domain = lan
DNS metric = 0
DNS address list:
0.0.0.0 (local DNS)
Option instance list:
Name Option
yourInstance 2 (yourTmpl)
=>
dhcp server pool optdelete Delete an option instance from the DHCP server pool.