System Administration Guide: IP Services

ProcedureHow to Delete IP Addresses From the DHCP Service (pntadm)

  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 IP addresses by typing a command of the following format:


    # pntadm -D ip-address options network-address
    

    If you include the -y option, the host name is deleted from the name service that maintains the host name.

    For example, to delete address 10.64.3.3 from network 10.64.3.0, and delete the corresponding host name, type:

    pntadm -D 10.64.3.3 -y 10.64.3.0