ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services name-service cache hosts reverse-lookup delete

    Delete an entry

    Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.

    Description

    The vserver services name-service cache hosts reverse-lookup delete command removes a cached IP to host lookup entry.

    Parameters

    -vserver <vserver name> - Vserver

    Use this parameter to specify the Vserver for which the cached reverse lookup table entries need to be deleted.

    -ip <IP Address> - IP Address

    Use this parameter to specify the IP address of the cached reverse lookup table entries that need to be deleted.

    -serv-flag <integer> - Service flags

    Use this parameter to specify the service flag of the cached reverse lookup table entries that need to be deleted.

    Examples

    The following example deletes the cached reverse lookup entry for Vserver vs0 and IP address 1.1.1.1:

    cluster1::> vserver services name-service cache hosts reverse-lookup delete -vserver vs0 -ip 1.1.1.1
    Top of Page