Install guide

46 DHCP Enhancements Release Note
Software Version 2.9.1
C613-10486-00 REV C
Examples To add option 151 to the “base” policy with the name “svpserver”, and a type
of ip, use the command:
add dhcp opt=151 poli=base nam=svpserver ty=ip
val=192.168.3.3
To add option 114 to the “base” policy with no name, and a type of string, use
the command:
add dhcp opt=114 poli=base ty=str
val=http://allied-telesis.com
Parameter Description
OPTion A number for the option. number is a decimal number between 1
and 254.
POLIcy The name of the policy to add the option to. 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 define a 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.
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.