E-DOC-CTC-20061027-0003v2.0
DHCP Commands
165
dhcp server option tmpladd
Add a DHCP server option template.
SYNTAX:
where:
EXAMPLE:
RELATED COMMANDS:
dhcp server option tmpladd name = <string>
optionid = <number{1-254}>
type = <{8-bit | 16-bit | 32-bit | addr |
ascii | byte_array}>
name The name of the DHCP server option template. REQUIRED
optionid A number between 1 and 254.
Specifies the DHCP server option code.
REQUIRED
type Specifies the DHCP server option type.
Choose between:
>8-bit
>16-bit
>32-bit
>addr
>ascii
>byte_array.
REQUIRED
=>dhcp server option tmpllist
Name Option Type Use
myTmpl 1 32-bit 0
=>dhcp server option tmpladd name=yourTmpl optionid=2 type=ascii
=>dhcp server option tmpllist
Name Option Type Use
yourTmpl 2 ascii 0
myTmpl 1 32-bit 0
=>
dhcp server option
tmpldelete Delete a DHCP server option template.
dhcp server option
tmpllist List all the DHCP server option templates.