Install guide

48 DHCP Enhancements Release Note
Software Version 2.9.1
C613-10486-00 REV C
Examples To set a n ew name of “server1” for option 151 on the “base” policy, use the
command:
set dhcp opt=151 poli=base nam=server1
To change the IP address for the user-defined option 151 on the “base” policy
to 192.168.3.2, use the command:
set dhcp opt=151 poli=base ty=ip value=192.168.3.2
Parameter Description
OPTion The number of the user-defined option to modify. number is a decimal
number between 1 and 254.
POLIcy The policy to which the option applies. name is a character string 1 to
15 characters long. Any printable character is allowed. When you
enter a name that contains spaces, you must surround it with double
quotation marks.
NAMe Use this optional parameter to set a new name for the option.
option-name is a character string 1 to 15 characters long. Any
printable character is allowed. When you enter an option-name that
contains spaces, you must surround it with double quotation marks.
TYpe Use this optional parameter to specify a format in which to define the
value parameter.
If you specify a type, the value parameter is mandatory.
Default: none
TYpe Value format
IP One or more IPV4 addresses in dotted decimal format,
separated by commas.
SWItch Any of: on, off, yes, no, true, false, enabled,
disabled.
VALue A decimal number between 0 and 4294967295.
STRing A character string from 1 to 255 characters long. Any
printable character is allowed. When you enter a
string that contains spaces, you must surround the
string with double quotation marks.
HexString A string of 1 to 255 sets of hexadecimal character
pairs; a maximum of 510 characters. The 510
character maximum includes any blank spaces or
quotes used.
NONE No value is required.
VALue value is a user-defined value, which you must enter in the format
specified with the type parameter - see above for details.
If you specify a value, the type parameter is mandatory.