System Administration Guide: IP Services

ProcedureHow to Delete Options From a DHCP Macro (dhtadm)

  1. Become superuser or assume a role or user name that is assigned to the DHCP Management profile.

    For more information about the DHCP Management profile, see Setting Up User Access to DHCP Commands.

    Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.

  2. Delete an option from a macro by typing a command of the following format:


    # dhtadm -M -m macroname -e 'option=' -g
    

    For example, to remove the ability to negotiate leases in the macro bluenote, you would type the following command:

    # dhtadm -M -m bluenote -e 'LeaseNeg=' -g

    If an option is specified with no value, the option is removed from the macro.