Install guide

Software Version 2.9.1 47
Software Version 2.9.1
C613-10486-00 REV C
delete dhcp option
Syntax DELete DHCP OPTion=number POLIcy=name
Description This new command deletes a user-defined option from the specified policy.
User-defined options are created with the add dhcp option command.
It is possible for the same option number to be specified for different options,
one using add dhcp option and one using add dhcp policy. This command
only deletes the option created with add dhcp option.
To completely delete the option number from the system, you must also delete
the option with the same number that was created with add dhcp policy. You
can do this using the delete dhcp policy command.
Once this option is deleted, any existing pre-defined option with the same
option number becomes the active option.
Example To delete option 151 from the “base” policy, use the command:
del dhcp opt=151 poli=base
set dhcp option
Syntax SET DHCP OPTion=number POLIcy=name [NAMe=option-name]
[TYpe={IP|SWItch|VALue|STRing|HexString|NONE}]
[VALue=value]
Description This new command allows you to modify an existing user-defined option on
the specified policy. User-defined options are created using add dhcp option.
You can modify the values set for the name, type, and value parameters. You
cannot change the policy to which the option applies.
Parameter Description
OPTion The number of the option to delete. This option must have been
defined using add dhcp option. number is a decimal number
between 1 and 254.
POLIcy The name of the policy that the option is attached to. name is a
character string 1 to 15 characters long. It may contain any printable
character. When you enter a name that contains spaces, you must
surround it with double quotation marks.